Module docstring
{"# Coprime elements of a ring or monoid
Main definition
IsCoprime x y: thatxandyare coprime, defined to be the existence ofaandbsuch thata * x + b * y = 1. Note that elements with no common divisors (IsRelPrime) are not necessarily coprime, e.g., the multivariate polynomialsx₁andx₂are not coprime. The two notions are equivalent in Bézout rings, seeisRelPrime_iff_isCoprime.
This file also contains lemmas about IsRelPrime parallel to IsCoprime.
See also RingTheory.Coprime.Lemmas for further development of coprime elements.
"}