Theorems · Theorem · real analysis
Monovary.sum_mul_sum_le_card_mul_sum
∀ {ι : Type u_1} {α : Type u_2} [inst : Semiring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
{f g : ι → α} [inst_4 : Fintype ι], Monovary f g → (∑ i, f i) * ∑ i, g i ≤ ↑(Fintype.card ι) * ∑ i, f i * g iChebyshev's Sum Inequality: When f and g monovary together (e.g. they are both
monotone/antitone), the product of their sum is less than the size of the set times their scalar
product.
- Defined in
- Mathlib.Algebra.Order.Chebyshev
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · cited by 8,199
- Fintypestatement and proof · cited by 7,736
- Finset.sumstatement · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Fintype.cardstatement · cited by 1,386
- ExistsAddOfLEstatement and proof · cited by 330
- Monovarystatement and proof · cited by 122
- Monovary.monovaryOnproof · cited by 9
- MonovaryOn.sum_mul_sum_le_card_mul_sumproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.