Theorems · Theorem · general topology
isClosed_iUnion_closure_singleton_of_not_tendsto
∀ {X : Type u_1} [inst : TopologicalSpace X] {x : ℕ → X} [SequentialSpace X],
(∀ (l : X) (φ : ℕ → ℕ), StrictMono φ → ¬Filter.Tendsto (x ∘ φ) Filter.atTop (nhds l)) → IsClosed (⋃ i, closure {x i})If x : ℕ → X has no convergent subsequence, then ⋃ i, closure {x i} is closed.
- Defined in
- Mathlib.Topology.Sequences
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Set.iUnionstatement and proof · cited by 2,483
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- IsClosedstatement · cited by 1,639
- closurestatement and proof · cited by 1,254
- Set.Iicproof · cited by 1,111
- StrictMonostatement and proof · cited by 706
Cited by1
Results whose statement or proof uses this declaration.
- isClosed_range_of_not_tendstoproof · cited by 0