Theorems · Theorem · combinatorics
Finset.card_biUnion_le_of_intersecting
∀ {ι : Type u_1} {α : Type u_2} [inst : Fintype α] [inst_1 : DecidableEq α] [Nonempty α] (s : Finset ι)
(f : ι → Finset (Finset α)),
(∀ i ∈ s, (↑(f i)).Intersecting) → (s.biUnion f).card ≤ 2 ^ Fintype.card α - 2 ^ (Fintype.card α - s.card)Kleitman's theorem. An intersecting family on n elements contains at most 2ⁿ⁻¹ sets, and
each further intersecting family takes at most half of the sets that are in no previous family.
- Defined in
- Mathlib.Combinatorics.SetFamily.Kleitman
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypeDecidableEqNonempty
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites74
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
- Fintypestatement and proof · cited by 7,736
- Bot.botproof · cited by 4,720
- LE.le.transproof · cited by 3,151
- Compl.complproof · cited by 2,925
- Finset.cardstatement and proof · cited by 2,327
- mul_commproof · cited by 2,262
- le_reflproof · cited by 2,061
- mul_assocproof · cited by 1,667
- Fintype.cardstatement and proof · cited by 1,386
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.