Theorems · Theorem · real analysis
Real.harm_mean_le_geom_mean
∀ {ι : Type u_1} (s : Finset ι),
s.Nonempty →
∀ (w z : ι → ℝ),
(∀ i ∈ s, 0 < w i) →
0 < ∑ i ∈ s, w i →
(∀ i ∈ s, 0 < z i) → (∑ i ∈ s, w i) / ∑ i ∈ s, w i / z i ≤ (∏ i ∈ s, z i ^ w i) ^ (∑ i ∈ s, w i)⁻¹HM-GM inequality: The harmonic mean is less than or equal to the geometric mean.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- LT.lt.ne'proof · cited by 1,417
- le_of_ltproof · cited by 1,175
- Finset.Nonemptystatement and proof · cited by 1,001
- div_eq_mul_invproof · cited by 715
- Finset.prod_congrproof · cited by 646
- inv_invproof · cited by 494
- div_posproof · cited by 337
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.