ConceptComplete

Chains, Antichains, and Dilworth Theory

The structure of chains and antichains in partially ordered sets reveals fundamental combinatorial relationships. Dilworth's theorem and its dual (Mirsky's theorem) provide powerful connections between width, height, and decompositions of posets.

DefinitionWidth and Height

For a finite poset PP:

  • Width w(P)w(P) = maximum size of an antichain
  • Height h(P)h(P) = maximum size of a chain minus 1 (length of longest chain)
  • Chain decomposition: partition of PP into disjoint chains
  • Antichain decomposition: partition of PP into disjoint antichains
TheoremDilworth's Theorem

In any finite poset, the minimum number of chains needed to cover all elements equals the maximum size of an antichain: min chain cover=width\text{min chain cover} = \text{width}

TheoremMirsky's Theorem (Dual of Dilworth)

The minimum number of antichains needed to cover all elements equals the maximum size of a chain: min antichain cover=height+1\text{min antichain cover} = \text{height} + 1

ExampleBoolean Lattice

For Bn=P([n])B_n = \mathcal{P}([n]) ordered by inclusion:

  • Width = (nn/2)\binom{n}{\lfloor n/2 \rfloor} (Sperner's theorem)
  • Height = nn
  • Natural antichain decomposition: levels {A:A=k}\{A : |A| = k\} for k=0,1,,nk = 0, 1, \ldots, n
  • Minimum chain cover has (nn/2)\binom{n}{\lfloor n/2 \rfloor} chains

Sperner's theorem states that the middle level forms a maximum antichain.

Remark

Dilworth's theorem can be proved using:

  1. Induction: Remove maximal antichain, apply induction
  2. Kőnig's theorem: via bipartite graph matching
  3. Network flows: max-flow min-cut theorem

Each proof reveals different aspects of the underlying combinatorial structure.

DefinitionSymmetric Chain Decomposition

A symmetric chain in BnB_n is a chain {Ai}\{A_i\} where AiAi+1A_i \subset A_{i+1} and Ai=i|A_i| = i for consecutive integers, symmetric about n/2n/2.

A symmetric chain decomposition (SCD) partitions BnB_n into symmetric chains. The existence of an SCD provides an alternative proof of Sperner's theorem.

ExampleYoung's Lattice

Young's lattice consists of all integer partitions ordered by diagram inclusion: λμ\lambda \subseteq \mu if the Ferrers diagram of λ\lambda is contained in that of μ\mu.

  • Chains correspond to sequences of partitions (tableaux fillings)
  • Antichains appear in representation theory
  • Width and height connect to partition enumeration

This theory provides essential tools for analyzing the combinatorial structure of partially ordered sets.