Theorems · Theorem · measure theory
MeasureTheory.tendsto_setToFun_approxOn_of_measurable
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{T : Set α → E →L[ℝ] F} {C : ℝ} (hT : MeasureTheory.DominatedFinMeasAdditive μ T C) [inst_4 : MeasurableSpace E]
[inst_5 : BorelSpace E] {f : α → E} {s : Set E} [inst_6 : TopologicalSpace.SeparableSpace ↑s],
MeasureTheory.Integrable f μ →
∀ (hfm : Measurable f),
(∀ᵐ (x : α) ∂μ, f x ∈ closure s) →
∀ {y₀ : E} (h₀ : y₀ ∈ s),
MeasureTheory.Integrable (fun x => y₀) μ →
Filter.Tendsto (fun n => MeasureTheory.setToFun μ T hT ⇑(MeasureTheory.SimpleFunc.approxOn f hfm s y₀ h₀ n))
Filter.atTop (nhds (MeasureTheory.setToFun μ T hT f))- Defined in
- Mathlib.MeasureTheory.Integral.SetToL1
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 245 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- 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
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- Filter.Tendstostatement · cited by 3,814
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_integral_approxOn_of_measurableproof · cited by 2
- MeasureTheory.tendsto_setToFun_approxOn_of_measurable_of_range_subsetproof · cited by 1