Maximal Ideals in Polynomial Ring Over a Field

4.1k Views Asked by At

Okay. I showed that $(x)$ is a maximal ideal in the polynomial ring $F[x]$, where $F$ is some field. Now I have been asked to find another maximal ideal in $F[x]$. I tried showing that $(x+1)$ is a maximal ideal, but I had to luck. I could use a hint. I don't know very much about polynomials at this point (e.g., the degree of a polynomial hasn't even been defined yet; also, I don't know that $F[x]$ is a PID). I do know, e.g., that if $F[x]/I$ is a division ring, where $I$ is an ideal, then $I$ is a maximal ideal. I tried this for $I=(x+1)$, but I had no luck.

4

There are 4 best solutions below

0
On BEST ANSWER

Hint: Instead of describing another maximal ideal explicitly using generators, just try to describe it as a kernel of some surjective homomorphism to a field. The ideal $(x)$ is the kernel of surjective homomorphism $\varphi:F[x]\to F$ given by $\varphi(f)=f(0)$. Can you think of any other homomorphisms $F[x]\to F$ defined similarly, which you could take the kernel of?

An answer is hidden below.

For any element $a\in F$, there is a homomorphism $ev_a:F[x]\to F$ given by $ev_a(f)=f(a)$. This is surjective, since for any $b\in F$, $ev_a$ sends the constant polynomial $b$ to $b$. So for any $a$, the kernel of $ev_a$ is another maximal ideal in $F[x]$. These maximal ideals are all different from each other, because $x-a\in\ker(ev_a)$ but $x-b\not\in\ker(ev_a)$ for all other $b\in F$. In fact, $\ker(ev_a)=(x-a)$ so you can get your proposed maximal ideal $(x+1)$ as $\ker(ev_{-1})$, but this takes some work to prove.

3
On

The ideal $(x-a)$ is maximal for any $a\in F$. Indeed, the homomorphism $F[x]\to F$ defined by $x\mapsto a$ is surjective and has kernel $(x-a)$. Since $F$ is a field, this implies that $(x-a)$ is maximal. If $F$ is algebraically closed, then these are the only maximal ideals in $F[x]$.

0
On

Imagine there is a larger proper ideal $I $ that contains $(x+1)$. It would then contain some polynomial $p\not\in (x+1)$. Divide $p $ by $x+1$: $p=(x+1)q+c$ where $c\in F $.

  • If $c=0$, then $p=(x+1)q\in (x+1)$ - a contradiction.

  • If $c\ne 0$, note $c=p-(x+1)q\in I $, which would imply $c^{-1}c=1\in I $ and then every polynomial would be in $I $ and $I $ wouldn't be proper - a contradiction again.

0
On

we can prove easily that $F[x]\cong F[x+1]$, so $F[x]/(x) \cong F[x+1]/(x+1)\cong F$, and we get $(x+1)$ is a maximal ideal.