Mathlib Map

Theorems · Theorem · general topology

mem_closure_of_tendsto

∀ {X : Type u} [inst : TopologicalSpace X] {α : Type u_1} {x : X} {s : Set X} {f : α → X} {b : Filter α} [b.NeBot],
  Filter.Tendsto f b (nhds x) → (∀ᶠ (x : α) in b, f x ∈ s) → x ∈ closure s
Defined in
Mathlib.Topology.Neighborhoods
Cited by
19 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceFilter.NeBot

Around this declaration

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

stronglyMeasurable_of_tendsto · cited by 12stronglyMeasurable_of_ten…MeasureTheory.StronglyMeasurable.isSeparable_range · cited by 10StronglyMeasurable.isSepa…aestronglyMeasurable_of_tendsto_ae · cited by 9aestronglyMeasurable_of_t…ContinuousWithinAt.mem_closure_image · cited by 4ContinuousWithinAt.mem_cl…MeasureTheory.StronglyMeasurable.measurableSet_exists_tendsto · cited by 3StronglyMeasurable.measur…mem_closure_of_gauge_le_one · cited by 3mem_closure_of_gauge_le_o…range_derivWithin_subset_closure_span_image · cited by 3range_derivWithin_subset_…MvPowerSeries.WithPiTopology.denseRange_toMvPowerSeries · cited by 2WithPiTopology.denseRange…mem_closure_of_nonempty_tangentConeAt · cited by 1mem_closure_of_nonempty_t…one_mem_posTangentConeAt_iff_mem_closure · cited by 1one_mem_posTangentConeAt_…CantorScheme.ClosureAntitone.map_of_vanishingDiam · cited by 1ClosureAntitone.map_of_va…polynomialFunctions_closure_eq_top' · cited by 1polynomialFunctions_closu…ContinuousMap.AlgHom.closure_ker_inter · cited by 1AlgHom.closure_ker_interHilbertBasis.dense_span · cited by 1HilbertBasis.dense_spanEquicontinuous.tendsto_uniformFun_iff_pi · cited by 1Equicontinuous.tendsto_un…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121Filternhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoFilter.Eventually · cited by 3134Filter.Eventuallyclosure · cited by 1254closureFilter.NeBot · cited by 853Filter.NeBotFilter.Eventually.frequently · cited by 44Eventually.frequentlymem_closure_of_frequently_of_tendsto · cited by 4mem_closure_of_frequently…mem_closure_of_tendstoCITED BYCITES

Cites10

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

Cited by19

Results whose statement or proof uses this declaration.