Theorems · Theorem · general topology
exists_locallyFinite_subset_iUnion_ball_radius_lt
∀ {α : Type u} [inst : MetricSpace α] [ProperSpace α] {s : Set α},
IsClosed s →
∀ {R : α → ℝ},
(∀ x ∈ s, 0 < R x) →
∃ ι c r r',
(∀ (i : ι), c i ∈ s ∧ 0 < r i ∧ r i < r' i ∧ r' i < R (c i)) ∧
(LocallyFinite fun i => Metric.ball (c i) (r' i)) ∧ s ⊆ ⋃ i, Metric.ball (c i) (r i)Let R : α → ℝ be a (possibly discontinuous) function on a proper metric space.
Let s be a closed set in α such that R is positive on s. Then there exists a collection of
pairs of balls Metric.ball (c i) (r i), Metric.ball (c i) (r' i) such that
* all centers belong to s;
* for all i we have 0 < r i < r' i < R (c i);
* the family of balls Metric.ball (c i) (r' i) is locally finite;
* the balls Metric.ball (c i) (r i) cover s.
This is a simple corollary of refinement_of_locallyCompact_sigmaCompact_of_nhds_basis_set
and exists_subset_iUnion_ball_radius_pos_lt.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 157 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpaceProperSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Realstatement and proof · cited by 25,697
- nhdsproof · cited by 5,554
- Set.iUnionstatement and proof · cited by 2,483
- MetricSpacestatement and proof · cited by 1,684
- IsClosedstatement and proof · cited by 1,639
- Set.Iooproof · cited by 1,214
- Metric.ballstatement and proof · cited by 735
- Filter.HasBasisproof · cited by 604
- ProperSpacestatement and proof · cited by 190
- LocallyFinitestatement and proof · cited by 141
- nhds_basis_uniformityproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- exists_locallyFinite_iUnion_eq_ball_radius_ltproof · cited by 0