Theorems · Theorem · real analysis
NNReal.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) →
∑' (i : ι), f i * g i ≤ (∑' (i : ι), f i ^ p) ^ (1 / p) * (∑' (i : ι), g i ^ q) ^ (1 / q)- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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 · cited by 1,148
- Summablestatement and proof · cited by 778
- Real.HolderConjugatestatement and proof · cited by 78
- NNReal.summable_and_inner_le_Lp_mul_Lq_tsumproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- NNReal.inner_le_Lp_mul_Lq_tsum'proof · cited by 0