Theorems · Theorem · general topology
Metric.exists_continuous_ennreal_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), 0 < δ x) ∧ ∀ (i : ι), ∀ x ∈ K i, Metric.closedEBall x (δ x) ⊆ U iLet X be an extended metric space. Let K : ι → Set X be a locally finite family of closed
sets, let U : ι → Set X be a family of open sets such that K i ⊆ U i for all i. Then there
exists a positive continuous function δ : C(X, ℝ≥0∞) such that for any i and x ∈ K i,
we have Metric.closedEBall x (δ x) ⊆ U i.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 175 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.
Cites15
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
- ENNRealstatement and proof · cited by 9,879
- NNRealproof · cited by 4,310
- ContinuousMapstatement and proof · cited by 2,491
- IsOpenstatement and proof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- ENNReal.ofNNRealproof · cited by 1,279
- EMetricSpacestatement and proof · cited by 242
- ContinuousMap.compproof · cited by 181
- LocallyFinitestatement and proof · cited by 141
- Metric.closedEBallstatement and proof · cited by 107
Cited by1
Results whose statement or proof uses this declaration.
- EMetric.exists_continuous_eNNReal_forall_closedBall_subsetproof · cited by 0