The light profinite set classifying convergent sequences #
This files defines the light profinite set ℕ∪{∞}
, defined as the one point compactification of
ℕ
.
The continuous map from ℕ∪{∞}
to ℝ
sending n
to 1/(n+1)
and ∞
to 0
is a closed
embedding.
@[deprecated LightProfinite.isClosedEmbedding_natUnionInftyEmbedding]
Alias of LightProfinite.isClosedEmbedding_natUnionInftyEmbedding
.
The continuous map from ℕ∪{∞}
to ℝ
sending n
to 1/(n+1)
and ∞
to 0
is a closed
embedding.
@[reducible, inline]
The one point compactification of the natural numbers as a light profinite set.
Equations
Instances For
The one point compactification of the natural numbers as a light profinite set.
Equations
- LightProfinite.«termℕ∪{∞}» = Lean.ParserDescr.node `LightProfinite.«termℕ∪{∞}» 1024 (Lean.ParserDescr.symbol "ℕ∪{∞}")
Instances For
theorem
LightProfinite.continuous_iff_convergent
{Y : Type u_1}
[TopologicalSpace Y]
(f : ↑LightProfinite.NatUnionInfty.toTop → Y)
:
Continuous f ↔ Filter.Tendsto (fun (x : ℕ) => f (some x)) Filter.atTop (nhds (f OnePoint.infty))