Definition
Equivalence Class/Relation
An equivalence class is a subset of a larger set containing elements that are considered
"equivalent" to eachother in the context of a equivalence relation.
An equivalence relation is a binary operation denoted $a \sim b$ that satisfies three fundamental properties:
- (Reflexivity) $a \sim a$
- (Symmetry) If $a \sim b$, then $b \sim a$
- (Transitivity) If $a \sim b$ and $b \sim c$, then $a \sim c$
Used in
Dependency Graph
flowchart LR
classDef current fill:#6366f1,color:#fff,stroke:#4f46e5
n383e8134["Equivalence Class/Relation"]:::current
n34077999["Homotopy Equivalence Class"]
n383e8134 --> n34077999
click n34077999 "../objects/34077999.html" "_self"