pub broadcast proof fn lemma_mul_is_commutative(x: int, y: int)
#[trigger] (x * y) == y * x,
Proof that multiplication is commutative, specifically that x * y == y * x.
x * y == y * x