Complex_Addition_is_Commutative
Provedadditioncommutativitycomplex-analysisproofwiki
The operation of addition on the set of complex numbers is commutative
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Complex_Addition_is_Commutative (z w : ℂ) : z + w = w + z := by sorry
Source