notes

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

Symmetric.md (213B)


      1 # Symmetric
      2 
      3 Ch 9.1
      4 
      5 **Definition:** A symmetric relation is a relation such that if xRy then yRx for all (x,y). 
      6 
      7 For a symmetric relation to imply it is reflexive, the domain and the codomain must be the same.