Documentation

Mathlib.Topology.Instances.Int

Topology on the integers #

The structure of a metric space on is introduced in this file, induced from .

Equations
theorem Int.dist_eq (x : ) (y : ) :
dist x y = |x - y|
theorem Int.dist_eq' (m : ) (n : ) :
dist m n = |m - n|
@[simp]
theorem Int.dist_cast_real (x : ) (y : ) :
dist x y = dist x y
theorem Int.preimage_ball (x : ) (r : ) :
Int.cast ⁻¹' Metric.ball (x) r = Metric.ball x r
theorem Int.ball_eq_Ioo (x : ) (r : ) :
Metric.ball x r = Set.Ioo x - r x + r
@[simp]
theorem Int.cocompact_eq :
Filter.cocompact = Filter.atBot Filter.atTop
@[simp]
theorem Int.cofinite_eq :
Filter.cofinite = Filter.atBot Filter.atTop