Theorems · Theorem · real analysis
NNReal.summable_and_inner_le_Lp_mul_Lq_tsum
∀ {ι : Type u} {f g : ι → NNReal} {p q : ℝ},
p.HolderConjugate q →
(Summable fun i => f i ^ p) →
(Summable fun i => g i ^ q) →
(Summable fun i => f i * g i) ∧
∑' (i : ι), f i * g i ≤ (∑' (i : ι), f i ^ p) ^ (1 / p) * (∑' (i : ι), 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. A version for NNReal-valued
functions. For an alternative version, convenient if the infinite sums are already expressed as
p-th powers, see inner_le_Lp_mul_Lq_hasSum.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 3 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.
Cites9
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
- NNRealstatement and proof · cited by 4,310
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- tsumstatement and proof · cited by 1,148
- Summablestatement and proof · cited by 778
- one_divproof · cited by 624
- Real.HolderConjugatestatement and proof · cited by 78
- NNReal.rpow_oneproof · cited by 38
- NNReal.summable_and_Lr_rpow_le_Lp_mul_Lq_tsumproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- NNReal.inner_le_Lp_mul_Lq_hasSumproof · cited by 1
- NNReal.inner_le_Lp_mul_Lq_tsumproof · cited by 1
- NNReal.summable_mul_of_Lp_Lqproof · cited by 0