notes

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

HasseDiagram.md (332B)


      1 # Hasse Diagram
      2 
      3 Ch 9.6
      4 
      5 **Definition:** A hasse diagram is a way to show a (finite) poset in a graphical way. 
      6 
      7 To create a hasse diagram first we create a digraph of a relation. We then remove all loops and finally we remove directionallity s.t. all elements below the current that are directly connected must also be comparable.