The element-chasing method
We've defined , , , and complement entirely in terms of membership and logical connectives. Now we cash that in to prove things, using the direct-proof discipline from the Logic stratum. No more coloring. We're doing the real thing.
Recall the definition that does all the work: means . So to prove , you run a direct proof of that implication:
- Take an arbitrary . ("Let ." Don't pick a specific one — pick a generic one, so the conclusion holds for all.)
- Push it through the definitions. Unfold what means, do honest logical steps, until you've shown satisfies the membership condition for .
- Conclude . Since was arbitrary, , i.e. .
That's element chasing: you chase one nameless element from the left set, through the logic, into the right set. Every set-inclusion proof in mathematics is this exact move.
Set equality is double inclusion — two proofs, always
How do you prove two sets are equal? Two sets are equal precisely when they have the same members, which means each contains the other:
So proving an equality is always two subset proofs. You prove (chase an element from into ), then you prove (chase an element from into ). Two directions, two arguments. Skip one and you've proven nothing — half an equality is a vibe, not a theorem, and I will hand it back to you with a red question mark and a sigh that echoes off the reactor walls. This double inclusion structure is the spine of the whole lesson.
Sometimes both directions chain together as a single "iff" computation (when every step is reversible). When you can honestly write at every line, the two inclusions collapse into one proof. But the safe default — and the one that never lies to you — is to do both directions explicitly.
De Morgan, proven in full — and why it's just logic
Here's the headliner, and I want you to treat it with the reverence it's owed. The first De Morgan law for sets says:
"The complement of a union is the intersection of the complements." Watch this get nailed down by double inclusion. Fix a universe .
Direction 1: . Let . By definition of complement, . By definition of union, would mean ; since that's false, we have . By logical De Morgan (from the Logic stratum), this is . So and , which means . Done.
Direction 2: . Let . Then and , i.e. and . By logical De Morgan again, , so , so . Done.
Both inclusions hold, therefore .
Now stare at the load-bearing step in each direction: it was literally the logical De Morgan law applied to the membership statements. Set De Morgan IS logical De Morgan, channeled through . The second law, , proves identically — swap every and . This is the dictionary from the last lesson doing all the heavy lifting: translate to logic, solve there, translate back. If this feels anticlimactic, good — it should. The whole damn point of building the dictionary was so that the hard work was already done.
The distributive laws
The other workhorse identities are the distributive laws, where distributes over and vice versa:
These are exactly the distributive laws of over (and over ) from logic, in bag costume. I swear to you, every single set identity you will ever meet is just a logical law wearing braces. Let me prove the first one's forward direction so you see the pattern, then you'll finish the rest in the gauntlet.
Claim: . Let . Then and , so . By the distributive law of over , this is , i.e. or , i.e. . (The reverse direction reverses every step — each line was an .)
The picture suggests; the proof confirms
Let me hammer the lesson's thesis one more time, because I genuinely cannot say it enough. A Venn diagram is a fantastic hypothesis generator — nothing more. Color the regions of and of — they match, and that match is what tells you the identity is worth proving. Try it on the widget: highlight both expressions and confirm they shade the same regions.
But a colored picture is not a QED. It can't handle infinitely many sets, it can't catch a subtle edge case, and it certainly can't be checked by a machine. The element proof can. The picture is a hypothesis; the element chase is the verdict. Carry that distinction into every proof you ever write — in this stratum and far beyond it. Draw the picture for intuition. Write the proof for truth. Never confuse the two, or you will lose arguments to people who are less creative and more careful than you, which should be unbearable.