โˆžIntro to the Theory of Sets

Set Identities

Study smarter with Fiveable

Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.

Get Started

Why This Matters

Set identities are the algebraic backbone of set theoryโ€”they're the rules that let you manipulate, simplify, and transform set expressions with confidence. You're being tested not just on whether you can recall that AโˆชB=BโˆชAA \cup B = B \cup A, but on whether you can apply these identities to simplify complex expressions, construct proofs, and recognize equivalent forms. These identities mirror logical equivalences in propositional logic, which means mastering them here pays dividends across discrete mathematics, computer science, and formal reasoning.

Think of set identities as your toolkit for problem-solving. Each identity captures a fundamental truth about how sets behave under union, intersection, and complementation. On exams, you'll need to chain multiple identities together to prove statements or simplify expressionsโ€”so don't just memorize formulas. Know which identity applies in which situation, and understand the underlying principle each one demonstrates.


Structural Identities: Order and Grouping Don't Matter

These identities establish that union and intersection are well-behaved operationsโ€”you can rearrange and regroup freely without changing results. This flexibility is what makes algebraic manipulation of sets possible.

Commutative Laws

  • Order is irrelevantโ€”AโˆชB=BโˆชAA \cup B = B \cup A and AโˆฉB=BโˆฉAA \cap B = B \cap A hold for all sets
  • Mirrors arithmetic commutativity where a+b=b+aa + b = b + a, reinforcing the algebraic structure of set operations
  • Proof strategy: When simplifying expressions, freely reorder terms to group related sets together

Associative Laws

  • Grouping doesn't affect outcomeโ€”(AโˆชB)โˆชC=Aโˆช(BโˆชC)(A \cup B) \cup C = A \cup (B \cup C) and (AโˆฉB)โˆฉC=Aโˆฉ(BโˆฉC)(A \cap B) \cap C = A \cap (B \cap C)
  • Parentheses become optional for chains of the same operation, letting you write AโˆชBโˆชCA \cup B \cup C unambiguously
  • Critical for proofs: Allows you to regroup terms strategically when working toward a target expression

Idempotent Laws

  • Repetition changes nothingโ€”AโˆชA=AA \cup A = A and AโˆฉA=AA \cap A = A
  • Eliminates redundancy in expressions; if you see the same set appearing multiple times, collapse it
  • Unique to set operations: Unlike arithmetic (where a+a=2aa + a = 2a), sets don't "stack"

Compare: Commutative vs. Associative Lawsโ€”both allow rearrangement, but commutative swaps order while associative changes grouping. On proofs, identify which type of rearrangement you need before citing the identity.


Identity and Domination: The Extremes

These identities describe how sets interact with the two "extreme" sets: the empty set โˆ…\emptyset and the universal set UU. Understanding these boundary cases is essential for simplification and proof construction.

Identity Laws

  • Empty set is the union identityโ€”Aโˆชโˆ…=AA \cup \emptyset = A because adding nothing changes nothing
  • Universal set is the intersection identityโ€”AโˆฉU=AA \cap U = A because intersecting with everything keeps only what's in AA
  • Analogous to arithmetic: โˆ…\emptyset behaves like 0 in addition; UU behaves like 1 in multiplication

Domination Laws

  • Universal set dominates unionโ€”AโˆชU=UA \cup U = U because UU already contains everything
  • Empty set dominates intersectionโ€”Aโˆฉโˆ…=โˆ…A \cap \emptyset = \emptyset because there's nothing to intersect with
  • Simplification shortcut: Spot these patterns early to collapse complex expressions quickly

Compare: Identity Laws vs. Domination Lawsโ€”identity laws preserve the set (AA stays AA), while domination laws override it (result is always UU or โˆ…\emptyset). Both involve extreme sets but with opposite effects.


Distribution and Absorption: Combining Operations

These identities govern how union and intersection interact with each other. They're your primary tools for expanding or factoring set expressions.

