1

Let $M$ be a commutative monoid for which the cancellation laws hold. Given $a,b\in M$, show that if $a$ and $b$ are relatively prime then $\gcd(a,b)=\mathcal{U}(M)$, where $\mathcal{U}(M)$ is the group of units of the monoid $M$.

I find the analogous proof for integers and integral domains everywhere, but I need to prove this for monoids. Thanks in advance.

1 Answers1

-1

Hint $\,\ c\mid a,b\,\Rightarrow\, a\mid b(a/c)\,\Rightarrow\, a\mid a/c\,\Rightarrow\, c\mid 1$

Remark $ $ There are various notions of $\,a,b\,$ are "relatively prime / coprime" in rings, e.g. below excerpted from the linked post. You might find it instructive to investigate their relationships also.

[0] $\ \ \ x\mid a,b\,\Rightarrow\, x\mid 1$

[a] $\ \ \ a\mid bx \,\Rightarrow\, a\mid x $

[b] $\ \ \ a,b\mid x \,\Rightarrow\, ab\mid x $

[c] $\ \ \ (a)\cap (b) = (ab)$

Bill Dubuque
  • 272,048