Theorems · Theorem · general topology
exists_lt_subset_ball
∀ {α : Type u_1} [inst : PseudoMetricSpace α] [ProperSpace α] {x : α} {r : ℝ} {s : Set α},
IsClosed s → s ⊆ Metric.ball x r → ∃ r' < r, s ⊆ Metric.ball x r'If a ball in a proper space includes a closed set s, then there exists a ball with the same
center and a strictly smaller radius that includes s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpaceProperSpace
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 and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- IsClosedstatement and proof · cited by 1,639
- PseudoMetricSpacestatement and proof · cited by 1,550
- Set.Iooproof · cited by 1,214
- Metric.ballstatement and proof · cited by 735
- le_or_gtproof · cited by 269
- ProperSpacestatement and proof · cited by 190
- Set.empty_subsetproof · cited by 70
- NoMinOrder.exists_ltproof · cited by 41
- Set.subset_empty_iffproof · cited by 40
- Metric.ball_eq_emptyproof · cited by 16
Cited by1
Results whose statement or proof uses this declaration.
- exists_subset_iUnion_ball_radius_ltproof · cited by 1