Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.tendsto_approxOn_Lp_eLpNorm
∀ {β : Type u_2} {E : Type u_4} [inst : MeasurableSpace β] [inst_1 : MeasurableSpace E] [inst_2 : NormedAddCommGroup E]
{p : ENNReal} [inst_3 : OpensMeasurableSpace E] {f : β → E} (hf : Measurable f) {s : Set E} {y₀ : E} (h₀ : y₀ ∈ s)
[inst_4 : TopologicalSpace.SeparableSpace ↑s],
p ≠ ⊤ →
∀ {μ : MeasureTheory.Measure β},
(∀ᵐ (x : β) ∂μ, f x ∈ closure s) →
MeasureTheory.eLpNorm (fun x => f x - y₀) p μ < ⊤ →
Filter.Tendsto (fun n => MeasureTheory.eLpNorm (⇑(MeasureTheory.SimpleFunc.approxOn f hf s y₀ h₀ n) - f) p μ)
Filter.atTop (nhds 0)- Cited by
- 3 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites64
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
- TopologicalSpaceproof · cited by 24,529
- 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
- Filterproof · cited by 8,121
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- Set.univproof · cited by 3,945
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.tendsto_approxOn_range_Lp_eLpNormproof · cited by 2
- MeasureTheory.SimpleFunc.tendsto_approxOn_L1_enormproof · cited by 2
- MeasureTheory.Lp.simpleFunc.denseRange_coeSimpleFuncNonnegToLpNonnegproof · cited by 1