Lemmas relating /
in ℤ
with the ordering. #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
theorem
int.of_nat_add_neg_succ_of_nat_of_ge
{m n : ℕ}
(h : n.succ ≤ m) :
int.of_nat m + -[1+ n] = int.of_nat (m - n.succ)