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 ℝ.

@[instance_reducible]
Equations
  • One or more equations did not get rendered due to their size.
theorem PNat.dist_eq (x y : ℕ+) :
dist x y = |↑↑x - ↑↑y|
@[simp]
theorem PNat.dist_coe (x y : ℕ+) :
dist ↑x ↑y = dist x y