Theorems · Theorem · measure theory
MeasureTheory.MemLp.induction_dense
∀ {α : Type u_1} {E : Type u_4} [inst : MeasurableSpace α] [inst_1 : NormedAddCommGroup E] {p : ENNReal}
{μ : MeasureTheory.Measure α},
p ≠ ⊤ →
∀ (P : (α → E) → Prop),
(∀ (c : E) ⦃s : Set α⦄,
MeasurableSet s →
μ s < ⊤ → ∀ {ε : ENNReal}, ε ≠ 0 → ∃ g, MeasureTheory.eLpNorm (g - s.indicator fun x => c) p μ ≤ ε ∧ P g) →
(∀ (f g : α → E), P f → P g → P (f + g)) →
(∀ (f : α → E), P f → MeasureTheory.AEStronglyMeasurable f μ) →
∀ {f : α → E},
MeasureTheory.MemLp f p μ → ∀ {ε : ENNReal}, ε ≠ 0 → ∃ g, MeasureTheory.eLpNorm (f - g) p μ ≤ ε ∧ P gIf a set of ae strongly measurable functions is stable under addition and approximates
characteristic functions in ℒp, then it is dense in ℒp.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 222 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · 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
- Top.topstatement and proof · cited by 9,680
- MeasurableSetstatement and proof · cited by 3,075
- Disjointproof · cited by 2,201
- LT.lt.leproof · cited by 2,189
- LT.lt.ne'proof · cited by 1,417
- eq_or_neproof · cited by 1,117
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.exists_hasCompactSupport_eLpNorm_sub_leproof · cited by 3
- MeasureTheory.MemLp.exists_boundedContinuous_eLpNorm_sub_leproof · cited by 3