Theorems · Theorem · combinatorics
Finset.erdos_ko_rado
- 1000+ list: Erdős–Ko–Rado theorem
∀ {n : ℕ} {𝒜 : Finset (Finset (Fin n))} {r : ℕ},
(↑𝒜).Intersecting → Set.Sized r ↑𝒜 → r ≤ n / 2 → 𝒜.card ≤ (n - 1).choose (r - 1)The Erdős–Ko–Rado theorem.
The maximum size of an intersecting family in α where all sets have size r is bounded by
(card α - 1).choose (r - 1). This bound is sharp.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- SetLike.coestatement and proof · cited by 8,199
- LE.le.transproof · cited by 3,151
- Compl.complproof · cited by 2,925
- Finset.cardstatement and proof · cited by 2,327
- Disjointproof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- Fintype.cardproof · cited by 1,386
- Nat.iterateproof · cited by 740
- Nat.choosestatement and proof · cited by 494
- le_of_not_gtproof · cited by 430
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.