Theorems · Theorem · measure theory
ENNReal.lintegral_mul_le_Lp_mul_Lq
∀ {α : Type u_1} [inst : MeasurableSpace α] (μ : MeasureTheory.Measure α) {p q : ℝ},
p.HolderConjugate q →
∀ {f g : α → ENNReal},
AEMeasurable f μ →
AEMeasurable g μ →
∫⁻ (a : α), (f * g) a ∂μ ≤ (∫⁻ (a : α), f a ^ p ∂μ) ^ (1 / p) * (∫⁻ (a : α), g a ^ q ∂μ) ^ (1 / q)Hölder's inequality for functions α → ℝ≥0∞. The integral of the product of two functions
is bounded by the product of their ℒp and ℒq seminorms when p and q are conjugate
exponents.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 209 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- mul_commproof · cited by 2,262
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- zero_leproof · cited by 382
- Eq.trans_leproof · cited by 155
- Real.HolderConjugatestatement and proof · cited by 78
- Real.HolderConjugate.symmproof · cited by 31
Cited by6
Results whose statement or proof uses this declaration.
- ENNReal.lintegral_Lp_mul_le_Lq_mul_Lrproof · cited by 2
- MeasureTheory.eLpNorm_le_eLpNorm_fderiv_of_eq_innerproof · cited by 1
- ENNReal.lintegral_mul_norm_pow_leproof · cited by 1
- ENNReal.lintegral_mul_rpow_le_lintegral_rpow_mul_lintegral_rpowproof · cited by 1
- MeasureTheory.integral_mul_norm_le_Lp_mul_Lqproof · cited by 1
- NNReal.lintegral_mul_le_Lp_mul_Lqproof · cited by 0