With proper justification, state the negation of the following.
(p ↔ q) ∨ (~q → ~r)
SOLUTION
~[(p ↔ q) ∨ (~q → ~r)]
≡ ~(p ↔ q) ∧ (~q → ~r) ....[Negation of disjunction]
≡ [(p ∧ ~q) ∨ (q ∧ ~p)] ∧ ~(~q → ~r) ....[Negation of double implication]
≡ [(p ∧ ~q) ∨ (q ∧ ~p)] ∧ [~ q ∧ ~(~r)] ....[Negation of implication]
≡ [(p ∧ ~q) ∨ (q ∧ ~p)] ∧ (~ q ∧ r) ....[Negation of negation]