Hasse-Diagram
A hasse diagram is like a relation graph for partial orders, so we omit the reflexive edges for simplicty. Every edge signifies a relation.
There is a hierarchy: Lower elements are subsets of the upper ones, so we can omit the arrows.
Every set connected via multiple relations could be made in a single step (transitive), but we also omit those arrows.
… a partial order.
= power set = All possible subsets of
It’s not a total order since for example and are incomparable (neither is a subset of the other).
For , we mirror the diagram along the horizontal axis.
Link to originalThe natural numbers are a linear order.