Theorems · Theorem · measure theory
ENNReal.lintegral_mul_rpow_le_lintegral_rpow_mul_lintegral_rpow
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {p q : ℝ},
p.HolderConjugate q →
∀ {f g : α → ENNReal},
AEMeasurable f μ →
AEMeasurable g μ →
∫⁻ (a : α), f a * g a ^ (p - 1) ∂μ ≤ (∫⁻ (a : α), f a ^ p ∂μ) ^ (1 / p) * (∫⁻ (a : α), g a ^ p ∂μ) ^ (1 / q)- Cited by
- 1 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.
Cites12
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
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- one_divproof · cited by 624
- LE.le.trans_eqproof · cited by 328
- Real.HolderConjugatestatement and proof · cited by 78
- AEMeasurable.pow_constproof · cited by 27
- ENNReal.lintegral_mul_le_Lp_mul_Lqproof · cited by 6
- Real.HolderConjugate.sub_one_mul_conjproof · cited by 4
Cited by1
Results whose statement or proof uses this declaration.
- ENNReal.lintegral_rpow_add_le_add_eLpNorm_mul_lintegral_rpow_addproof · cited by 0