Distributive Laws

  • Intersection distributes over unionโ€”Aโˆฉ(BโˆชC)=(AโˆฉB)โˆช(AโˆฉC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C)
  • Union distributes over intersectionโ€”Aโˆช(BโˆฉC)=(AโˆชB)โˆฉ(AโˆชC)A \cup (B \cap C) = (A \cup B) \cap (A \cup C)
  • Key difference from arithmetic: Both directions work for sets, unlike numbers where only multiplication distributes over addition

Absorption Laws

  • Union absorbs intersectionโ€”Aโˆช(AโˆฉB)=AA \cup (A \cap B) = A because AโˆฉBโІAA \cap B \subseteq A
  • Intersection absorbs unionโ€”Aโˆฉ(AโˆชB)=AA \cap (A \cup B) = A because AโІAโˆชBA \subseteq A \cup B
  • Simplification power: When you see a set combined with an expression containing itself, absorption likely applies

Compare: Distributive vs. Absorption Lawsโ€”distribution expands expressions (more terms), while absorption collapses them (fewer terms). Use distribution when you need to "break apart" a complex term; use absorption when you spot redundancy.


Complement Identities: Negation and Duality

These identities describe how complements behaveโ€”the relationship between a set and everything not in it. De Morgan's Laws are particularly high-yield for exams and proofs.

Complement Laws

  • Union with complement gives universal setโ€”AโˆชAโ€ฒ=UA \cup A' = U covers all possibilities
  • Intersection with complement gives empty setโ€”AโˆฉAโ€ฒ=โˆ…A \cap A' = \emptyset since nothing is both in and out of AA
  • Foundational for proofs: These establish that AA and Aโ€ฒA' partition the universal set

Double Complement Law

  • Complementing twice returns the originalโ€”(Aโ€ฒ)โ€ฒ=A(A')' = A
  • Negation is reversible: What's outside of "outside AA" is just AA itself
  • Proof technique: Use this to eliminate double negations when simplifying complement expressions

De Morgan's Laws

  • Complement of union becomes intersection of complementsโ€”(AโˆชB)โ€ฒ=Aโ€ฒโˆฉBโ€ฒ(A \cup B)' = A' \cap B'
  • Complement of intersection becomes union of complementsโ€”(AโˆฉB)โ€ฒ=Aโ€ฒโˆชBโ€ฒ(A \cap B)' = A' \cup B'
  • Most frequently tested identity: Memorize both directions and practice applying them in chains

Compare: Complement Laws vs. De Morgan's Lawsโ€”complement laws deal with a single set and its complement, while De Morgan's transforms complements of compound expressions. If an FRQ asks you to simplify an expression with complemented unions or intersections, De Morgan's is almost certainly required.


Quick Reference Table

ConceptBest Examples
Order/Grouping FlexibilityCommutative Laws, Associative Laws
Neutral ElementsIdentity Laws (โˆ…\emptyset for โˆช\cup, UU for โˆฉ\cap)
Extreme/Boundary BehaviorDomination Laws, Complement Laws
Expanding ExpressionsDistributive Laws
Collapsing ExpressionsAbsorption Laws, Idempotent Laws
Working with ComplementsDe Morgan's Laws, Double Complement Law
Partitioning Universal SetComplement Laws (AโˆชAโ€ฒ=UA \cup A' = U)

Self-Check Questions

  1. Which two identities both allow you to rearrange set expressions, and what's the key difference between them?

  2. You encounter the expression Aโˆช(AโˆฉB)A \cup (A \cap B). Which identity simplifies this, and what's the result?

  3. Compare and contrast the Identity Laws and Domination Laws: how does each involve โˆ…\emptyset and UU, and when does the original set "survive" versus get overwritten?

  4. Simplify (AโˆฉB)โ€ฒ(A \cap B)' using De Morgan's Laws. Now apply the Double Complement Law to ((Aโ€ฒ)โ€ฒ)((A')'). How do these two types of complement identities serve different purposes?

  5. An FRQ asks you to prove that Aโˆฉ(BโˆชC)=(AโˆฉB)โˆช(AโˆฉC)A \cap (B \cup C) = (A \cap B) \cup (A \cap C). Which identity is this, and what's the analogous identity with union and intersection swapped?