Theorems · Theorem · measure theory
NNReal.lintegral_mul_le_Lp_mul_Lq
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {p q : ℝ},
p.HolderConjugate q →
∀ {f g : α → NNReal},
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
- 0 results in Mathlib
- Foundations
- Depth 210 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.
Cites11
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 · cited by 9,879
- NNRealstatement and proof · cited by 4,310
- ENNReal.ofNNRealstatement · cited by 1,279
- MeasureTheory.lintegralstatement · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- Real.HolderConjugatestatement and proof · cited by 78
- AEMeasurable.coe_nnreal_ennrealproof · cited by 6
- ENNReal.lintegral_mul_le_Lp_mul_Lqproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.