Topology on the natural numbers #
The structure of a metric space on ℕ
is introduced in this file, induced from ℝ
.
Equations
- Nat.instDist = { dist := fun (x y : ℕ) => dist ↑x ↑y }
@[deprecated Nat.isUniformEmbedding_coe_real (since := "2024-10-01")]
Alias of Nat.isUniformEmbedding_coe_real
.
@[deprecated Nat.isClosedEmbedding_coe_real (since := "2024-10-20")]
Alias of Nat.isClosedEmbedding_coe_real
.