Mathlib Map

Theorems · Theorem · general topology

eventually_nhdsWithin_iff

∀ {α : Type u_1} [inst : TopologicalSpace α] {a : α} {s : Set α} {p : α → Prop},
  (∀ᶠ (x : α) in nhdsWithin a s, p x) ↔ ∀ᶠ (x : α) in nhds a, x ∈ s → p x
Defined in
Mathlib.Topology.NhdsWithin
Cited by
34 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

meromorphicOrderAt_eq_int_iff · cited by 31meromorphicOrderAt_eq_int…meromorphicOrderAt_inv · cited by 5meromorphicOrderAt_inveventuallyEq_nhds_of_eventuallyEq_nhdsNE · cited by 4eventuallyEq_nhds_of_even…continuousWithinAt_update_same · cited by 4continuousWithinAt_update…Complex.differentiableOn_compl_singleton_and_continuousAt_iff · cited by 4Complex.differentiableOn_…AnalyticAt.exists_eventuallyEq_pow_smul_nonzero_iff · cited by 3AnalyticAt.exists_eventua…meromorphicNFAt_iff_analyticAt_or · cited by 3meromorphicNFAt_iff_analy…Function.Periodic.differentiableAt_cuspFunction_zero · cited by 3Periodic.differentiableAt…AnalyticOnNhd.isClopen_setOfPred_analyticOrderAt_eq_top · cited by 2AnalyticOnNhd.isClopen_se…UpperHalfPlane.eq_zero_of_frequently · cited by 2UpperHalfPlane.eq_zero_of…ENNReal.le_of_forall_lt_one_mul_le · cited by 2ENNReal.le_of_forall_lt_o…HasFDerivWithinAt.curveIntegral_segment_source' · cited by 2HasFDerivWithinAt.curveIn…MeromorphicOn.isClopen_setOfPred_meromorphicOrderAt_eq_top · cited by 2MeromorphicOn.isClopen_se…Complex.Gamma_mul_Gamma_add_half · cited by 2Complex.Gamma_mul_Gamma_a…MeromorphicOn.codiscrete_setOfPred_meromorphicOrderAt_eq_zero_or_top · cited by 2MeromorphicOn.codiscrete_…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpacenhds · cited by 5554nhdsFilter.Eventually · cited by 3134Filter.EventuallynhdsWithin · cited by 1912nhdsWithinFilter.eventually_inf_principal · cited by 18Filter.eventually_inf_pri…eventually_nhdsWithin_iffCITED BYCITES

Cites6

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

Cited by34

Results whose statement or proof uses this declaration.