[Math] Nilpotent elements in the quotient ring of a polynomial ring

abstract-algebraring-theory

If $F$ is a field and $p(x) \in F[x]$, prove that the ring $R=F[x]/(p(x))$ has no nonzero nilpotent elements iff $p(x)$ is not divisible by the square of any polynomial.

(==>)

$R$ has no nonzero nilpotent element, but $p(x)$ is divisible by the square of some $g(x)\in F[x], \deg g(x)>0$
Say $p(x)=(g(x))^2h(x)$ for some $h(x)\in F[x]$, then consider $g(x)h(x)\in F[x]$, $0<\deg g(x)h(x)=\deg g(x)+\deg h(x)\le \deg p(x)$, but $(g(x)h(x))^2=g^2(x)h^2(x)=p(x)h(x)=\bar{0}$ in $F[x]/(p(x))$, it is a contradition.

(<==)
$p(x)$ is not divisible by the square of any polynomial, and there is nonzero nilpotent element, say $f(x), (f(x))^n=0$, for some n.
Then, $p(x)|(f(x))^n$ but $p(x)\nmid f(x)$.

Then I don't know how to continue…

Also, is there any way to proof directly?

Best Answer

Take $p$ a monic non-null polynomial and write its (unique) decomposition as a product of monic irreducible polynomials :

$$p=q_1^{\alpha_1}...q_r^{\alpha_r} $$

Then by the Chinese Remainder theorem :

$$F[x]/(p)\text{ is isomorphic to } F[x]/(q_1^{\alpha_1})\times...\times F[x]/(q_r^{\alpha_r})$$

Now suppose $\alpha_1=...=\alpha_r=1$ (i.e. $p$ is squarefree) then

$$F[x]/(p)\text{ is isomorphic to } F[x]/(q_1)\times...\times F[x]/(q_r)$$

Cannot have non-zero nilpotent elements because it is a product ring of fields : assume $(a_1,...,a_r)^n=0$ in $F[x]/(q_1)\times...\times F[x]/(q_r)$ then $a_i^n=0$ for each $i$ but you are in a field so $a_i=0$.

On the other hand suppose $\alpha_1\geq 2$ then :

$$(q_1,0,...,0)\neq 0 \text{ in } F[x]/(q_1^{\alpha_1})\times...\times F[x]/(q_r^{\alpha_r}) $$

But clearly :

$$(q_1,0,...,0)^{\alpha_1}=(q_1^{\alpha_1},0,...,0)=(0,...,0)\text{ in }F[x]/(q_1^{\alpha_1})\times...\times F[x]/(q_r^{\alpha_r}) $$

So it has a nilpotent element. For a direct proof you can show that the nilpotent elements of a product of rings is the product of the set of nilpotent elements of each ring.