Logical Laws
Logical Laws
3 Propositional Equivalences 29
(p ∨ q) ∨ r ≡ p ∨ (q ∨ r) Associative laws
(p ∧ q) ∧ r ≡ p ∧ (q ∧ r)
p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r) Distributive laws
p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r)
p ∨ (p ∧ q) ≡ p Absorption laws
p ∧ (p ∨ q) ≡ p
p ∨ ¬p ≡ T Negation laws
p ∧ ¬p ≡ F
The identities in Table 6 Table 6 contains some important equivalences. In these equivalences, T denotes the com-
are a special case of pound proposition that is always true and F denotes the compound proposition that is always
Boolean algebra
identities found in Table
false. We also display some useful equivalences for compound propositions involving condi-
5 of Section 12.1. See tional statements and biconditional statements in Tables 7 and 8, respectively. The reader is
Table 1 in Section 2.2 asked to verify the equivalences in Tables 6–8 in the exercises.
for analogous set
identities.