Theorems · Theorem · real analysis
sq_sum_le_card_mul_sum_sq
∀ {ι : Type u_1} {α : Type u_2} [inst : Semiring α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
{s : Finset ι} {f : ι → α}, (∑ i ∈ s, f i) ^ 2 ≤ ↑s.card * ∑ i ∈ s, f i ^ 2Special case of Chebyshev's Sum Inequality or the Cauchy-Schwarz Inequality: The square of the sum is less than the size of the set times the sum of the squares.
- Defined in
- Mathlib.Algebra.Order.Chebyshev
- Cited by
- 1 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
- Finsetstatement and proof · cited by 13,712
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · 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
- Finset.sum_congrproof · cited by 2,323
- ExistsAddOfLEstatement and proof · cited by 330
- sqproof · cited by 280
- MonovaryOn.sum_mul_sum_le_card_mul_sumproof · cited by 2
- monovaryOn_selfproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- sum_div_card_sq_le_sum_sq_div_cardproof · cited by 3