TheoremComplete

Sperner Theorem

Sperner's theorem determines the maximum size of an antichain in the Boolean latticeβ€”a family of subsets of [n][n] with no set containing another. This elegant result has numerous proofs and generalizations, making it a central theorem in extremal set theory.

TheoremSperner's Theorem

The maximum size of an antichain in P([n])\mathcal{P}([n]) (the Boolean lattice BnB_n) is (n⌊n/2βŒ‹)\binom{n}{\lfloor n/2 \rfloor}. This maximum is achieved by taking all subsets of size ⌊n/2βŒ‹\lfloor n/2 \rfloor (or ⌈n/2βŒ‰\lceil n/2 \rceil).

ProofCounting Chains

Count pairs (C,A)(C, A) where CC is a maximal chain and A∈FA \in \mathcal{F} with A∈CA \in C, for an antichain F\mathcal{F}.

  • Total maximal chains: n!n! (permutations determining chains βˆ…βŠ‚{a1}βŠ‚{a1,a2}βŠ‚β‹―\emptyset \subset \{a_1\} \subset \{a_1,a_2\} \subset \cdots)
  • Each chain contains at most one element of F\mathcal{F} (antichain property)
  • Thus: βˆ‘A∈F(chainsΒ throughΒ A)≀n!\sum_{A \in \mathcal{F}} (\text{chains through } A) \leq n!

For ∣A∣=k|A| = k, the number of chains through AA is k!β‹…(nβˆ’k)!k! \cdot (n-k)! (order elements before/after AA).

βˆ‘A∈Fk!β‹…(nβˆ’k)!≀n!β€…β€ŠβŸΉβ€…β€Šβˆ‘A∈F1(n∣A∣)≀1\sum_{A \in \mathcal{F}} k! \cdot (n-k)! \leq n! \implies \sum_{A \in \mathcal{F}} \frac{1}{\binom{n}{|A|}} \leq 1

For F\mathcal{F} to be an antichain with all sets of same size kk: ∣Fβˆ£β‹…1(nk)≀1β€…β€ŠβŸΉβ€…β€Šβˆ£Fβˆ£β‰€(nk)|\mathcal{F}| \cdot \frac{1}{\binom{n}{k}} \leq 1 \implies |\mathcal{F}| \leq \binom{n}{k}

Maximum is (n⌊n/2βŒ‹)\binom{n}{\lfloor n/2 \rfloor} since binomial coefficients are maximized at the middle.

β– 
ExampleSperner Family

For n=4n = 4:

  • Maximum antichain size is (42)=6\binom{4}{2} = 6
  • Example: {{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}\{\{1,2\}, \{1,3\}, \{1,4\}, \{2,3\}, \{2,4\}, \{3,4\}\}
  • No subset contains another in this family
Remark

LYM Inequality (Lubell-Yamamoto-Meshalkin): For any antichain F\mathcal{F} in BnB_n: βˆ‘A∈F1(n∣A∣)≀1\sum_{A \in \mathcal{F}} \frac{1}{\binom{n}{|A|}} \leq 1

This refined inequality directly implies Sperner's theorem and extends to many generalizations.

Sperner's theorem initiated extremal set theory and remains fundamental in combinatorial optimization and theoretical computer science.