Documentation

Mathlib.Topology.Instances.PNat

Topology on the positive natural numbers #

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

theorem PNat.dist_eq (x : ℕ+) (y : ℕ+) :
dist x y = |x - y|
@[simp]
theorem PNat.dist_coe (x : ℕ+) (y : ℕ+) :
dist x y = dist x y