1

Let $R$ be a commutative ring with $1$. Suppose that $a, b \in R$, $b \notin R^\times$ and $\langle a \rangle$ is a maximal ideal of $R$. Prove that $a + \langle b \rangle$ is a unit in the quotient ring $R/\langle b \rangle$ if and only if $a$ does not divide $b$ in $R$. [Notice that $R^\times = \{ r \in R ~|~ r \text{ is a unit.} \}$].

$\textbf{My Attempt:}$
Prove of "$\implies$":
Which want to prove that if $a + \langle b \rangle$ is a unit in the quotient ring $R/\langle b \rangle$, then $a$ does not divide $b$ in $R$.
By contra-positive, we can prove that if $a$ divide $b$ in $R$, then $a + \langle b \rangle$ is not a unit in the quotient ring $R/\langle b \rangle$.
Assume $a$ divide $b$ in $R$.
Then, there exist $k \in R$ such that $b = ak$.
Since, $b \in R$ and $b \notin R^\times$.
Then, $b = b \cdot 1 \in \langle b \rangle$.
Since, $a \in R$. So, $ak = b \in \langle b \rangle$.
Then, $(a + \langle b \rangle)(k + \langle b \rangle) = ak + \langle b \rangle = \langle b \rangle = 0 + \langle b \rangle \neq 1 + \langle b \rangle$.
So, $a + \langle b \rangle$ is not a unit in the quotient ring $R/\langle b \rangle$.
So, this proves that if $a + \langle b \rangle$ is a unit in the quotient ring $R/\langle b \rangle$, then $a$ does not divide $b$ in $R$.

Prove of "$\Longleftarrow$":
Which want to prove that if $a$ does not divide $b$ in $R$, then $a + \langle b \rangle$ is a unit in the quotient ring $R/\langle b \rangle$.
Assume $a$ does not divide $b$ in $R$.
Then, there exist $k \in R$ such that $b = ak + r$, where $r \in R$ and $r \neq 0$.

Which I am stuck on how to prove that $r = -1$. Which then I can prove that $ak - 1 \in \langle b \rangle$ and conclude that $a + \langle b \rangle$ is a unit in the quotient ring $R/\langle b \rangle$.
Also, is the prove of "$\implies$" correct ?
And, I don't know where to apply the given condition that $\langle a \rangle$ is a maximal ideal of $R$.

xxxxxx
  • 603

2 Answers2

1

Hint: Note that for $ak-1 \in \langle b\rangle$ you don't need to find $k$ with $ak-b=1$ (no such $k$ will exist in general, try $a=7, b=10$ in $R=\mathbb Z$), but only a $k$ with $ak-bl=1$ for some $l\in R$. Maybe now you see where to use the maximality of $\langle a\rangle$?

In your proof for the other direction, you are a bit imprecise at the end: It seems like you want to argue that the existence of some $k$ such that $ak +\langle b\rangle \neq 1 +\langle b\rangle$ shows that $a +\langle b\rangle$ is not a unit. That's not the case. But the fact that there is a $k$ such that $ak +\langle b\rangle = 0 +\langle b\rangle$ indeed shows what we need, namely that there can be no other $k$ with $ak +\langle b\rangle = 1 +\langle b\rangle$. Do you see why?

  • for the "$\implies$" is that because no matter what $k \in R$ is $ak = b$ which is in $\langle b \rangle$. which $\langle b \rangle + \langle b \rangle = \langle b \rangle = 0 + \langle b \rangle$ ? – xxxxxx Feb 07 '21 at 09:04
  • For the hint: Since, $\langle a \rangle$ is max. Then, by definition whenever $\langle b \rangle$ is ideal of $R$ and $\langle a \rangle \subseteq \langle b \rangle \subseteq R$, then $\langle b \rangle = \langle a \rangle$ or $\langle b \rangle = R$. Since, $ak \in \langle a \rangle$. Then, this means $ak \in \langle b \rangle$. And so does $bl \in \langle b \rangle$. So, $ak - bl \in \langle b \rangle$. But I still don't get why $ak - bl = 1$ for some $l$ – xxxxxx Feb 07 '21 at 09:27
  • 1
    For $\implies$, I don't understand your comment. Look at the example $R=\mathbb Z, a =2, b=6$. See that for some $k$ but not all, $ak \in \langle b \rangle$? But also, and that's the important part, for no $k$ is $ak \equiv 1$ mod $b$. To show that, show that in any unital ring, zerodivisors cannot be units (unless $0=1$). (What you have shown already is that $a+\langle b \rangle$ is a zerodivisor in $R/\langle b \rangle$.) – Torsten Schoeneberg Feb 07 '21 at 16:30
  • 1
    For the hint, first clarify that $a$ divides $b$ if and only if $\langle b \rangle \subseteq \langle a \rangle$. Now assuming this is not the case: Then it's not the ideal $\langle b \rangle$ which necessarily is greater than $\langle a \rangle$ (stay with the example $a=7, b=10$)! Rather, it's the ideal generated by $a$ and $b$. Now how do elements of that ideal look like? – Torsten Schoeneberg Feb 07 '21 at 17:01
1

Hint: it's straightforward using $\rm\color{#c00}{QR}$ = Quotient Reciprocity (Third Isomorphism Theorem)

$$\begin{align} &(a)\!=\!(1)\,\ {\rm in}\,\ R/b\\[.2em] \iff\ & (R/b)/a = (0)\\[.2em] \iff\ & (R/a)/b = (0),\ {\rm by\ \color{#c00}{QR}}\,\\[.2em] \iff\ & (b)\!=\!(1)\ \,{\rm in}\,\ R/a\\[.2em] \iff\ &\ \,b\not \in (a),\ {\rm by}\ R/a\,\ {\rm a\ field,\ by}\ (a)\ {\rm max} \end{align}\qquad$$

Bill Dubuque
  • 272,048