Advertisement

Without using truth table, show that ~ [(p ∧ q) → ~ q] ≡ p ∧ q

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

Without using truth table, show that

~ [(p ∧ q) → ~ q] ≡ p ∧ q


SOLUTION

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.