Theorems · Theorem · general topology
isCountablyCompact_iff_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 xA set is countably compact if and only if every sequence eventually in it has a cluster point in it.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 71 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.
Cites17
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
- Filterproof · cited by 8,121
- Filter.Tendstoproof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- Filter.NeBotproof · cited by 853
- Filter.mapproof · cited by 819
- Filter.principalproof · cited by 740
- Filter.IsCountablyGeneratedproof · cited by 220
- MapClusterPtstatement and proof · cited by 78
- Filter.Tendsto.mono_rightproof · cited by 53
Cited by2
Results whose statement or proof uses this declaration.
- IsCountablyCompact.of_seq_clusterPtproof · cited by 3
- IsCountablyCompact.seq_clusterPtproof · cited by 1