Associated elements. #
In this file we define an equivalence relation Associated
saying that two elements of a monoid differ by a multiplication by a unit.
Then we show that the quotient type Associates is a monoid
and prove basic properties of this quotient.
Two elements of a Monoid are Associated if one of them is another one
multiplied by a unit on the right.
Instances For
The setoid of the relation x ~ᵤ y iff there is a unit u such that x * u = y
Instances For
See also Irreducible.coprime_iff_not_dvd.
The quotient of a monoid by the Associated relation. Two elements x and y
are associated iff there is a unit u such that x * u = y. There is a natural
monoid structure on Associates M.
Instances For
The canonical quotient map from a monoid M into the Associates of M
Instances For
Associates.mk as a MonoidHom.
Instances For
Alias of dvdNotUnit_of_dvdNotUnit_associated.