Theorems · Theorem · real analysis
Real.geom_mean_le_arith_mean_weighted
- #38 of the 100 theorems: Arithmetic Mean/Geometric Mean
∀ {ι : Type u} (s : Finset ι) (w z : ι → ℝ),
(∀ i ∈ s, 0 ≤ w i) → ∑ i ∈ s, w i = 1 → (∀ i ∈ s, 0 ≤ z i) → ∏ i ∈ s, z i ^ w i ≤ ∑ i ∈ s, w i * z iAM-GM inequality: The geometric mean is less than or equal to the arithmetic mean, weighted version for real-valued nonnegative functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 195 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.
- 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
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- Real.logproof · cited by 939
- Real.expproof · cited by 871
- Finset.prod_congrproof · cited by 646
- Set.mem_univproof · cited by 416
Cited by5
Results whose statement or proof uses this declaration.
- NNReal.geom_mean_le_arith_mean_weightedproof · cited by 3
- Real.geom_mean_lt_arith_mean_weighted_iff_of_posproof · cited by 2
- Real.geom_mean_le_arith_meanproof · cited by 1
- Real.harm_mean_le_geom_mean_weightedproof · cited by 1
- Real.geom_mean_lt_arith_mean_weighted_iff_of_pos'proof · cited by 1