Mathlib Map

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 ∈ t

A 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.

Filter.Eventually.eventually_nhds · cited by 10Eventually.eventually_nhdsFiberBundle.contMDiffAt_extend · cited by 3FiberBundle.contMDiffAt_e…Function.Periodic.differentiableAt_cuspFunction_zero · cited by 3Periodic.differentiableAt…analyticOrderAt_smul_eq_top_of_right · cited by 2analyticOrderAt_smul_eq_t…AnalyticOnNhd.isClopen_setOfPred_analyticOrderAt_eq_top · cited by 2AnalyticOnNhd.isClopen_se…ContinuousAt.ne_iff_eventually_ne · cited by 2ContinuousAt.ne_iff_event…AnalyticAt.analyticOrderAt_deriv_add_one · cited by 2AnalyticAt.analyticOrderA…MeromorphicOn.codiscrete_setOfPred_meromorphicOrderAt_eq_zero_or_top · cited by 2MeromorphicOn.codiscrete_…MeromorphicOn.isClopen_setOfPred_meromorphicOrderAt_eq_top · cited by 2MeromorphicOn.isClopen_se…analyticOrderAt_smul_eq_top_of_left · cited by 2analyticOrderAt_smul_eq_t…continuousAt_sign_of_neg · cited by 1continuousAt_sign_of_negcontinuousAt_sign_of_pos · cited by 1continuousAt_sign_of_posCantorScheme.VanishingDiam.map_continuous · cited by 1VanishingDiam.map_continu…exists_dist_slope_lt_pairwiseDisjoint_hasSum · cited by 1exists_dist_slope_lt_pair…Asymptotics.IsBigO.continuousMultilinearMap_apply_eq_zero · cited by 1IsBigO.continuousMultilin…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpacenhds · cited by 5554nhdsFilter.Eventually · cited by 3134Filter.EventuallyIsOpen · cited by 2400IsOpenmem_nhds_iff · cited by 67mem_nhds_iffeventually_nhds_iffCITED BYCITES

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by21

Results whose statement or proof uses this declaration.