Module docstring
{"# Units (i.e., invertible elements) of a monoid
An element of a Monoid is a unit if it has a two-sided inverse.
Main declarations
Units M: the group of units (i.e., invertible elements) of a monoid.IsUnit x: a predicate asserting thatxis a unit (i.e., invertible element) of a monoid.
For both declarations, there is an additive counterpart: AddUnits and IsAddUnit.
See also Prime, Associated, and Irreducible in Mathlib.Algebra.Associated.
Notation
We provide Mˣ as notation for Units M,
resembling the notation $R^{\times}$ for the units of a ring, which is common in mathematics.
TODO
The results here should be used to golf the basic Group lemmas.
","# IsUnit predicate
"}