Theorems · Theorem · general topology
tendsto_inf_principal_nhds_iff_of_forall_eq
∀ {X : Type u} [inst : TopologicalSpace X] {α : Type u_1} {x : X} {f : α → X} {l : Filter α} {s : Set α},
(∀ a ∉ s, f a = x) → (Filter.Tendsto f (l ⊓ Filter.principal s) (nhds x) ↔ Filter.Tendsto f l (nhds x))Suppose that f sends the complement to s to a single point x, and l is some filter.
Then f tends to x along l restricted to s if and only if it tends to x along l.
- Defined in
- Mathlib.Topology.Neighborhoods
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 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.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Compl.complproof · cited by 2,925
- le_transproof · cited by 985
- Filter.principalstatement and proof · cited by 740
- Filter.comapproof · cited by 546
- inf_le_leftproof · cited by 286
- sup_leproof · cited by 159
Cited by1
Results whose statement or proof uses this declaration.
- hasDerivAtFilter_iff_tendsto_slopeproof · cited by 2