Basic lemmas about division and modulo for integers #
ediv and fdiv #
@[deprecated Int.ediv_ediv_of_nonneg (since := "2025-10-06")]
Alias of Int.ediv_ediv_of_nonneg.
theorem
Int.fdiv_fdiv_eq_fdiv_mul
(m : ℤ)
{n k : ℤ}
(hn : 0 ≤ n)
(hk : 0 ≤ k)
:
(m.fdiv n).fdiv k = m.fdiv (n * k)