Theorems · Theorem · real analysis
Real.compact_inner_le_weight_mul_Lp_of_nonneg
∀ {ι : Type u} (s : Finset ι) {p : ℝ},
1 ≤ p →
∀ {w f : ι → ℝ},
(∀ (i : ι), 0 ≤ w i) →
(∀ (i : ι), 0 ≤ f i) →
(s.expect fun i => w i * f i) ≤ (s.expect fun i => w i) ^ (1 - p⁻¹) * (s.expect fun i => w i * f i ^ p) ^ p⁻¹Weighted Hölder inequality in terms of Finset.expect.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.sumproof · cited by 5,195
- Finset.cardproof · cited by 2,327
- NNRatstatement · cited by 523
- mul_nonnegproof · cited by 397
- sub_add_cancelproof · cited by 344
- Nat.cast_nonneg'proof · cited by 245
- Finset.expectstatement · cited by 116
- Real.rpow_oneproof · cited by 114
- Real.rpow_nonnegproof · cited by 111
- Finset.sum_nonnegproof · cited by 91
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.