Documentation

Mathlib.Algebra.Group.Int.Units

Units in the integers #

Units #

@[simp]
theorem Int.natAbs_of_isUnit {u : } (hu : IsUnit u) :
theorem Int.isUnit_eq_one_or {u : } (hu : IsUnit u) :
u = 1 u = -1
theorem Int.isUnit_ne_iff_eq_neg {u v : } (hu : IsUnit u) (hv : IsUnit v) :
theorem Int.isUnit_eq_or_eq_neg {u v : } (hu : IsUnit u) (hv : IsUnit v) :
theorem Int.isUnit_iff {u : } :
theorem Int.eq_one_or_neg_one_of_mul_eq_one {u v : } (h : u * v = 1) :
u = 1 u = -1
theorem Int.eq_one_or_neg_one_of_mul_eq_one' {u v : } (h : u * v = 1) :
u = 1 v = 1 u = -1 v = -1
theorem Int.eq_of_mul_eq_one {u v : } (h : u * v = 1) :
u = v
theorem Int.IsUnit.natAbs_eq {u : } :
IsUnit uu.natAbs = 1

Alias of the forward direction of Int.isUnit_iff_natAbs_eq.

theorem Int.isUnit_mul_self {u : } (hu : IsUnit u) :
u * u = 1
theorem Int.isUnit_add_isUnit_eq_isUnit_add_isUnit {a b c d : } (ha : IsUnit a) (hb : IsUnit b) (hc : IsUnit c) (hd : IsUnit d) :
a + b = c + d a = c b = d a = d b = c