Theorems · Theorem · measure theory
MeasureTheory.Lp.induction_stronglyMeasurable_aux
∀ {α : Type u_1} {F : Type u_2} {p : ENNReal} [inst : NormedAddCommGroup F] {m m0 : MeasurableSpace α}
{μ : MeasureTheory.Measure α} [inst_1 : Fact (1 ≤ p)] [inst_2 : NormedSpace ℝ F] (hm : m ≤ m0),
p ≠ ⊤ →
∀ (P : ↥(MeasureTheory.Lp F p μ) → Prop),
(∀ (c : F) {s : Set α} (hs : MeasurableSet s) (hμs : μ s < ⊤),
P ↑(MeasureTheory.Lp.simpleFunc.indicatorConst p ⋯ ⋯ c)) →
(∀ ⦃f g : α → F⦄ (hf : MeasureTheory.MemLp f p μ) (hg : MeasureTheory.MemLp g p μ),
MeasureTheory.AEStronglyMeasurable f μ →
MeasureTheory.AEStronglyMeasurable g μ →
Disjoint (Function.support f) (Function.support g) →
P (MeasureTheory.MemLp.toLp f hf) →
P (MeasureTheory.MemLp.toLp g hg) →
P (MeasureTheory.MemLp.toLp f hf + MeasureTheory.MemLp.toLp g hg)) →
IsClosed {f | P ↑f} → ∀ (f : ↥(MeasureTheory.Lp F p μ)), MeasureTheory.AEStronglyMeasurable (↑↑f) μ → P fAuxiliary lemma for Lp.induction_stronglyMeasurable.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 242 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- Set.ofPredstatement and proof · cited by 6,101
- AddSubgroupstatement · cited by 3,232
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Lp.induction_stronglyMeasurableproof · cited by 1