[Math] Galois group over the field of rational functions

abstract-algebragalois-theory

I am looking to find the Galois group of $x^3-x+t$ over $\mathbb{C}(t)$, the field of rational functions with complex coefficients. I have shown that the automorphisms of the rational function field $F(t)$ for fixed $F$ are precisely the fractional linear transformations that is $t \rightarrow \frac{at +b}{ct+d}$ for $a,b,c,d \in \mathbb{C}$. Is this useful? Also is there anyway to factor $x^3-x+t$ nicely?

I slept on this for a little bit and developed an idea to show this. I used Cardano's method to explicitly solve for the roots of this polynomial and show that there exist no linear factors in $\mathbb{C}(t)$ and $f(x)$ is therefore irreducible. This is because the polynomial is cubic, and if there are no linear factors then there cannot be any quadratic factors. Thus, you have to adjoin some root let's call it $\theta$ to $\mathbb{C}(t)$. The degree of this field over $\mathbb{C}(t)$ is a Galois extension and must have degree 3. The only group with order 3 is $\mathbb{Z}_3$, which implies this is the Galois group.

Best Answer

I don't see how to use Eisenstein here. But the polynomial is a cubic, so if it factors, then one of the factors is linear, and the polynomial would have a zero $x=\frac{p(t)}{q(t)}\in\Bbb{C}(t)$ with some polynomials $p(t),q(t)\in\Bbb{C}[t]$, $q\neq0$.

To exclude this possibility we use a line of reasoning analogous to the familiar rational root test - taking advantage of the fact that $\Bbb{C}[t]$ is a UFD. So assume that all common factors of $p(t)$ and $q(t)$ have been cancelled. Then $$ x^3-x+t=\frac{p^3-pq^2+tq^3}{q^3}=0. $$ Here the numerator has to be zero, so from $$ p^3-pq^2=-tq^3 $$ we can conclude that $p$ divides the left hand side, hence also the right hand side. But $p$ has no common factors with $q$, so it has to be a factor of $t$.

Similarly from $$ p^3=pq^2-tq^3 $$ we see that $q$ divides the right hand side, hence also $p^3$. But, as above, this implies that $q$ must be a constant.

The non-zero constants are the units of $\Bbb{C}[t]$, so we can conclude that $x=p/q$ is either a constant or, $x=at$ for some $a\in\Bbb{C}$.

I'm sure that you can show that neither of those work. Therefore this cubic has no linear factors over $\Bbb{C}(t)$ and hence it is irreducible.

Related Question