Documentation

Mathlib.Algebra.Group.Nat.Units

The unit of the natural numbers #

Units #

theorem Nat.units_eq_one (u : ℕˣ) :
u = 1
@[simp]
theorem Nat.isUnit_iff {n : ℕ} :
IsUnit n ↔ n = 1
Equations