Theorems · Theorem · real analysis
NNReal.Lr_rpow_le_Lp_mul_Lq
∀ {ι : Type u} (s : Finset ι) (f g : ι → NNReal) {p q r : ℝ},
p.HolderTriple q r → ∑ i ∈ s, (f i * g i) ^ r ≤ (∑ i ∈ s, f i ^ p) ^ (r / p) * (∑ i ∈ s, g i ^ q) ^ (r / q)Hölder inequality: The (r-power of the) L^r norm of the product of two functions is
bounded by the product of (the r-powers of) their L^p and L^q norms when p, q, and r
form a Real.HolderTriple.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 3 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.
Cites14
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
- NNRealstatement and proof · cited by 4,310
- Finset.sum_congrproof · cited by 2,323
- LT.lt.ne'proof · cited by 1,417
- one_divproof · cited by 624
- mul_div_cancel_left₀proof · cited by 111
- inv_divproof · cited by 92
- Real.HolderTriplestatement and proof · cited by 53
- Real.HolderTriple.pos'proof · cited by 13
- NNReal.mul_rpowproof · cited by 13
Cited by3
Results whose statement or proof uses this declaration.
- NNReal.summable_and_Lr_rpow_le_Lp_mul_Lq_tsumproof · cited by 4
- Real.Lr_rpow_le_Lp_mul_Lqproof · cited by 2
- NNReal.Lr_le_Lp_mul_Lqproof · cited by 0