1

How can I find the Galois group of $x^5-x-3$ over $\mathbb{F}_5$?

1 Answers1

4

Let $P=x^5-x-3$, the polynomial over $\mathbb{F}_5$.

For any $a\in \mathbb{F}_5$ we have $a^5=a\neq a+3$, so $a$ is not a root of $P$. If we attach a single root $\beta$ of $P$, we obtain a finite extension $\mathbb{F}_5[\beta]$, of degree $2,3$ or $5$, depending on whether or not the polynomial is irreducible. Let $F:\mathbb{F}_5[\beta]\to \mathbb{F}_5[\beta]$ denote the Frobenius automorphism, sending $\alpha\mapsto \alpha^5$.

Now for $a\in \mathbb{F}_5$ we have that $F(\beta+a)=F(\beta)+F(a)=F(\beta)+a$. Thus $$(\beta+a)^5-(\beta+a)-3=\beta^5-\beta-3+a-a=0.$$

Thus we know $P$ splits in $\mathbb{F}_5[\beta]$. Further, if $P$ were not irreducible it would have a quadratic factor with coefficients in $\mathbb{F}_5$. However:$$(x-\beta-a_1)(x-\beta-a_2)=x^2-(2\beta+a_1+a_2)x+(\beta-a_1)(\beta-a_2)$$ and $2\beta+a_1+a_2\notin \mathbb{F}_5$ for any $a_1,a_2\in \mathbb{F}_5$.

We conclude that $P$ is irreducible and has a splitting field $\mathbb{F}_5[\beta]$ of degree $5$.

Its Galois group is therefore generated by $F$ which has order $5$ (that is $\alpha^{5^5}=\alpha\alpha^{5^5-1}=\alpha\alpha^{|\mathbb{F}_5[\beta]^*|}=\alpha$, for every $\alpha\in \mathbb{F}_5[\beta]$). We conclude that the Galois group is $C_5$.

tkf
  • 11,563
  • A slicker argument would be to say that if $P$ factorised, then attaching a root of one irreducible factor would give you a splitting field for any other irreducible factor, so all irreducible factors have the same degree and the degrees add up to $5$. However $5$ is prime. – tkf Sep 01 '20 at 17:09