Documentation

Mathlib.Data.Int.Order.Lemmas

Further lemmas about the integers #

The distinction between this file and Data.Int.Order.Basic is not particularly clear. They are separated by now to minimize the porting requirements for tactics during the transition to mathlib4. Now that Data.Rat.Order has been ported, please feel free to reorganize these two files.

nat abs #

theorem Int.dvd_div_of_mul_dvd {a : } {b : } {c : } (h : a * b c) :
b c / a
theorem Int.pow_right_injective {a : } (h : 1 < Int.natAbs a) :
Function.Injective fun (x : ) => a ^ x

units #

theorem Int.eq_zero_of_abs_lt_dvd {m : } {x : } (h1 : m x) (h2 : |x| < m) :
x = 0