notes

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

RelationOnASet.md (213B)


      1 # Relation on a Set
      2 
      3 Ch 9.1
      4 
      5 **Definition:** A relation on a set is a relation where the domain and the codomain are the same set.
      6 
      7 Ex:
      8 
      9 Defin the relation R as the relation from A -> A for (a,b) such that a < b.