Documentation
Mathlib
.
Data
.
Int
.
Dvd
.
Basic
Search
Google site search
return to top
source
Imports
Init
Mathlib.Algebra.Ring.Divisibility.Basic
Mathlib.Data.Int.Order.Basic
Mathlib.Data.Nat.Cast.Order
Imported by
Int
.
coe_nat_dvd
Int
.
coe_nat_dvd_left
Int
.
coe_nat_dvd_right
Basic lemmas about the divisibility relation in
ℤ
.
#
source
theorem
Int
.
coe_nat_dvd
{m :
ℕ
}
{n :
ℕ
}
:
↑
m
∣
↑
n
↔
m
∣
n
source
theorem
Int
.
coe_nat_dvd_left
{n :
ℕ
}
{z :
ℤ
}
:
↑
n
∣
z
↔
n
∣
Int.natAbs
z
source
theorem
Int
.
coe_nat_dvd_right
{n :
ℕ
}
{z :
ℤ
}
:
z
∣
↑
n
↔
Int.natAbs
z
∣
n