Laws of Set Theory
Laws of Set Theory
The universe, U, is the collection of all objects that can occur as elements of the sets under
consideration.
• Commutative: A ∪ B = B ∪ A, A ∩ B = B ∩ A.
• Associative: A ∪ (B ∪ C) = (A ∪ B) ∪ C, A ∩ (B ∩ C) = (A ∩ B) ∩ C
• Distributive: A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C), A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
and also on the right: (B ∩ C) ∪ A = (B ∪ A) ∩ (C ∪ A), (B ∪ C) ∩ A = (B ∩ A) ∪ (C ∩ A)
• Identity: ∅ ∪ A = A, U ∩A=A
• Idempotence: A ∪ A = A, A∩A=A
• Dominance: A ∪ U = U, A∩∅=∅
Arguments that prove logical equivalences can be directly translated into arguments that prove set
equalities.
• A \ B = A ∩ Bc
• A ⊕ B = (A ∪ B) \ (A ∩ B)