pub broadcast proof fn lemma_mod_self_0(m: int)
m > 0,
#[trigger] (m % m) == 0,
Proof that any integer divided by itself produces a remainder of 0.