Mathlib Map

Theorems · Theorem · general topology

tendsto_nhdsWithin_iff

∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace α] {a : α} {l : Filter β} {s : Set α} {f : β → α},
  Filter.Tendsto f l (nhdsWithin a s) ↔ Filter.Tendsto f l (nhds a) ∧ ∀ᶠ (n : β) in l, f n ∈ s
Defined in
Mathlib.Topology.NhdsWithin
Cited by
37 results in Mathlib
Foundations
Depth 73 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.

ContDiffWithinAt.isSymmSndFDerivWithinAt · cited by 6ContDiffWithinAt.isSymmSn…HasFDerivWithinAt.lim · cited by 4HasFDerivWithinAt.limmem_tangentConeAt_of_add_smul_mem · cited by 3mem_tangentConeAt_of_add_…mem_tangentConeAt_of_frequently · cited by 3mem_tangentConeAt_of_freq…IsLocalMaxOn.hasFDerivWithinAt_nonpos · cited by 3IsLocalMaxOn.hasFDerivWit…tendsto_cobounded_of_meromorphicOrderAt_neg · cited by 3tendsto_cobounded_of_mero…HasFDerivWithinAt.comp_hasFDerivAt · cited by 2HasFDerivWithinAt.comp_ha…Filter.Tendsto.cfc · cited by 2Tendsto.cfcFilter.Tendsto.cfc_nnreal · cited by 2Tendsto.cfc_nnrealFilter.Tendsto.cfcₙ · cited by 2Tendsto.cfcₙFilter.Tendsto.cfcₙ_nnreal · cited by 2Tendsto.cfcₙ_nnrealblimsup_cthickening_mul_ae_eq · cited by 2blimsup_cthickening_mul_a…HasDerivWithinAt.scomp_hasDerivAt · cited by 2HasDerivWithinAt.scomp_ha…tangentConeAt_mono_nhds · cited by 2tangentConeAt_mono_nhdsAddCircle.ae_empty_or_univ_of_forall_vadd_ae_eq_self · cited by 2AddCircle.ae_empty_or_uni…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121Filternhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoFilter.Eventually · cited by 3134Filter.EventuallynhdsWithin · cited by 1912nhdsWithintendsto_nhdsWithin_of_tendsto_nhds_of_eventually_within · cited by 28tendsto_nhdsWithin_of_ten…tendsto_nhds_of_tendsto_nhdsWithin · cited by 9tendsto_nhds_of_tendsto_n…eventually_mem_of_tendsto_nhdsWithin · cited by 3eventually_mem_of_tendsto…tendsto_nhdsWithin_iffCITED BYCITES

Cites10

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

Cited by37

Results whose statement or proof uses this declaration.