Theorems · Theorem · real analysis
MonovaryOn.sum_mul_sum_le_card_mul_sum
∀ {ι : Type u_1} {α : Type u_2} [inst : Semiring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
{s : Finset ι} {f g : ι → α}, MonovaryOn f g ↑s → (∑ i ∈ s, f i) * ∑ i ∈ s, g i ≤ ↑s.card * ∑ i ∈ s, 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
- 2 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement and proof · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.cardstatement and proof · cited by 2,327
- nsmul_eq_mulproof · cited by 369
- ExistsAddOfLEstatement and proof · cited by 330
- MonovaryOnstatement and proof · cited by 139
- MonovaryOn.sum_smul_sum_le_card_smul_sumproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- sq_sum_le_card_mul_sum_sqproof · cited by 1
- Monovary.sum_mul_sum_le_card_mul_sumproof · cited by 0