Theorems · Theorem · general topology
thickenedIndicator_tendsto_indicator_closure
∀ {α : Type u_1} [inst : PseudoEMetricSpace α] {δseq : ℕ → ℝ} (δseq_pos : ∀ (n : ℕ), 0 < δseq n),
Filter.Tendsto δseq Filter.atTop (nhds 0) →
∀ (E : Set α),
Filter.Tendsto (fun n => ⇑(thickenedIndicator ⋯ E)) Filter.atTop (nhds ((closure E).indicator fun x => 1))As the thickening radius δ tends to 0, the δ-thickened indicator of a set E (in α) tends
pointwise to the indicator function of the closure of E.
Note: This version is for the bundled bounded continuous functions, but the topology is not
the topology on α →ᵇ ℝ≥0. Coercions to functions α → ℝ≥0 are done first, so the topology
instance is the product topology (the topology of pointwise convergence).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoEMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Top.topproof · cited by 9,680
- nhdsstatement and proof · cited by 5,554
- NNRealstatement and proof · cited by 4,310
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- PseudoEMetricSpacestatement and proof · cited by 1,536
- closurestatement and proof · cited by 1,254
- Set.indicatorstatement and proof · cited by 723
- Filter.Tendsto.compproof · cited by 560
Cited by3
Results whose statement or proof uses this declaration.