Results about the order properties of the integers, and the integers as an ordered ring. #
Order properties of the integers #
Alias of the reverse direction of Int.not_le
.
Alias of the forward direction of Int.not_le
.
theorem
Int.natAbs_mul_natAbs_eq
{a : Int}
{b : Int}
{c : Nat}
(h : a * b = ↑c)
:
Int.natAbs a * Int.natAbs b = c
@[deprecated Int.natAbs_of_nonneg]
Alias of Int.natAbs_of_nonneg
.
theorem
Int.natAbs_lt_natAbs_of_nonneg_of_lt
{a : Int}
{b : Int}
(w₁ : 0 ≤ a)
(w₂ : a < b)
:
Int.natAbs a < Int.natAbs b