Theorems · Theorem · general topology
Metric.eventually_nhds_iff
∀ {α : Type u} [inst : PseudoMetricSpace α] {x : α} {p : α → Prop},
(∀ᶠ (y : α) in nhds x, p y) ↔ ∃ ε > 0, ∀ ⦃y : α⦄, dist y x < ε → p y- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 116 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- nhdsstatement · cited by 5,554
- Filter.Eventuallystatement · cited by 3,134
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.diststatement · cited by 1,539
- Metric.mem_nhds_iffproof · cited by 26
Cited by5
Results whose statement or proof uses this declaration.
- ConvexOn.continuousOn_tfaeproof · cited by 3
- NormedRing.inverse_addproof · cited by 2
- NormedRing.inverse_one_sub_nth_orderproof · cited by 1
- UniformContinuousOn.cexpproof · cited by 1
- Real.tendsto_sum_pi_div_fourproof · cited by 0