Heavily interconnected with the idea of Relations:
What’s it all about? Eq Relations first:
If you want to say “Set is an equivalence relation to Set ”, it needs to satisfy 3 properties for all , , in .
- Reflexivity: is related to itself, I.E.
- Symmetry: If then
- Transitivity: If and , then
- Note: There’s the idea of Transitive Closure of a Relation. If you have a set that only has (a, b) and (b, c), then the transitive closure is the set with all of those previous sets as well as indirect routes, like (a, c).
And Relations Classes?:
The idea of splitting different relations into different buckets (classes). Each bucket contains things considered the same by that rule.
Quick Example:
If your equivalence relation is , where is , then a suitable class would be where all remainders are 1. I.E.
Equivalent Relations and Classes
When the relation is all reflexive, symmetric and transitive. A class is splitting different relations into different buckets, containing things considered the same by that rule. E.G If your equivalence relation is where is , then a suitable class would be where all remainders are 1. I.E.