1

I think I should pick $r$ such that the value of $f(r)$ (where $f$ is an euclidean function) is minimal, but I’m not sure what to do next.

Bill Dubuque
  • 272,048
Gokimo
  • 355

1 Answers1

1

I think your approach is the right one. If $r$ is a (non-zero) non-unit element with $f(r)$ minimal among non-units, then for any unit $u$, we can use the division algorithm to write $u=ar+b$ with $f(b)<f(r)$ or $b=0$. If $b=0$, however, then since $u=ar$ is a unit and $1 = u^{-1}u = u^{-1}ar = (u^{-1}a)r$, it follows that $r$ is also a unit, which contradicts our choice of $r$. So $b\neq 0$ is a nonzero element with $f(b)<f(r)$. Since $f(r)$ was minimal among non-units, it follows that $b$ is a unit.

Now $b = u - ar$, so the projection $p(b)$ of $b$ onto the quotient $R/(r)$ is simply $u$. Since $u$ was picked as an arbitrary unit, this shows that $p$ is surjective.

  • 1
    This is a well-known construct - see my comment on the question. – Bill Dubuque Nov 27 '22 at 20:14
  • @BillDubuque Thanks for the references. I recall a problem from an algebra exam that guided us through using this technique to show that $\mathbb Z[(1+\sqrt{-19})/2]$ is not a Euclidean domain, but we never did put a name to the concept. – Kenanski Bowspleefi Nov 27 '22 at 22:44
  • Yes, that's a common exercise - one version of which I linked above in my first comment. – Bill Dubuque Nov 28 '22 at 03:09