Theorems · Theorem · general topology
Metric.eventually_nhds_zero_forall_closedEBall_subset
∀ {ι : 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 iLet 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
- 2 results in Mathlib
- Foundations
- Depth 148 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.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- ENNRealstatement and proof · cited by 9,879
- Filterstatement · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- NNRealproof · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
- Compl.complproof · cited by 2,925
- IsOpenstatement and proof · cited by 2,400
- LT.lt.leproof · cited by 2,189
- SProd.sprodstatement and proof · cited by 1,750
Cited by2
Results whose statement or proof uses this declaration.
- Metric.exists_forall_closedEBall_subset_aux₁proof · cited by 3
- EMetric.eventually_nhds_zero_forall_closedBall_subsetproof · cited by 0