Properties of Binary Relations
Context: FIT1058_MOC Β· classifies a Binary Relation on a set Β· the four properties that define an Equivalence Relation Β· combined by composition and closure
Quick Revision
- π― Objective: four structural properties of a relation on a set β build orders and equivalences.
- π¦ Core Components: reflexive β symmetric β antisymmetric β transitive.
- β‘ Key Constraint: symmetry vs antisymmetry splits equivalences from partial orders; transitive closure records any-length chains.
π Core
1. The Four Properties
- Reflexive β .
- Symmetric β .
- Antisymmetric β .
- Transitive β .
2. Standard Profiles
- β reflexive, both symmetric and antisymmetric, transitive.
- β reflexive, antisymmetric, transitive (partial order, not symmetric).
- β transitive only; Parent β none (grandparent breaks transitivity).
3. Composition & Closure
- Composition β .
- Reachability β = six degrees of separation.
- Transitive closure β = smallest transitive relation containing (any-length chains).
Key identities:
βοΈ Core Decision Matrix
| Relation | R | S | AntiS | T |
|---|---|---|---|---|
| β | β | β | β | |
| β | β | β | β | |
| β | β | β (vac) | β | |
| Parent | β | β | β | β |
When It Flips: relations are sets of pairs, so (), apply. is always transitive and minimal; under six-degrees .
π Exam Execution Trace
Manual Execution Trace
, :
| Step / State | Property | Check | Holds? |
|---|---|---|---|
| 0 (Init) | β | β | β |
| 1 | reflexive | β | |
| 2 | symmetric | β | |
| 3 | transitive | chains close | β |
| 4 | antisymmetric | β |
β οΈ Common Mistakes
- π‘ Symmetric and antisymmetric are not opposites β is both; many relations are neither. Antisymmetry says mutual relation forces equality, not that symmetry fails.
π§ Active Recall
Define the four properties; why is special and which does satisfy?
- Hint: Symmetry vs antisymmetry.
Answer
- Short answer: is the unique both-symmetric-and-antisymmetric relation; is reflexive, antisymmetric, transitive (partial order).
- Why: Mutual βΉ equal β antisymmetry is why isnβt symmetric.
What is the transitive closure , and how does composition model six degrees of separation?
- Hint: Any-length chains.
Answer
- Short answer: is the smallest transitive relation containing ; relates people within hops.
- Why: Stabilises β six-degrees asserts links everyone, so .