Try these exercises to test your poset knowledge.

Corporate Ladder

Imagine a company with five distinct roles: CEO, marketing manager, marketer, IT manager, and IT worker. At this company, if the CEO gives an order, everyone else must follow it. If an order comes from an IT manager, only IT workers are obligated to follow it. Similarly, if an order comes from a marketing manager, only marketers are obligated to follow it. Nobody is obligated to follow orders from marketers or IT workers.

Do the workers at this company form a poset under the “obligated to follow orders from” relation?

Show solution
While not technically a poset due to its lack of reflexivity, it is pretty close. It is actually a strict ordering, whose underlying partial order could be obtained by making the reasonable assumption that each worker will follow her own orders.

Bag Inclusion

Let be a set, then we use to denote the set of all bags (a.k.a. multisets) containing elements of . Let . The multiplicity function of , maps each element of to the number of times that element occurs in . We can use multiplicity functions to define a inclusion relation for bags. For , we write whenever for all , .

Does form a poset under the bag inclusion relation ? If so, prove it. Otherwise, show that it does not satisfy one of the three poset properties.

Duality

Give the dual of the following proposition.

For all posets and all , implies that is a superset of .

Show solution
For all posets \(P\) and all \(p, q \in P\), \(q \succ p\) implies that \( \{ r \in P~|~r \geq p \} \) is a superset of \( \{ r \in P~|~r \geq q\} \) (where \(q \succ p\) means \(p \prec q\)).

Hasse diagrams

Let . Draw a Hasse diagram for the poset of the power set of ordered by inclusion.

Show solution A Hasse diagram of the power set of X, ordered by inclusion

Hasse diagrams (encore)

Is it possible to draw a Hasse diagram for any poset?

Show solution
Note that our description of Hasse diagrams made use of the covers relation \(\prec\). The covers relation, however, is not adequate to describe the structure of many posets. Consider the poset \(\langle \mathbb R, \leq \rangle\) of the real numbers ordered by the standard comparison \( \leq \). We have \(0 < 1\), but how would we convey that with a Hasse diagram? The problem is that \(0\) has no covers, even though it is not a maximal element in \( \mathbb R \). In fact, for any \( x \in \mathbb R \) such that \( x > 0 \), we can find a \( y \in \mathbb R \) such that \(0 < y < x\). This "infinite density" of \(\mathbb R\) makes it impossible to depict using a Hasse diagram.