Theorems · Theorem · real analysis
ENNReal.inner_le_Lp_mul_Lq
∀ {ι : Type u} (s : Finset ι) (f g : ι → ENNReal) {p q : ℝ},
p.HolderConjugate q → ∑ i ∈ s, f i * g i ≤ (∑ i ∈ s, f i ^ p) ^ (1 / p) * (∑ i ∈ s, g i ^ q) ^ (1 / q)Hölder inequality: the scalar product of two functions is bounded by the product of their
L^p and L^q norms when p and q are conjugate exponents. Version for sums over finite sets,
with ℝ≥0∞-valued functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 1 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.
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
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- LT.lt.leproof · cited by 2,189
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- ENNReal.ofNNRealproof · cited by 1,279
- one_divproof · cited by 624
- ENNReal.toNNRealproof · cited by 165
Cited by1
Results whose statement or proof uses this declaration.
- ENNReal.rpow_sum_le_const_mul_sum_rpowproof · cited by 0