Theorems · Theorem · general topology
le_nhds_lim
∀ {X : Type u} [inst : TopologicalSpace X] {f : Filter X} (h : ∃ x, f ≤ nhds x), f ≤ nhds f.limIf a filter f is majorated by some 𝓝 x, then it is majorated by 𝓝 (Filter.lim f). 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
- 5 results in Mathlib
- Foundations
- Depth 20 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.
Cites4
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.limstatement · cited by 10
Cited by5
Results whose statement or proof uses this declaration.
- tendsto_nhds_limUnderproof · cited by 15
- lim_eqproof · cited by 6
- Cauchy.le_nhds_limproof · cited by 2
- Ultrafilter.le_nhds_limproof · cited by 2
- lim_eq_iffproof · cited by 0