Alphabeta Math
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-04 (gpt-5.6-sol-codex-subscription)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

Sperner's theorem and its equality cases: a largest antichain is a complete middle level

Statement

Let A be an n-element set. Every antichain F⊆P(A) satisfies

∣F∣≤(n⌊n/2⌋).

Equality holds exactly for a complete middle level. If n is even, the unique maximum antichain is [A]n/2. If n is odd, the maximum antichains are exactly the two complete middle levels [A](n−1)/2 and [A](n+1)/2.

Facts & Assumptions

Given: An n-element set A and an antichain F⊆P(A).

[L1]

The LYM inequality gives ∑S∈F1/(n∣S∣)≤1 (Lubell-Yamamoto-Meshalkin inequality for antichains in a Boolean lattice).

[L2]

The binomial coefficients have their maximum at the middle rank, uniquely for even n and at the two middle ranks for odd n (The binomial coefficients are symmetric and increase to the middle level before decreasing).

[L3]

For k<n and G⊆[A]k, local LYM gives ∣G∣/(nk)≤∣∇G∣/(nk+1), with equality exactly when every set in the upper shadow contains all its k-subsets in G; the hypothesis k<n is needed, since at k=n the right-hand denominator (nn+1) is zero (Local LYM inequality comparing a uniform family with its upper shadow).

Proof

technique · direct
1.1

Put M:=(n⌊n/2⌋). By [L2], every (n∣S∣)≤M, so [L1] gives ∣F∣/M≤∑S∈F1/(n∣S∣)≤1. Hence ∣F∣≤M.

givenL1L2
2.1

If equality holds, then every member of F lies on a rank whose binomial coefficient equals M; otherwise the first inequality in step 1.1 would be strict.

step 1.1L2
3.1

If n is even, [L2] leaves only rank n/2. Thus F⊆[A]n/2, and equality of cardinalities forces F=[A]n/2.

step 2.1L2F1
3.2

Suppose n=2k+1 is odd. Write G:=F∩[A]k and H:=F∩[A]k+1. Since F is an antichain, H is disjoint from ∇G. The two middle levels both have cardinality M, and [L3] gives ∣∇G∣≥∣G∣. Therefore ∣F∣=∣G∣+∣H∣≤∣G∣+M−∣∇G∣≤M.

step 2.1L2L3F1
4.1

Equality in step 3.2 forces ∣∇G∣=∣G∣ and H=[A]k+1∖∇G. By the equality clause of [L3], whenever S∈G, x∉S, and y∈S, the set (S∖{y})∪{x} also lies in G: it is a k-subset of S∪{x}∈∇G.

step 3.2L3
5.1

Any two k-subsets can be joined by repeatedly replacing an element not in the target by an element of the target not yet present. Thus the closure in step 4.1 implies that G is either empty or all of [A]k. In the first case equality forces H=[A]k+1; in the second, ∇G=[A]k+1 and equality forces H=∅.

step 4.1F1
6.1

Complete levels are antichains and the middle ones have cardinality M. Steps 3.1 and 5.1 therefore give all equality cases and complete the proof.

step 3.1step 5.1F1∎

Depends on

Used by

Dependency tree · two levels

23 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources