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