Exercise 1.9 | Q 1.2 | Page 22
Without using truth table, show that
p ∧ [(~ p ∨ q) ∨ ~ q] ≡ p
L.H.S.
≡ p ∧ [(~ p ∨ q) ∨ ~ q]
≡ p ∧ [(~ p ∨ (q ∨ ~ q)] .....[Associative law]
≡ p ∧ (~ p ∨ T) .....[Complement law]
≡ p ∧ T .....[Identity law]
≡ p .....[Identity law]
≡ R.H.S.