Mathlib Map

Theorems · Theorem · real analysis

sum_div_card_sq_le_sum_sq_div_card

∀ {ι : Type u_1} {α : Type u_2} [inst : Semifield α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] [ExistsAddOfLE α]
  {s : Finset ι} {f : ι → α}, ((∑ i ∈ s, f i) / ↑s.card) ^ 2 ≤ (∑ i ∈ s, f i ^ 2) / ↑s.card
Defined in
Mathlib.Algebra.Order.Chebyshev
Cited by
3 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemifieldLinearOrderIsStrictOrderedRingExistsAddOfLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites23

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.