Natural_Numbers_under_Addition_form_Commutative_Monoid
Provedexamples-of-monoidsnatural-numbersproofwiki
The algebraic structure consisting of the set of natural numbers under addition is a commutative monoid whose identity is zero.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Natural_Numbers_under_Addition_form_Commutative_Monoid (a b : ℕ) : a + b = b + a := by sorry
Source