Documentation

Mathlib.Algebra.Group.Int.Defs

The integers form a group #

This file contains the additive group and multiplicative monoid instances on the integers.

See note [foundational algebra order theory].

Instances #

Extra instances to short-circuit type class resolution #

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

Equations
    theorem zsmul_int_int (a b : ) :
    a b = a * b
    theorem zsmul_int_one (n : ) :
    n 1 = n