Skip to main content
Logo image

In-Class Notes to Accompany Applied Combinatorics

Handout 6.3 Linear Extensions and the Subset Lattice

Linear Extensions.

Definition 6.12.

Let \(\mbf{P}=(X,P')\) be a poset. A total order \(L\) on \(X\) is a linear extension of \(P'\) provided that if \(x \lt y\) in \(P'\text{,}\) then \(x \lt y\) in \(L\text{.}\)
Intuition: A linear extension can’t change the order from \(P'\text{,}\) but it can put incomparable elements in either way.
described in detail following the image
A poset with six points. There is a four-point chain \(x\lt y\lt z\lt w\) shown centrally. The other cover relations depicted are \(a\lt z\) and \(y\lt b\text{.}\)
described in detail following the image
Three linear orderings with six points in each.
Why care?
  • When intersecting linear orders to form a poset, the linear orders are linear extensions of the resulting poset.
  • Sorting problems can be viewed as trying to find a particular linear extension of a poset.
  • Finding a linear extension of a poset is a common need. Lots of settings require ranked lists. Can we make them fair(-ish)?

The Subset Lattice.

Definition 6.13.

Let \(n\) be a positive integer. The subset lattice \(\bftwo^{n}\) is the poset \((X,P')\) where \(X\) is the set of all subsets of \(\{1,2,\dots,n\}\) and \(S\leq T\) in \(P'\) if and only if \(S\subseteq T\text{.}\)
Peer instruction questions 1–3.