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

StructurePropertiesDivides set into
equivalencereflexive + symmetric + transitivedisjoint classes (partition)
partial orderreflexive + antisymmetric + transitivea hierarchy
congruence mod equivalence residue classes
equivalencepreimages

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 / StatePropertyCheckHolds?
0 (Init)
1reflexive
2symmetric
3transitivesums of multiples of 3
4classes

⚠️ 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