Supremum, Infimum, and Other Orderings

Learn how Hasse diagrams are useful for representing the poset, the supremum and infimum of a set, and the total and quasi ordering.

Hasse diagram

The Hasse diagram is used to graphically present a finite ordered set. If aa and bb are elements of an ordered set, such that aba\preccurlyeq b, we draw an arrow from aa to bb, as aba\rightarrow b, and show bb placed at a level higher than the level of aa. We do not draw reflexive and transitive arrows to avoid unnecessary clutter of arrows. This also means that we do not draw self-loops or an arrow from aa to cc if we have drawn arrows from aa to bb and bb to cc. If we can reach an element e1e_1 from the element e2e_2 by following the arrows of the Hasse diagram, we call e1e_1and e2e_2comparable. Otherwise, we call them incomparable. Let’s look at an example to appreciate how the Hasse diagram helps us visualize finite ordered sets.

Examples

Let’s consider a set A={1,2,3}A = \{1,2,3\}. The power set P(A){\cal P} (A) is ordered by the subset relation ()(\subseteq ). Let’s see how the Hasse diagram helps us visualize this ordered set.

P(A)={,{1},{2},{3},{1,2},{1,3},{2,3},{1,2,3}}{\cal P}(A) =\{\emptyset, \{1\}, \{2\}, \{3\}, \{1,2\}, \{1,3\}, \{2,3\}, \{1,2,3\}\}.

Get hands-on with 1400+ tech skills courses.