set algebra
Set Identities
You should know: set basics, venn diagrams
Overview
Set identities are the algebraic laws that govern union, intersection, and complement, mirroring the laws of ordinary arithmetic (and Boolean algebra) with ∪ playing the role of + and ∩ the role of ×. They include commutativity, associativity, distributivity, idempotence, and De Morgan's laws, and they hold for every choice of sets drawn from a common universe. Because these identities can be proved once and reused everywhere, they let mathematicians manipulate complicated set expressions symbolically instead of re-checking membership by hand each time.
Intuition
Each identity is a statement that two descriptions of a region in a Venn diagram always pick out the same set of points, no matter how A, B, C are drawn. De Morgan's laws, for instance, say 'everything outside (A or B)' is the same as 'outside A AND outside B' — shading the Venn diagram both ways produces an identical picture. Because these laws hold for arbitrary sets, they act like algebraic tools: you can substitute one side of an identity for the other inside a larger expression to simplify it, exactly as you'd factor or expand in ordinary algebra.
Formal Definition
For sets A, B, C within a universal set U, the algebra of sets satisfies:
Worked Examples
Compute the left side: A ∪ B = {1,2,3}, so its complement in U is {4}.
Compute the right side: Aᶜ = {3,4}, Bᶜ = {1,4}, so Aᶜ ∩ Bᶜ = {4}.
Answer: Both sides equal {4}, confirming the identity for this example.
Practice Problems
State the De Morgan's law for the complement of a union, (A ∪ B)ᶜ.
Which identity correctly expresses A ∪ (B ∩ C)?
Simplify (Aᶜ ∪ Bᶜ)ᶜ using set identities.
Quiz
Summary
- Set algebra obeys commutative, associative, and distributive laws, just like ordinary arithmetic with ∪ as '+' and ∩ as '×'.
- De Morgan's laws convert complements of unions/intersections into intersections/unions of complements: (A∪B)ᶜ=Aᶜ∩Bᶜ and (A∩B)ᶜ=Aᶜ∪Bᶜ.
- These identities let complex set expressions be simplified symbolically, the same way Boolean algebra simplifies logic circuits.
References
- WebsiteWikipedia — Algebra of sets
Mathematics