Generate truth tables for logical expressions
¬(p ∧ q) ≡ ¬p ∨ ¬q
¬(p ∨ q) ≡ ¬p ∧ ¬q
p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r)
¬(¬p) ≡ p
p → q ≡ ¬p ∨ q