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
@[deprecated cocompact_eq_atBot_atTop]
theorem
Int.cocompact_eq
{α : Type u_2}
[LinearOrder α]
[TopologicalSpace α]
[NoMaxOrder α]
[NoMinOrder α]
[OrderClosedTopology α]
[CompactIccSpace α]
:
Filter.cocompact α = Filter.atBot ⊔ Filter.atTop
Alias of cocompact_eq_atBot_atTop
.