Theorems · Theorem · combinatorics
Finset.lubell_yamamoto_meshalkin_inequality_sum_card_div_choose
∀ {𝕜 : Type u_1} {α : Type u_2} [inst : Semifield 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : Fintype α] {𝒜 : Finset (Finset α)},
IsAntichain (fun x1 x2 => x1 ⊆ x2) ↑𝒜 →
∑ r ∈ Finset.range (Fintype.card α + 1), ↑(𝒜.slice r).card / ↑((Fintype.card α).choose r) ≤ 1The Lubell-Yamamoto-Meshalkin inequality, also known as the LYM inequality.
If 𝒜 is an antichain, then the sum of the proportion of elements it takes from each layer is less
than 1.
- Defined in
- Mathlib.Combinatorics.SetFamily.LYM
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement · cited by 5,195
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.cardstatement and proof · cited by 2,327
- Nat.cast_zeroproof · cited by 1,870
- le_rflproof · cited by 1,558
Cited by2
Results whose statement or proof uses this declaration.
- Finset.lubell_yamamoto_meshalkin_inequality_sum_inv_chooseproof · cited by 1
- Finset.sum_card_slice_div_choose_le_oneproof · cited by 0