Theorems · Definition · general topology
ClusterPt
{X : Type u_1} → [TopologicalSpace X] → X → Filter X → PropA point x is a cluster point of a filter F if 𝓝 x ⊓ F ≠ ⊥.
Also known as an accumulation point or a limit point, but beware that terminology varies.
This is not the same as asking 𝓝[≠] x ⊓ F ≠ ⊥, which is called AccPt in Mathlib.
See mem_closure_iff_clusterPt in particular.
- Defined in
- Mathlib.Topology.Defs.Filter
- Cited by
- 138 results in Mathlib
- Foundations
- Depth 48 from the axioms, rests on 539 definitions · uses propext, 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
- nhdsproof · cited by 5,554
- Filter.NeBotproof · cited by 853
Cited by144
Results whose statement or proof uses this declaration.
- IsCompactproof · cited by 1,282
- IsLindelofproof · cited by 85
- MapClusterPtproof · cited by 78
- IsCompact.isClosedproof · cited by 77
- IsCountablyCompactproof · cited by 33
- IsCompact.inter_rightproof · cited by 30
- ClusterPt.monostatement and proof · cited by 30
- IsCompact.image_of_continuousOnproof · cited by 24
- mem_closure_iff_clusterPtstatement · cited by 16
- IsProperMap.compproof · cited by 15
- specializes_iff_mem_closureproof · cited by 11
- Set.MapsTo.closureproof · cited by 10