Lemmas on cluster and accumulation points #
In this file we prove various lemmas on cluster points (also known as limit points and accumulation points) of a filter and of a sequence.
A filter F
on X
has x
as a cluster point if ClusterPt x F : 𝓝 x ⊓ F ≠ ⊥
. A map f : α → X
clusters at x
along F : Filter α
if MapClusterPt x F f : ClusterPt x (map f F)
.
In particular the notion of cluster point of a sequence u
is MapClusterPt x atTop u
.
Alias of clusterPt_iff_nonempty
.
x
is a cluster point of a set s
if every neighbourhood of x
meets s
on a nonempty
set. See also mem_closure_iff_clusterPt
.
Alias of the forward direction of mapClusterPt_def
.
Alias of the forward direction of Filter.EventuallyEq.mapClusterPt_iff
.
Alias of mapClusterPt_iff_frequently
.
x
is an accumulation point of a set C
iff it is a cluster point of C ∖ {x}
.
x
is an accumulation point of a set C
iff every neighborhood
of x
contains a point of C
other than x
.
x
is an accumulation point of a set C
iff
there are points near x
in C
and different from x
.
If x
is an accumulation point of F
and F ≤ G
, then
x
is an accumulation point of G
.
If x
is not an isolated point of a topological space, then {x}ᶜ
is dense in the whole
space.
If x
is not an isolated point of a topological space, then the closure of {x}ᶜ
is the whole
space.
If x
is not an isolated point of a topological space, then the interior of {x}
is empty.