Subset and Superset

Context: FIT1058_MOC Β· the containment relation between sets Β· framed as logical implication Β· the basis of proving set equality

Quick Revision

  • 🎯 Objective: : every element of is in βž” membership of implies membership of .
  • πŸ“¦ Core Components: (allows ) vs (proper) βž” set equality by double inclusion.
  • ⚑ Key Constraint: is a partial order (reflexive, antisymmetric, transitive); not all sets comparable.

πŸ“ Core

1. The Relation (Containment as Implication)

  • Subset βž” .
  • Superset βž” (same relation, read the other way).
  • Proper βž” = and (some element of not in ).

2. Set Equality by Double Inclusion

  • Both directions βž” .
  • Element level βž” biconditional .
  • Technique βž” prove two easier one-directional inclusions separately.

3. β€œIff” Decomposed

  • β€œif” βž” ⟹ .
  • β€œonly if” βž” ⟹ .

Key identities:

βš–οΈ Core Decision Matrix

PropertyHolds for ?Statement
reflexiveyes
antisymmetricyes
transitiveyes
totalnonot all sets comparable

When It Flips: is a partial order; antisymmetry is double inclusion, the standard route to set equality. and itself are the universal extreme subsets of every set.

πŸ“Š Exam Execution Trace

Manual Execution Trace

Double-inclusion proof of :

Step / StateDirectionTake inShow in
0 (Init)β€”β€”β€”
1
2
3antisymmetryβ€”

⚠️ Common Mistakes

  • πŸ’‘ holds vacuously βž” no element of can violate the implication; and allows whereas forbids it.

🧠 Active Recall