Theorems · Theorem · real analysis
NNReal.inner_le_weight_mul_Lp
∀ {ι : Type u} (s : Finset ι) {p : ℝ},
1 ≤ p → ∀ (w f : ι → NNReal), ∑ i ∈ s, w i * f i ≤ (∑ i ∈ s, w i) ^ (1 - p⁻¹) * (∑ i ∈ s, w i * f i ^ p) ^ p⁻¹Weighted Hölder inequality.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 208 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- AddCommMonoidproof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Finset.sum_congrproof · cited by 2,323
- mul_assocproof · cited by 1,667
- LT.lt.ne'proof · cited by 1,417
- NNReal.toRealproof · cited by 1,260
- sub_selfproof · cited by 996
Cited by2
Results whose statement or proof uses this declaration.
- Real.inner_le_weight_mul_Lp_of_nonnegproof · cited by 1
- ENNReal.inner_le_weight_mul_Lp_of_nonnegproof · cited by 0