Some common set identities explained with intuitive and fun analogies — think of sets like groups of people at a party:
1. Identity Laws
- A ∪ ∅ = A
“Adding no one to the party doesn’t change the guest list.” - A ∩ U = A
“Everyone at the party who is also in the universe… is just everyone at the party.”
2. Domination Laws
- A ∪ U = U
“If you invite literally everyone, it doesn’t matter who else you invited.” - A ∩ ∅ = ∅
“No one at the party and in the empty room at the same time — of course!”
3. Idempotent Laws
- A ∪ A = A
“Adding the same people twice doesn’t change the party.” - A ∩ A = A
“Checking who is both in the party and in the party? Still the party!”
4. Complement Laws
- A ∪ Aᶜ = U
“Invite people from the party and everyone not at the party? That’s everyone!” - A ∩ Aᶜ = ∅
“No one can be in the party and not in the party at the same time.”
5. Double Complement
- (Aᶜ)ᶜ = A
“The people who are not not in the party… are in the party.”
6. Commutative Laws
- A ∪ B = B ∪ A
- A ∩ B = B ∩ A
“Order doesn’t matter — like mixing guest lists or finding who overlaps.”
7. Associative Laws
- (A ∪ B) ∪ C = A ∪ (B ∪ C)
“Group the invitations however you like, you’ll get the same crowd.”
8. Distributive Laws
- A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
“Finding who’s in the party and either group? Just combine who overlaps with each.”
9. De Morgan’s Laws
- (A ∪ B)ᶜ = Aᶜ ∩ Bᶜ
“Not being in either group = in neither group.” - (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ
“Not in both = missing at least one.”
10. Absorption Laws
- A ∪ (A ∩ B) = A
“If you’re inviting everyone from group A, plus people who are both in A and B… you’re still just inviting A!” (Adding a smaller chunk of A to A doesn’t change A.) - A ∩ (A ∪ B) = A
“If you’re checking who in A also got invited to A or B, you’re still just checking A.” (Because everyone in A is already in A ∪ B.)
These are called absorption because one part of the expression “absorbs” the other — like how a big group can swallow a smaller overlap without changing.
Discover more from Science Comics
Subscribe to get the latest posts sent to your email.