Theorems · Theorem · real analysis
AntivaryOn.card_smul_sum_le_sum_smul_sum
∀ {ι : Type u_1} {α : Type u_2} {β : Type u_3} [inst : Semiring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α]
[ExistsAddOfLE α] [inst_4 : AddCommMonoid β] [inst_5 : LinearOrder β] [IsOrderedCancelAddMonoid β]
[inst_7 : Module α β] [PosSMulMono α β] {s : Finset ι} {f : ι → α} {g : ι → β},
AntivaryOn f g ↑s → s.card • ∑ i ∈ s, f i • g i ≤ (∑ i ∈ s, f i) • ∑ i ∈ s, g iChebyshev's Sum Inequality: When f and g antivary together (e.g. one is monotone, the
other is antitone), the scalar product of their sum is less than the size of the set times their
scalar product.
- Defined in
- Mathlib.Algebra.Order.Chebyshev
- Cited by
- 1 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.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Finset.sumstatement · cited by 5,195
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Finset.cardstatement · cited by 2,327
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ExistsAddOfLEstatement and proof · cited by 330
- PosSMulMonostatement and proof · cited by 188
Cited by1
Results whose statement or proof uses this declaration.
- AntivaryOn.card_mul_sum_le_sum_mul_sumproof · cited by 1