Documentation

Mathlib.Data.Int.Dvd.Basic

Basic lemmas about the divisibility relation in . #

theorem Int.natCast_dvd_natCast {m : } {n : } :
m n m n
theorem Int.natCast_dvd {n : } {z : } :
n z n Int.natAbs z
theorem Int.dvd_natCast {n : } {z : } :
z n Int.natAbs z n
@[deprecated Int.natCast_dvd_natCast]
theorem Int.coe_nat_dvd {m : } {n : } :
m n m n

Alias of Int.natCast_dvd_natCast.

@[deprecated Int.dvd_natCast]
theorem Int.coe_nat_dvd_right {n : } {z : } :
z n Int.natAbs z n

Alias of Int.dvd_natCast.

@[deprecated Int.natCast_dvd]
theorem Int.coe_nat_dvd_left {n : } {z : } :
n z n Int.natAbs z

Alias of Int.natCast_dvd.