notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

EquivalenceRelation.md (172B)


      1 # Equivalence Relation
      2 
      3 Ch 9.5
      4 
      5 **Definition:** An equivalence relation is a relation that is reflexive (xRx), symmetric (xRy -> yRx), and transitive (xRy and yRz -> xRz).