Function vstd::arithmetic::div_mod::lemma_div_by_self
source · pub proof fn lemma_div_by_self(d: int)Expand description
requires
d != 0,ensuresd / d == 1,Proof that the quotient of an integer divided by itself is 1,
specifically that d / d == 1