Theorems · Theorem · general topology
Metric.exists_continuous_nnreal_forall_closedBall_subset
∀ {ι : Type u_1} {X : Type u_2} [inst : MetricSpace 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.closedBall x ↑(δ x) ⊆ U iLet X be a 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.closedBall x (δ x) ⊆ U i.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NNRealstatement and proof · cited by 4,310
- ContinuousMapstatement and proof · cited by 2,491
- IsOpenstatement and proof · cited by 2,400
- MetricSpacestatement and proof · cited by 1,684
- IsClosedstatement and proof · cited by 1,639
- ENNReal.ofNNRealproof · cited by 1,279
- NNReal.toRealstatement · cited by 1,260
- Metric.closedBallstatement · cited by 704
- LocallyFinitestatement and proof · cited by 141
- Metric.closedEBallproof · cited by 107
Cited by1
Results whose statement or proof uses this declaration.
- Metric.exists_continuous_real_forall_closedBall_subsetproof · cited by 0