Integer_Multiplication_is_Commutative
Provedcommutativityinteger-multiplicationproofwiki
The operation of multiplication on the set of integers is commutative
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Integer_Multiplication_is_Commutative (a b : ℤ) : a * b = b * a := by sorry
Source