Theorems · Theorem · general topology
exists_iUnion_ball_eq_radius_lt
∀ {α : Type u} {ι : Type v} [inst : MetricSpace α] [ProperSpace α] {c : ι → α} {r : ι → ℝ},
(∀ (x : α), {i | x ∈ Metric.ball (c i) (r i)}.Finite) →
⋃ i, Metric.ball (c i) (r i) = Set.univ → ∃ r', ⋃ i, Metric.ball (c i) (r' i) = Set.univ ∧ ∀ (i : ι), r' i < r iShrinking lemma for coverings by open balls in a proper metric space. A point-finite open cover 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.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 158 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Set.ofPredstatement and proof · cited by 6,101
- Set.univstatement and proof · cited by 3,945
- Set.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- MetricSpacestatement and proof · cited by 1,684
- Metric.ballstatement and proof · cited by 735
- Eq.geproof · cited by 375
- ProperSpacestatement and proof · cited by 190
- Set.univ_subset_iffproof · cited by 49
- isClosed_univproof · cited by 43
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.