Theorems · Theorem · general topology
tendsto_nhds_limUnder
∀ {X : Type u} {α : Type u_1} [inst : TopologicalSpace X] {f : Filter α} {g : α → X}
(h : ∃ x, Filter.Tendsto g f (nhds x)), Filter.Tendsto g f (nhds (f.limUnder g))If g tends to some 𝓝 x along f, then it tends to 𝓝 (Filter.limUnder f g). We formulate
this lemma with a [Nonempty X] argument of lim derived from h to make it useful for types
without a [Nonempty X] instance. Because of the built-in proof irrelevance, Lean will unify this
instance with any other instance.
- Defined in
- Mathlib.Topology.Basic
- Cited by
- 15 results in Mathlib
- Foundations
- Depth 21 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.limUnderstatement · cited by 47
- le_nhds_limproof · cited by 5
Cited by15
Results whose statement or proof uses this declaration.
- extendFrom_eqproof · cited by 5
- tendsto_leftLim_of_tendstoproof · cited by 5
- IsAddFoelner.tendsto_nhds_meanproof · cited by 3
- IsFoelner.tendsto_nhds_meanproof · cited by 3
- MeasureTheory.tendsto_limUnder_of_hasDerivAt_of_integrableOn_Ioiproof · cited by 2
- Function.Periodic.cuspFunction_addproof · cited by 2
- uniformly_extend_specproof · cited by 2
- MeasureTheory.tendsto_limUnder_of_hasDerivAt_of_integrableOn_Iicproof · cited by 1
- IsDenseInducing.tendsto_extendproof · cited by 1
- VitaliFamily.ae_tendsto_limRatioproof · cited by 1
- VitaliFamily.exists_measurable_supersets_limRatioproof · cited by 1
- tendsto_extendFromproof · cited by 1