Topology on the natural numbers #
The structure of a metric space on ℕ
is introduced in this file, induced from ℝ
.
Equations
- Nat.instDistNat = { dist := fun (x y : ℕ) => dist ↑x ↑y }
theorem
Nat.preimage_closedBall
(x : ℕ)
(r : ℝ)
:
Nat.cast ⁻¹' Metric.closedBall (↑x) r = Metric.closedBall x r