The light profinite set classifying convergent sequences #
This file 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.
Instances For
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.
Instances For
The one point compactification of the natural numbers as a light profinite set.
Instances For
@[implicit_reducible]
theorem
LightProfinite.continuous_iff_convergent
{Y : Type u_1}
[TopologicalSpace Y]
(f : ↑NatUnionInfty.toTop → Y)
:
Continuous f ↔ Filter.Tendsto (fun (x : ℕ) => f ↑x) Filter.atTop (nhds (f OnePoint.infty))