State the identity rule
p ∧ T ≡ p
State the domination rule
p ∨ T ≡ T
State the idempotent rule
p ∨ p ≡ p
State the double neg rule
¬(¬p) ≡ p
State the negative rule
p ∨ ¬p ≡ T
State the commutative rule
p ∨ q ≡ q ∨ p
State the associative rule
(p ∧ q) ∧ r ≡ p ∧ (q ∧ r)
State the distributive rule
p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r)
State the absorbtion rule
p ∨ (p ∧ q) ≡ p
State de morgans law
¬(p ∧ q) ≡ ¬p ∨ ¬q