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.pairwise_one_le_dist :
Pairwise fun (m n : ) => 1 dist m n
@[deprecated Int.isUniformEmbedding_coe_real (since := "2024-10-01")]

Alias of Int.isUniformEmbedding_coe_real.

@[deprecated Int.isClosedEmbedding_coe_real (since := "2024-10-20")]

Alias of Int.isClosedEmbedding_coe_real.

theorem Int.ball_eq_Ioo (x : ) (r : ) :
Metric.ball x r = Set.Ioo x - r x + r