Mathlib Map

Theorems · Theorem · real analysis

Real.harm_mean_le_geom_mean_weighted

∀ {ι : Type u} (s : Finset ι) (w z : ι → ℝ),
  s.Nonempty → (∀ i ∈ s, 0 < w i) → ∑ i ∈ s, w i = 1 → (∀ i ∈ s, 0 < z i) → (∑ i ∈ s, w i / z i)⁻¹ ≤ ∏ i ∈ s, z i ^ w i

HM-GM inequality: The harmonic mean is less than or equal to the geometric mean, weighted version for real-valued nonnegative functions.

Defined in
Mathlib.Analysis.MeanInequalities
Cited by
1 results in Mathlib
Foundations
Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites24

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

Cited by1

Results whose statement or proof uses this declaration.