Advertisement

Without using truth table, show that p ↔ q ≡ (p ∧ q) ∨ (~p ∧ ~q)

EXERCISE 1.9Q 1.1   PAGE 22
Exercise 1.9 | Q 1.1 | Page 22

Without using truth table, show that

p ↔ q ≡ (p ∧ q) ∨ (~p ∧ ~q)


SOLUTION

L.H.S.

≡ p ↔ q

≡ (p → q) ∧ (q → p)

≡ (~p ∨ q) ∧ (~q ∨ p)

≡ [~ p ∧ (~ q ∨ p)] ∨ [q ∧ (~ q ∨ p)]     ....[Distributive law]

≡ [(~ p ∧ ~ q) ∨ (~ p ∧ p)] ∨ [(q ∧ ~ q) ∨ (q ∧ p)]     .....[Distributive Law]

≡ [(~ p ∧ ~ q) ∨ F] ∨ [F ∨ (q ∧ p)]  ....[Complement Law]

≡ (~ p ∧ ~ q) ∨ (q ∧ p)   ....[Identity Law]

≡ (p ∧ q) ∨ (~ p ∧ ~ q)    ....[Commutative Law]

≡ R.H.S.