Theorems · Theorem · measure theory
ENNReal.lintegral_rpow_add_le_add_eLpNorm_mul_lintegral_rpow_add
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {p q : ℝ},
p.HolderConjugate q →
∀ {f g : α → ENNReal},
AEMeasurable f μ →
AEMeasurable g μ →
∫⁻ (a : α), (f + g) a ^ p ∂μ ≤
((∫⁻ (a : α), f a ^ p ∂μ) ^ (1 / p) + (∫⁻ (a : α), g a ^ p ∂μ) ^ (1 / p)) *
(∫⁻ (a : α), (f a + g a) ^ p ∂μ) ^ (1 / q)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 211 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.
Cites28
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
- le_reflproof · cited by 2,061
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- add_le_addproof · cited by 666
- le_topproof · cited by 411
- zero_leproof · cited by 382
- le_of_eqproof · cited by 366
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.