Theorems · Theorem · general topology
IsCountablyCompact.seq_clusterPt
∀ {E : Type u_2} [inst : TopologicalSpace E] {A : Set E},
IsCountablyCompact A → ∀ (x : ℕ → E), (∀ᶠ (n : ℕ) in Filter.atTop, x n ∈ A) → ∃ a ∈ A, MapClusterPt a Filter.atTop xAlias of the forward direction of isCountablyCompact_iff_seq_clusterPt.
A set is countably compact if and only if every sequence eventually in it has a cluster point
in it.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 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.
Cites7
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
- Filter.Eventuallystatement · cited by 3,134
- Filter.atTopstatement · cited by 2,405
- MapClusterPtstatement · cited by 78
- IsCountablyCompactstatement · cited by 33
- isCountablyCompact_iff_seq_clusterPtproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- IsCountablyCompact.exists_accPt_of_infiniteproof · cited by 1