Theorems · Theorem · general topology
exists_subset_iUnion_ball_radius_lt
∀ {α : Type u} {ι : Type v} [inst : MetricSpace α] [ProperSpace α] {c : ι → α} {s : Set α} {r : ι → ℝ},
IsClosed s →
(∀ x ∈ s, {i | x ∈ Metric.ball (c i) (r i)}.Finite) →
s ⊆ ⋃ i, Metric.ball (c i) (r i) → ∃ r', s ⊆ ⋃ i, Metric.ball (c i) (r' i) ∧ ∀ (i : ι), r' i < r iShrinking lemma for coverings by open balls in a proper metric space. A point-finite open
cover of a closed subset of a proper metric space by open balls can be shrunk to a new cover by
open balls so that each of the new balls has strictly smaller radius than the old one. This version
assumes that fun x ↦ ball (c i) (r i) is a locally finite covering and provides a covering
indexed by the same type.
- 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.
Cites14
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
- Set.ofPredstatement and proof · cited by 6,101
- LE.le.transproof · cited by 3,151
- Set.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- MetricSpacestatement and proof · cited by 1,684
- IsClosedstatement and proof · cited by 1,639
- Metric.ballstatement and proof · cited by 735
- ProperSpacestatement and proof · cited by 190
- Metric.isOpen_ballproof · cited by 63
- Set.iUnion_monoproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- exists_iUnion_ball_eq_radius_ltproof · cited by 0