Commutative ring and maximal ideal problem

501 Views Asked by At

Let $A$ be a commutative ring and $M$ be a proper maximal ideal in $A$. Show the following properties:

(a) If each $a \in A \setminus M$ is a unit element in $A$, then $M$ is the only maximal ideal in $A$.

(b) If each element of the form $1+m \in A$ with $m \in M$ is a unit in $A$, then $A$ has a unique maximal ideal.

I think I could show (a), I have problems with (b), I'll write what I've done so far:

(a) Suppose there exists $M' \neq M$ a maximal ideal in $A$. Then there is some $b \in M'$ such that $b \not \in M$. Then $b \in A \setminus M$, so there $b$ is a unit. Since $M'$ is ideal (bilateral ideal since $A$ is commutative), we have $1=b^{-1}b \in M'$. Now $M$ is a maximal ideal, this means there exists $m \in M$ such that $m \not \in M'$. But $m=m1 \in M'$, which is absurd. The absurd comes from the assumption that there is another maximal ideal different from $M$, so $M$ is the only maximal ideal in $A$.

I would appreciate hints for (b).

2

There are 2 best solutions below

3
On BEST ANSWER

You can use part (a) to prove the second part.

Let $x\in A\setminus M.$ Consider $N=M+xA=\{m+xa|\,m\in M, a\in A\}$. Clearly $N$ is an ideal of $A$ and contains $M.$ Thus it has be the whole ring $A.$ In particular $m+xa=1$ for $m\in M,\, a\in A$. thus $xa=xa=1-m.$ Now you can apply part (a);) it follows that $a$ is a unit. Done!

1
On

After "$1=b^{-1}b \in M'$" you go a bit off the rails, because you could simply conclude at this point "Thus $M'=A$, contradicting our hypothesis that $M'\neq A$.

Earlier I misread something about the statement of (b) and tried an irrelevant example. Then BigM beat me to the most reasonable proof. I can't give a better one: so I recommedn you check that one.