When do polynomial rings admit extensions over which every polynomial factorizes

abstract-algebraalgebraic-geometrygalois-theorypolynomials

Given a polynomial ring $F[x_1…x_n]$ over a field $F$, I wanted to ask about when we can factor some $f \in F[x_1…x_n].$ I was curious to see whether a fundamental theorem of algebra-esque notion exists for every polynomial ring (i.e., we can always devise a field extension wherein all polynomials of our given field can be factored).

My thought process is inspired by the case of $\mathbb{Q}= F$ – here, we cannot factor polynomials such as $f(x) = x^2 – 2$, so we devise the algebraic extension $\mathbb{Q}(x)/x^2-2$, quotienting by the ideal generated by $f$.

Similarly, it seems that for an arbitrary case, we can simply consider $\mathbb{F}[x_1…x_n]/f$, which is a field whenever $f$ is irreducible. Therefore, perhaps we get the restriction that we can always construct field extensions wherein all irreducible polynomials are factorable. This is Idea 1.

However, Idea 1 is the same as Idea 2, wherein we take some wonderful object $a$ such that it satisfies the relation $f(a) = a^2 – 2=0$, adjoin it to $\mathbb{Q}$, and yield $\mathbb{Q}(a)$ – a field wherein $f$ as above now factors. We know that Idea 1 is isomorphic to Idea 2, but somehow in Idea 2, we bring out a strange element and (assuming $f$ is irreducible), derive a field by adjoining it to $\mathbb{Q}$.

Now, I imagine that when we have $f$ reducible, then we cannot do this if the polynomial ring is not a UFD – but in that case, what stops us from taking our field $F$, and simply adjoining it to it objects $a_i$ defined by the relation that $f(a_i) = 0$? I guess it would not be a field any longer, but what exactly breaks down? Moreover, are there examples of fields which don't admit any extension over which every polynomial splits? What do such examples tell us about our ability to devise some object, call it a root, and attach it to our field?

Best Answer

I want to add the following to Gerry's nice answer.

Several things break down when you have at least two variables. The questions becoming geometrical in nature, and hopefully a tag expert on can find a suitable older thread.

  1. A problem in looking at the quotient ring $F[x_1,x_2,\ldots,x_n]/\langle f\rangle$ is that this is not field. Recall the relevant results from a first course on abstract algebra: A) if $R$ is a commutative ring and $M$ its ideal, then the quotient ring $R/M$ is a field if and only if $M$ is a maximal ideal. B) If $F$ is a field, and $f(x)\in F[x]$ is a non-constant polynomial, then the principal ideal $\langle f\rangle$ is maximal if and only if $f(x)$ is irreducible. We need both of these to get extension fields using polynomial rings. But part B only works when we have a single variable. You may recall that the root cause is the long division algorithm of univariate polynomials. But this is available only when we have a single variable.
  2. I said that geometrical ideas enter the scene, so I add the following remark to drive the point home. You may be wishing that there might exist an extension field $L$ such that a given polynomial, say $f(x,y)\in F[x,y]$, factors into a product of linear factors over $L$. Like $f(x,y)=g_1(x,y)g_2(x,y)\cdots g_k(x,y)$ with all the factors linear, so $$g_i(x,y)=a_ix+b_iy+c_i$$ with $a_i,b_i,c_i\in L.$ Let's think about the zero loci of $f(x,y)$. We clearly have $f(u,v)=0$ if and only if $g_i(u,v)=0$ for some $i$. Here $u,v$ may come from any extension field of $L$. But, the zero locus of each and every factor $g_i(x,y)$ is a line in the plane $L^2$. So it would follow that the zeros of $f(x,y)$ should fall on a finite union of lines. This is obviously not the case for example with $f(x,y)=y^2-x^3+x\in\Bbb{R}[x]$. More generally, a factorization of a bivariate polynomial $f(x,y)$ means that its zero locus (usually a curve of some kind) is a union of two simpler curves. This usually does not happen.
  3. But some things familiar from extensions of $\Bbb{Q}$ do survive in the bivariate world. If $F$ is any field, the ring $F[x]$ is a Euclidean domain. It follows that the analogues of Eisenstein's irreducibility criterion go through. Recall how Gauss's lemma implied the connection between irreducibility of polynomials over $\Bbb{Z}$ and over $\Bbb{Q}$, the field of fractions. Here the field of fractions of $F[x]$ is the field $F(x)$ of rational functions. So, for example, as $x$ is an irreducible polynomial, it follows that for all natural numbers $n$ $$ g(y)=y^n-x $$ is irreducible as a polynomial in $F(x)[y]$. It is hopefully believable (I skip the argument) that this implies the irreducibility of $G(x,y)=y^n-x$ over any extension field of $F$. This is a useful method for studying the (absolute) irreducibility of bivariate polynomials in particular.
  4. The usual process of adjoining zeros does work, if we isolate one of the variables. Then we need to think of the other variables as "constants" that happen to be transcendental over $F$. For example, when we think of the absolutely irreducible bivariate polynomial $f(x,y)=x^2+y^n-1$ as being a univariate polynomial in $x$ and with coefficients in the field $K=F(y)$ of rational functions in the indeterminate $y$, the usual process of adjoining zeros works, and leads to the factorization $$f(x,y)=(x-\sqrt{1-y^n})(x+\sqrt{1-y^n})$$ over a splitting field $L=K(\sqrt{1-y^n})$. On the other hand, if we think of $f(x,y)$ as a polynomial in $y$ with coefficients in the field $E=F(x)$, then the splitting field is $M=E(\zeta,\root n\of{1-x^2})$, where $\zeta$ is an $n$th root of unity (which may or may not reside in $F$). Actually there are issues with separability here should it happen that the characteristic of $F$ is a factor of $n$, but I ignore those for now.