Venn diagrams are visual tools for representing sets, their relationships, and the effects of set operations (union, intersection, complement). In formal usage, each region of a Venn diagram represents a distinct logical combination of membership: for two sets A and B, there are four regions (in A only, in B only, in both, in neither). Formal Venn diagrams can verify set identities, solve counting problems, and make abstract set relationships concrete. This topic integrates all previous set concepts into a unified framework and introduces set identities like De Morgan's Laws for sets.
Draw two overlapping circles inside a rectangle (the universal set). Label the four regions and populate them with elements from a concrete example. Then shade regions corresponding to operations: A ∪ B (everything in either circle), A ∩ B (just the overlap), Aᶜ (everything outside A's circle). Use Venn diagrams to discover De Morgan's Laws visually: shade (A ∪ B)ᶜ and separately shade Aᶜ ∩ Bᶜ — they match. Then verify algebraically.
You have now learned the individual pieces — sets, membership, subsets, union, intersection, complement. Venn diagrams put them all together in a single visual framework, and set identities show how the operations interact algebraically.
A standard two-set Venn diagram consists of a rectangle representing the universal set U and two overlapping circles representing sets A and B. This creates four non-overlapping regions: A only (A ∩ Bᶜ), B only (Aᶜ ∩ B), both (A ∩ B), and neither (Aᶜ ∩ Bᶜ). Every element of U belongs to exactly one region. This decomposition is exhaustive — a proof by exhaustion of any set relationship involving A, B, and U can be checked by examining what happens in each of these four regions.
Venn diagrams are especially useful for verifying set identities. Consider De Morgan's Laws for sets: (A ∪ B)ᶜ = Aᶜ ∩ Bᶜ and (A ∩ B)ᶜ = Aᶜ ∪ Bᶜ. To verify the first, shade the region representing (A ∪ B)ᶜ — everything not in A and not in B, which is the region outside both circles. Then shade Aᶜ ∩ Bᶜ — everything not in A intersected with everything not in B, which is again the region outside both circles. The shaded regions match, confirming the identity. This visual method is convincing and efficient.
Beyond visualization, sets satisfy algebraic laws that parallel the laws of logic and arithmetic. Union is commutative (A ∪ B = B ∪ A) and associative (A ∪ (B ∪ C) = (A ∪ B) ∪ C). Intersection is commutative and associative too. Intersection distributes over union (A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)), and union distributes over intersection. The empty set is the identity for union (A ∪ ∅ = A), and U is the identity for intersection (A ∩ U = A).
These algebraic properties make sets a Boolean algebra — a formal system with operations that obey specific laws. The connection to logic is not a coincidence: George Boole originally developed Boolean algebra to formalize logical reasoning, and the same structure appears in set theory, logic, and digital electronics. When you flip a logical AND to OR and negate everything (De Morgan's Law), you are performing exactly the same transformation as when you flip intersection to union and complement everything. The mathematics is the same; only the context changes.
For three sets, the Venn diagram has three overlapping circles creating eight regions. The diagrams become harder to draw (and four-set Venn diagrams require non-circular shapes), but the principles remain identical. Each region represents a unique combination of membership and non-membership across all sets, and every set operation can be understood as selecting certain regions.
No topics depend on this one yet.