Theorems · Theorem · general topology
eventually_nhds_iff
∀ {X : Type u} [inst : TopologicalSpace X] {x : X} {p : X → Prop},
(∀ᶠ (y : X) in nhds x, p y) ↔ ∃ t, (∀ y ∈ t, p y) ∧ IsOpen t ∧ x ∈ tA predicate is true in a neighborhood of x iff it is true for all the points in an open set
containing x.
- Defined in
- Mathlib.Topology.Neighborhoods
- Cited by
- 21 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Quot.sound
- Assumes
- TopologicalSpace
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.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement · cited by 5,554
- Filter.Eventuallystatement · cited by 3,134
- IsOpenstatement and proof · cited by 2,400
- mem_nhds_iffproof · cited by 67
Cited by21
Results whose statement or proof uses this declaration.
- Filter.Eventually.eventually_nhdsproof · cited by 10
- FiberBundle.contMDiffAt_extendproof · cited by 3
- Function.Periodic.differentiableAt_cuspFunction_zeroproof · cited by 3
- analyticOrderAt_smul_eq_top_of_rightproof · cited by 2
- AnalyticOnNhd.isClopen_setOfPred_analyticOrderAt_eq_topproof · cited by 2
- ContinuousAt.ne_iff_eventually_neproof · cited by 2
- AnalyticAt.analyticOrderAt_deriv_add_oneproof · cited by 2
- MeromorphicOn.codiscrete_setOfPred_meromorphicOrderAt_eq_zero_or_topproof · cited by 2
- MeromorphicOn.isClopen_setOfPred_meromorphicOrderAt_eq_topproof · cited by 2
- analyticOrderAt_smul_eq_top_of_leftproof · cited by 2
- continuousAt_sign_of_negproof · cited by 1
- continuousAt_sign_of_posproof · cited by 1