Theorems · Theorem · measure theory
MeasureTheory.tendsto_lintegral_thickenedIndicator_of_isClosed
∀ {Ω : Type u_2} {mΩ : MeasurableSpace Ω} [inst : PseudoEMetricSpace Ω] [OpensMeasurableSpace Ω]
(μ : MeasureTheory.Measure Ω) [MeasureTheory.IsFiniteMeasure μ] {F : Set Ω},
IsClosed F →
∀ {δs : ℕ → ℝ} (δs_pos : ∀ (n : ℕ), 0 < δs n),
Filter.Tendsto δs Filter.atTop (nhds 0) →
Filter.Tendsto (fun n => ∫⁻ (ω : Ω), ↑((thickenedIndicator ⋯ F) ω) ∂μ) Filter.atTop (nhds (μ F))The integrals of thickened indicators of a closed set against a finite measure tend to the measure of the closed set if the thickening radii tend to zero.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- nhdsstatement and proof · cited by 5,554
- NNRealstatement · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- IsClosedstatement and proof · cited by 1,639
- PseudoEMetricSpacestatement and proof · cited by 1,536
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.tendsto_integral_thickenedIndicator_of_isClosedproof · cited by 1