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]
Alias of Nat.isUniformEmbedding_coe_real
.
@[deprecated Nat.isClosedEmbedding_coe_real]
Alias of Nat.isClosedEmbedding_coe_real
.
theorem
Nat.preimage_closedBall
(x : ℕ)
(r : ℝ)
:
Nat.cast ⁻¹' Metric.closedBall (↑x) r = Metric.closedBall x r