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