Theorems · Theorem · measure theory
MeasureTheory.MemLp.comp_snd
∀ {α : Type u_1} {β : Type u_2} {ε : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
[inst : TopologicalSpace ε] [inst_1 : ContinuousENorm ε] {ν : MeasureTheory.Measure β} {p : ENNReal} {f : β → ε},
MeasureTheory.MemLp f p ν →
∀ (μ : MeasureTheory.Measure α) [MeasureTheory.IsFiniteMeasure μ] [MeasureTheory.SFinite ν],
MeasureTheory.MemLp (fun x => f x.2) p (μ.prod ν)- Cited by
- 4 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.univproof · cited by 3,945
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.AEStronglyMeasurableproof · cited by 755
- MeasureTheory.MemLpstatement and proof · cited by 457
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- ContinuousENormstatement and proof · cited by 290
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.comp_sndproof · cited by 2
- ProbabilityTheory.variance_add_prodproof · cited by 1
- MeasureTheory.integral_continuousLinearMap_prod'proof · cited by 1
- ProbabilityTheory.covariance_fst_snd_prodproof · cited by 0