maths.freeCombinatorics & Graph Theory › 6. Partially Ordered Sets › The Subset Lattice

The Subset Lattice

When X is a finite set, the family of all subsets of X, partially ordered by inclusion, forms a subset latticeA lattice is a special type of poset.

The Subset Lattice

When \(X\) is a finite set, the family of all subsets of \(X\), partially ordered by inclusion, forms a subset latticeA lattice is a special type of poset. You do not have to concern yourself with the definition and can safely replace lattice with poset as you read this chapter.. We illustrate this in where we show the lattice of all subsets of \(\{1,2,3,4\}\). In this figure, note that we are representing sets by bit strings, and we have further abbreviated the notation by writing strings without commas and parentheses.

For a positive integer \(t\), we let \(\bftwo^t\) denote the subset lattice consisting of all subsets of \(\{1,2,\dots,t\}\) ordered by inclusion. Some elementary properties of this poset are:

  1. The height is \(t+1\) and all maximal chains have exactly \(t+1\) points.

  2. The size of the poset \(\bftwo^t\) is \(2^t\) and the elements are partitioned into ranks (antichains) \(A_0, A_1,\dots, A_t\) with \(|A_i|=\binom{t}{i}\) for each \(i=0,1,\dots,t\).

  3. The maximum size of a rank in the subset lattice occurs in the middle, if \(s=\lfloor t/2\rfloor\), then the largest binomial coefficient in the sequence \(\binom{t}{0}, \binom{t}{1},\binom{t}{2},\dots,\binom{t}{t}\) is \(\binom{t}{s}\). Note that when \(t\) is odd, there are two ranks of maximum size, but when \(t\) is even, there is only one.

Sperner's Theorem

For the width of the subset lattice, we have the following classic result of Sperner.

Symbols used here

\binom{n}{k}
binomial coefficient, "n choose k"
Number of k-element subsets of n things: n!/(k!(n−k)!).
A \cup B,\ A \cap B,\ A \setminus B
union, intersection, difference
In either; in both; in A but not B.
i
imaginary unit
i² = −1.
\leq,\ \geq
less/greater than or equal
Inequalities that allow equality; < and > exclude it.
n!
factorial
n × (n−1) × … × 1; the number of orderings of n things. 0! = 1.
\sum_{k=1}^{n} a_k
summation
Add a_k for k = 1 up to n.
\prod_{k=1}^{n} a_k
product
Multiply a_k for k = 1 up to n.
\emptyset,\ |A|
empty set, cardinality
The set with no elements; the number of elements of A.

Questions people ask

Permutation or combination?

Ask whether order matters. A lock code is a permutation (order matters); a hand of cards is a combination (it does not).

What is a graph in this sense?

Dots (vertices) joined by lines (edges) — not a plot. Road maps, social networks and molecules are graphs; questions like "is there a route" and "how few colours" are graph theory.

Обиди се со себе.

Parts of this page are adapted from Keller & Trotter, Applied Combinatorics (CC BY-SA 4.0). Condensed and re-explained here; errors are ours.

Повеќе во Combinatorics & Graph Theory