Equivalence Relation
Context: FIT1058_MOC · the reflexive + symmetric + transitive Binary Relation · generalises equality · its classes form a Set Partition
Quick Revision
- 🎯 Objective: a reflexive + symmetric + transitive relation ➔ “same for some purpose”, generalising equality.
- 📦 Core Components: three properties ➔ equivalence class ➔ Fundamental Partition Theorem.
- ⚡ Key Constraint: classes form a Set Partition (every element in exactly one); equivalences ⟺ partitions.
📝 Core
1. The Relation (Three Properties)
- Definition ➔ reflexive and symmetric and transitive.
- Meaning ➔ “the same for some purpose” — interchangeable under a criterion.
- Class ➔ — a maximal mutually-equivalent block.
2. Fundamental Partition Theorem
- Classes partition ➔ every element in exactly one class; classes identical or disjoint.
- Two-way ➔ every partition arises from an equivalence relation ➔ same structure, two views.
3. Standard Examples
- Congruence mod ➔ ; classes = residue classes.
- Integer part ➔ ; classes = .
- Preimage ➔ ; classes = .
Key identities:
⚖️ Core Decision Matrix
| Structure | Properties | Divides set into |
|---|---|---|
| equivalence | reflexive + symmetric + transitive | disjoint classes (partition) |
| partial order | reflexive + antisymmetric + transitive | a hierarchy |
| congruence mod | equivalence | residue classes |
| equivalence | preimages |
When It Flips: symmetry vs antisymmetry is the dividing line between equivalences and partial orders. The transitive closure of any reflexive + symmetric relation is automatically an equivalence relation.
📊 Exam Execution Trace
Manual Execution Trace
Congruence mod 3 on :
| Step / State | Property | Check | Holds? |
|---|---|---|---|
| 0 (Init) | — | — | — |
| 1 | reflexive | ✅ | |
| 2 | symmetric | ✅ | |
| 3 | transitive | sums of multiples of 3 | ✅ |
| 4 | classes |
⚠️ Common Mistakes
- 💡 All three are needed ➔ drop reflexivity (an element in no class), symmetry (one-directional), or transitivity (classes overlap without merging) and the partition breaks.
🧠 Active Recall
State the three defining properties and what fails if each is dropped.
- Hint: Partition needs all three.
Answer
- Short answer: Reflexive, symmetric, transitive; drop reflexivity → element in no class; symmetry → one-directional; transitivity → overlap without merge.
- Why: Clean partition ➔ only all three make the classes a Set Partition.
State the Fundamental Partition Theorem and the classes of congruence mod .
- Hint: Equivalence ⟺ partition.
Answer
- Short answer: Classes partition (each element in exactly one; distinct classes disjoint); every partition defines an equivalence.
- Why: Residue classes ➔ mod gives classes , .