Documentation

Mathlib.Algebra.Group.Nat.Basic

The natural numbers form a monoid #

This file contains the additive and multiplicative monoid instances on the natural numbers.

See note [foundational algebra order theory].

Instances #

Extra instances to short-circuit type class resolution #

These also prevent non-computable instances being used to construct these instances non-computably.

Equations
Equations
Equations

Miscellaneous lemmas #

@[simp]
theorem Nat.nsmul_eq_mul (m n : ) :
m n = m * n