"Standard" ways of telling if an irreducible quartic polynomial has Galois group $C_4$?

7.1k Views Asked by At

The following facts are standard: an irreducible quartic polynomial $p(x)$ can only have Galois groups $S_4, A_4, D_4, V_4, C_4$ (where $D_4$ is the dihedral group of order $8$). Over a field of characteristic not equal to $2$, depending on whether or not the discriminant $\Delta$ is a square and whether or not the resolvent cubic $q(x)$ is irreducible, we can distinguish four cases:

  • If $\Delta$ is not a square and the resolvent cubic is irreducible, then the Galois group is $S_4$.
  • If $\Delta$ is a square and the resolvent cubic is irreducible, then the Galois group is $A_4$.
  • If $\Delta$ is a square and the resolvent cubic is reducible, then the Galois group is $V_4$.
  • If $\Delta$ is not a square and the resolvent cubic is reducible, then the Galois group is either $D_4$ or $C_4$.

How can we resolve the ambiguity in the last case? For $p$ a monic polynomial in $\mathbb{Z}[x]$, I know the following approaches:

  • In the simplest cases one can work directly with the splitting field. But this is rare, although it can work if $p = x^4 + ax^2 + b$ for some $a, b$.
  • If $p$ has two complex roots (equivalently, if the discriminant is negative), there is a transposition in the Galois group, so the Galois group is $D_4$.
  • If $p$ factors as the product of two linear factors and an irreducible quadratic factor modulo a prime, there is a transposition in the Galois group, so the Galois group is $D_4$.

In practice, the last two often work to identify a Galois group of $D_4$ (and in principle it must eventually work by the Frobenius density theorem). But I don't know a corresponding practical way to identify a Galois group of $C_4$. There is a criterion due to Kappe and Warren which I learned about from one of Keith Conrad's expository notes here. However, in an upcoming exam I'm taking, I'll only be able to cite results proven in the course, and this criterion isn't one of them.

So what are my other options in general?

3

There are 3 best solutions below

4
On BEST ANSWER

Let $F$ be a field of characteristic not equal to 2. One option is to can look at the reducibility of $p(x)$ over $F(\sqrt{\Delta})$. If $\Delta$ is not a square and the resolvent cubic is reducible, then we have the following classification: $$\text{Gal}(p/F) = D_4 \iff p(x)\text{ is irreducible in } F(\sqrt{\Delta}).$$

To see this, note that if $\alpha$ is a root of $p$ and $\text{Gal}(p/F) = D_4$, then $p$ splits over $F(\sqrt{\Delta},\alpha)$ as $F(\sqrt{\Delta},\alpha)$ sits inside the splitting field for $p$ and has degree 8 over $F$. But this implies that $[F(\sqrt{\Delta},\alpha):F(\sqrt{\Delta})] = 4$, from which we can derive that $p$ must be irreducible over $F(\sqrt{\Delta})$.

Alternatively, if $\text{Gal}(p/F) = C_4$, then the splitting field for $p$ over $F(\sqrt{\Delta})$ has degree $\#\text{Gal}(p/F)/[F(\sqrt{\Delta}):F]=2$, and thus $p$ must be reducible over $F(\sqrt{\Delta})$.

2
On

For what it's worth, here's a special case that can be done with standard tools. Again we restrict to a base field $k$ of characteristic not $2$. Suppose that $f(x) = (x^2 - a)^2 - b$ is irreducible. (This is Corollary 4.5 in the linked notes by Keith Conrad, but there it is proven as a corollary of Kappe-Warren.) We compute that $f'(x) = 4x(x^2 - a)$; letting the roots of $f$ be $\alpha_1, ... \alpha_4$, the discriminant is then

$$(-1)^{ {4 \choose 2} } \prod f'(\alpha_i) = 64 (a^2 - b) b^2$$

which is square if and only if $a^2 - b$ is. Since the splitting field of $f$ is given by a tower of quadratic extensions, the Galois group is one $V_4, D_4, C_4$. Casework:

  • If $a^2 - b$ is a square, then the Galois group is $V_4$.
  • If $a^2 - b$ is not a square and neither is $b(a^2 - b)$, then the splitting field contains distinct quadratic subfields $k(\sqrt{b})$ and $k(\sqrt{a^2 - b})$, hence the Galois group is $D_4$.
  • If $a^2 - b$ is not a square but $b(a^2 - b)$ is, write $u = \sqrt{a + \sqrt{b}}$ in a splitting field for $f$. Then $u \sqrt{a - \sqrt{b}} = \sqrt{a^2 - b} = c \sqrt{b} \in k(u)$ for some $c \in k$, hence $u$ generates the splitting field, which must have degree $4$. Hence the Galois group is $C_4$.
0
On

Alain Picherau has recently proved a simplified criterion (see here and, in published form, here: Quadrature 120 (2021), 33-38, 41).

Consider an irreducible quartic $P(x) = x^4 + px^2 + qx + r$ and its cubic resolvent $R(x) = x^3 + 2px^2 + (p^2-4r)x - q^2$. Write $R(x) = (x-a) R_2(x)$ for some rational $a$ and an irreducible quadratic polynomial $R_2$; let $\delta$ denote the discriminant of $R_2$. Set $\mu = r(p^2-4r)$ if $q = 0$ and $\mu = a\delta$ if $q \ne 0$. Then the Galois group of $P$ is $C_4$ if $\mu$ is a square in ${\mathbb Q}$, and $D_4$ otherwise.

Example 1: $P(x) = x^4 - 5x^2 + 5$ is irreducible with $\Delta = 2000$; $R(x) = x(x^2 - 10x + 5)$, hence $\delta = 80$. Since $\mu = 25$ is a square in ${\mathbb Q}$ the Galois group of $P$ is $C_4$.

Example 2: $P(x) = x^4 - x^2 - 1$, $\Delta = -400$, $R(x) = x(x^2 - 2x + 5)$, $\delta = -16$. Here $\mu = -5$ is not a square in ${\mathbb Q}$, hence the Galois group of $f$ is $D_4$.