Theorems · Theorem · measure theory
MeasureTheory.memLp_add_of_disjoint
∀ {α : Type u_1} {E : Type u_2} {m : MeasurableSpace α} {p : ENNReal} {μ : MeasureTheory.Measure α}
[inst : NormedAddCommGroup E] {f g : α → E},
Disjoint (Function.support f) (Function.support g) →
MeasureTheory.StronglyMeasurable f →
MeasureTheory.StronglyMeasurable g →
(MeasureTheory.MemLp (f + g) p μ ↔ MeasureTheory.MemLp f p μ ∧ MeasureTheory.MemLp g p μ)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Disjointstatement and proof · cited by 2,201
- Function.supportstatement and proof · cited by 610
- MeasureTheory.MemLpstatement and proof · cited by 457
- MeasureTheory.StronglyMeasurablestatement and proof · cited by 363
- MeasureTheory.StronglyMeasurable.measurableproof · cited by 74
- MeasureTheory.MemLp.addproof · cited by 24
- measurableSet_supportproof · cited by 5
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.induction_denseproof · cited by 2
- MeasureTheory.Lp.simpleFunc.inductionproof · cited by 2
- MeasureTheory.MemLp.inductionproof · cited by 1