Documentation

Mathlib.Topology.Instances.Int

Topology on the integers #

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

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