Theorems · Theorem · general topology
EMetric.eventually_nhds_zero_forall_closedBall_subset
Deprecated since 2026-01-24Use Metric.eventually_nhds_zero_forall_closedEBall_subset instead.
∀ {ι : Type u_1} {X : Type u_2} [inst : EMetricSpace X] {K U : ι → Set X},
(∀ (i : ι), IsClosed (K i)) →
(∀ (i : ι), IsOpen (U i)) →
(∀ (i : ι), K i ⊆ U i) →
LocallyFinite K →
∀ (x : X), ∀ᶠ (p : ENNReal × X) in nhds 0 ×ˢ nhds x, ∀ (i : ι), p.2 ∈ K i → Metric.closedEBall p.2 p.1 ⊆ U iAlias of Metric.eventually_nhds_zero_forall_closedEBall_subset.
Let K : ι → Set X be a locally finite family of closed sets in an emetric space. Let
U : ι → Set X be a family of open sets such that K i ⊆ U i for all i. Then for any point
x : X, for sufficiently small r : ℝ≥0∞ and for y sufficiently close to x, for all i, if
y ∈ K i, then Metric.closedEBall y r ⊆ U i.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 149 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- ENNRealstatement · cited by 9,879
- Filterstatement · cited by 8,121
- nhdsstatement · cited by 5,554
- Filter.Eventuallystatement · cited by 3,134
- IsOpenstatement · cited by 2,400
- SProd.sprodstatement · cited by 1,750
- IsClosedstatement · cited by 1,639
- EMetricSpacestatement · cited by 242
- LocallyFinitestatement · cited by 141
- Metric.closedEBallstatement · cited by 107
- Metric.eventually_nhds_zero_forall_closedEBall_subsetproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.