Documentation

Mathlib.Algebra.Ring.Int.Units

Basic lemmas for ℤˣ. #

This file contains lemmas on the units of ℤ.

Main results #

See note [foundational algebra order theory].

Units #

theorem Int.units_eq_one_or (u : ℤˣ) :
u = 1 ∨ u = -1
theorem Int.units_ne_iff_eq_neg {u v : ℤˣ} :
u ≠ v ↔ u = -v