Theorems · Theorem · functional analysis
MeasureTheory.MemLp.prod
∀ {ι : Type u_1} {α : Type u_2} {𝕜 : Type u_3} {x : MeasurableSpace α} [inst : NormedCommRing 𝕜]
{μ : MeasureTheory.Measure α} {f : ι → α → 𝕜} {p : ι → ENNReal} {s : Finset ι},
(∀ i ∈ s, MeasureTheory.MemLp (f i) (p i) μ) → MeasureTheory.MemLp (∏ i ∈ s, f i) (∑ i ∈ s, (p i)⁻¹)⁻¹ μSee MemLp.prod' for the applied version.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedCommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- Top.topproof · cited by 9,680
- Finset.sumstatement and proof · cited by 5,195
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.AEStronglyMeasurableproof · cited by 755
- MeasureTheory.MemLpstatement and proof · cited by 457
- MeasureTheory.eLpNormproof · cited by 329
- Finset.consproof · cited by 221
- NormedCommRingstatement and proof · cited by 218
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.prod'proof · cited by 0