Existence of finite field extension containing a root

609 Views Asked by At

I've been thinking about my previous question a bit more, and I'm afraid I still don't quite understand. See: Can the natural embedding $K\to K[X]/(f)$ be extended to form an isomorphism $L/K\to K[X]/(f)$?

The theorem I'm trying to prove is as follows: given a field $K$ and an irreducible polynomial $f\in K[X]$, there always exists a (finite) extension $L$ of $K$ such that $L$ contains at least one root of $f$.

Most proofs that I've seen on the internet and in algebra textbooks run like this: $K$ can be embedded in $L'=K[X]/(f)$, which is a field (because $(f)$ is a maximal ideal). So $L'$ is isomorphic to a field extension $L$ of $K$. Then define $\alpha=X\pmod{f}$, and substitute $\alpha$ in $f$. This gives you $0$, so $\alpha$ is a root of $f$.

I get the basic idea, sure enough. But when I try to write a fully rigorous proof, I get stuck.

First of all, literally substituting $\alpha$ in $f$ is impossible, because $\alpha$ is a coset, and not an element of $L$. So, we have to replace the coefficients $a_i$ of $f$ by the corresponding cosets $\overline{a_i}$. This works fine.

But how on Earth do we know for certain that this new polynomial $\sum_i\overline{a_i}X^i$ (which is in $L'[X]$) corresponds, as far as roots are concerned, to the old $f$ (which is in $K[X]$)?

It seems that all proofs I've seen so far implicitly assume that there is an isomorphism $L\to L'$ such that $a_i\mapsto\overline{a_i}$ for all $a_i\in K$. But this is highly non-trivial. Or am I missing something?

2

There are 2 best solutions below

2
On

The field generated by the companion matrix of $f$ over $K$ gives you the desired extension.

8
On

The elements of the quotient ring are of the form $p(x)+(f)$ where $p(x) \in K[x]$. And we identify $a$ with $a+(f)$ for $a \in K$ (this isnt a problem is it ?) Now if $q(y) \in K[y] $ and $\overline{q}(y)$ the image in $L[x]$ then $$\overline{q}(p(x)+(f))=q(p(x))+(f)$$

Now this for $q=f$ and $p(x)=x$, this gives

$$\overline{f}(x+(f))=f(x)+(f)=(f)=0$$

So this shows that $x+(f)$ is a root of $\overline{f}$. Under the identification of $K$ with its image $f$ and $\overline{f}$ correspond.