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