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
| Property | Holds for ? | Statement |
|---|---|---|
| reflexive | yes | |
| antisymmetric | yes | |
| transitive | yes | |
| total | no | not 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 / State | Direction | Take in | Show in |
|---|---|---|---|
| 0 (Init) | β | β | β |
| 1 | |||
| 2 | |||
| 3 | antisymmetry | β |
β οΈ Common Mistakes
- π‘ holds vacuously β no element of can violate the implication; and allows whereas forbids it.
π§ Active Recall
State the standard technique for proving two sets equal, and why it works.
- Hint: Antisymmetry.
Answer
- Short answer: Prove double inclusion and .
- Why: antisymmetric β the two implications give the biconditional .
Why is for every , and how does differ from ?
- Hint: Vacuous truth + proper.
Answer
- Short answer: vacuously (no element to check); permits , requires .
- Why: Material implication β is never violated.
Decompose " iff " into two implications and link each to an inclusion.
- Hint: if / only-if.
Answer
- Short answer: βifβ () = ; βonly ifβ () = .
- Why: Double inclusion β both together give ; an βiffβ proof is two one-directional arguments.