Is $R[x]$ never a field?

2.1k Views Asked by At

I know that if $F[x]$ is a PID then $F$ is a field. Now $F[x]$ being a field implies that $F[x]$ is a PID, so $F$ is a field. Anyway, I tried to prove that $F$ is a field right away and the following argument came to mind:

Let $A[x]$ be a field, and let $p(x)= a + bx$, then there exists $q(x) = d x^n + ... + r$ where $b$ and $d$ are nonzero, such that $p(x)q(x) = 1.$ Carrying out the multiplication and equating the coefficient of $x^{n+1}$ to zero yields $bd = 0.$ Hence b and d are zero divisors and A is not even an integral domain.

What is wrong with this argument? And is $R[x]$ never a field?

3

There are 3 best solutions below

1
On

The ring $R[x]$ is never a field, since $x\neq0$ and it has no inverse.

1
On

A field has only the unproper ideals $(0),(1)$, but $(x)\subseteq R[x]$ is a proper ideal. Therefore $R[x]$ cannot be a field.


You could also look at the evaluation homomorphism $$\phi_0:R[x]\rightarrow R$$ which maps $f(x)\mapsto f(0)$. Now suppose $xf(x)=1$ for some $f\in R[x]$. Then $$1=\phi_0(xf(x))=0$$ which only happens if $R=\{0\}$. So, is $R[x]$ a field when $R=\{0\}$? Some would say no, because part of the definition of a field is that $0\neq 1$.

From Wikipedia:

"there exist two different elements $0$ and $1$ (...)"

Relevant links:

0
On

$R[x]$ is never a field, because, for example, $p(x) = x$ has no inverse. If a $q(x)$ had existed which $p(x)q(x) = 1$ we would have the degree of $p(x)q(x)$ equals to $0$ and this can never happen because $p(x)$ has degree $1$.