Exercise 1.9 | Q 1.3 | Page 22
Without using truth table, show that
~ [(p ∧ q) → ~ q] ≡ p ∧ q
L.H.S.
≡ ~ [(p ∧ q) → ~ q]
≡ (p ∧ q) ∧ ~ (~ q) ....[Negation of implication]
≡ (p ∧ q) ∧ q .....[Negation of a negation]
≡ p ∧ (q ∧ q) ....[Associative law]
≡ p ∧ q .....[Identity law]
≡ R.H.S.