Equivalence Classes & Quotients
Bin equivalent objects; the bins are the quotient
Given an equivalence relation on :
- The equivalence class of is .
- The quotient space is .
- The canonical projection sends .
- A system of representatives has exactly one element from
each equivalence class.
Key intuition: equivalence classes are bins. Each element of goes
into exactly one bin (the bin of all elements equivalent to it). is the
set of bins.
Worked example. Let on be: equivalent,
equivalent. Then , and a system of representatives
is .
- 0.0sEquivalence Relation: mod 3
- 0.8sR pairs (a,b) when a and b differ by a multiple of 3.
- 2.1sSix elements 1 through 6 sit in a row at the top.
- 3.6sThree bins below labelled [0]3, [1]3, [2]3 appear.
- 5.1sEach number slides down into its bin by its remainder.
- 7.6sNotice 1 and 4 share a bin; 2 and 5 share a bin; 3 and 6 share a bin.
- 8.1sThe quotient set has only three distinct equivalence classes.
WLOG (Latin sine detrimento', 'without loss') is a proof shorthand. We say 'WLOG assume ' when:
- The general statement is symmetric* in and .
- We may swap their roles without affecting the conclusion.
It saves writing two cases. Examples:
- 'WLOG ' when the statement is symmetric in .
- 'WLOG the set is non-empty' (the empty case is trivial).
WLOG is not valid when the asymmetry matters. Example: 'WLOG ' is wrong if the statement talks about negative numbers specifically.