Theorems · Theorem · measure theory
ENNReal.lintegral_prod_norm_pow_le
∀ {α : Type u_2} {ι : Type u_3} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} (s : Finset ι)
{f : ι → α → ENNReal},
(∀ i ∈ s, AEMeasurable (f i) μ) →
∀ {p : ι → ℝ},
∑ i ∈ s, p i = 1 →
(∀ i ∈ s, 0 ≤ p i) → ∫⁻ (a : α), ∏ i ∈ s, f i a ^ p i ∂μ ≤ ∏ i ∈ s, (∫⁻ (a : α), f i a ∂μ) ^ p iA version of Hölder with multiple arguments
- Cited by
- 1 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.
Cites39
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
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- mul_oneproof · cited by 3,885
- Finset.prodstatement and proof · cited by 2,356
- le_reflproof · cited by 2,061
- le_of_ltproof · cited by 1,175
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- eq_or_neproof · cited by 1,117
Cited by1
Results whose statement or proof uses this declaration.
- ENNReal.lintegral_mul_prod_norm_pow_leproof · cited by 1