Theorems · Theorem · general topology
eventually_closedBall_subset
∀ {α : Type u_2} [inst : PseudoMetricSpace α] {x : α} {u : Set α},
u ∈ nhds x → ∀ᶠ (r : ℝ) in nhds 0, Metric.closedBall x r ⊆ uIf u is a neighborhood of x, then for small enough r, the closed ball
Metric.closedBall x r is contained in u.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Eventuallystatement · cited by 3,134
- Filter.univ_mem'proof · cited by 1,672
- PseudoMetricSpacestatement and proof · cited by 1,550
- Filter.mp_memproof · cited by 1,537
- Set.Iicproof · cited by 1,111
- Metric.closedBallstatement and proof · cited by 704
- Set.Subset.transproof · cited by 218
- Filter.HasBasis.mem_iffproof · cited by 193
Cited by3
Results whose statement or proof uses this declaration.
- Metric.eventually_isCompact_closedBallproof · cited by 1
- tendsto_closedBall_smallSetsproof · cited by 1
- eventually_ball_subsetproof · cited by 0