I am working on the following problem:
Let $R[x]$ be the polynomial ring over a commutative ring $R$ with unit $1$. Let $M$ be a maximal ideal of $R[x]$. Show that some element of $M$ is not a zero divisor.
I first tried to take advantage of the fact that $M$ is a maximal ideal of $R[x]$. This means that $R[x]/M$ is a field. Thus, we can take a polynomial $f(x) \in R[x]$, and a polynomial $g(x) \in M$, and observe that there exists some $h(x) \in R[x]/M$ such that $[f(x) + g(x)][h(x)] = 1$, where $1$ represents the unit element in $R[x]$. How can I proceed from this equation to determine that $ab = 0$ for nonzero $a \in M$ implies $b$ must be the zero polynomial ? I suppose I'm just not seeing the trick here.
Thanks!
By convention a polynomial $a_nx^n+\cdots+a_0=0$ implies that $a_n=\cdots=a_0=0$, so in particular $x$ is not a zero divisor. To prove the assertion that $M$ contains a non-zero-divisor, look at the following two cases:
Case 1: If $x\in M$, then $x$ satisfies the assertion.
Case 2: If $x\notin M$, then there exists $f(x)$ such that $$xf(x)=1+g(x)$$ for some $g(x)\in M$. This means that $1-xf(x)=-g(x)\in M$, but it is easy to check that $1-xf(x)$ is a non-zero-divisor. QED