pub proof fn lemma_div_of0(d: int)
d != 0,
0 as int / d == 0,
Proof that 0 divided by a nonzero integer is 0, specifically 0 / d == 0.
0 / d == 0