Mathlib Map

Theorems · Theorem · real analysis

NNReal.geom_mean_le_arith_mean3_weighted

∀ (w₁ w₂ w₃ p₁ p₂ p₃ : NNReal), w₁ + w₂ + w₃ = 1 → p₁ ^ ↑w₁ * p₂ ^ ↑w₂ * p₃ ^ ↑w₃ ≤ w₁ * p₁ + w₂ * p₂ + w₃ * p₃
Defined in
Mathlib.Analysis.MeanInequalities
Cited by
1 results in Mathlib
Foundations
Depth 199 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.

Cited by1

Results whose statement or proof uses this declaration.