I have tried many ways.This polynomial has exactly one real and four complex roots and it is in Bring-Jerrard form, the solvability of which is about finding $\varepsilon, e$ and $c$ to equate some rational expressions with $5$ and $-10$.But this is very much calculative and I could not find any way. I know it will not be solvable if the Galois group is isomorphic to $A_5$ or $S_5$ but how to show that! Please help to find way.
1 Answers
Let's recall the following.
Theorem (Dedekind): If an irreducible polynomial $f(x)$ factors $\bmod p$ into factors with degrees $d_1, d_2, \dots$, then the Galois group of $f$ contains an element of cycle type $(d_1, d_2, \dots)$.
Theorem (Frobenius / Chebotarev): Every cycle type in the Galois group occurs this way, with density proportional to its density in the Galois group.
Furthermore, transitive subgroups of $S_5$ (and I think maybe also $S_6$?) are determined up to conjugacy by the cycle types of their elements, so factorizations mod a prime eventually identify all Galois groups of irreducible quintics. The complete list of transitive subgroups of $S_5$ (up to conjugacy) is
- $C_5$
- $D_5$
- The Frobenius group $x \mapsto ax + b, a \in \mathbb{F}_5^{\times}, b \in \mathbb{F}_5$
- $A_5$
- $S_5$.
Using WolframAlpha we find that $f(x) = x^5 + 5x - 10$ is
- irreducible $\bmod 3$, so the Galois group contains a $5$-cycle (but this already follows from transitivity),
- a product of an irreducible quadratic and cubic $\bmod 7$, so the Galois group contains a permutation of cycle type $(2, 3)$
and we can stop here: already $S_5$ is the only transitive subgroup of $S_5$ containing an element of cycle type $(2, 3)$.

- 419,620
-
2Hmm... or from my results just on number of roots in $\mathbb{F}_p$, there are exactly three roots mod 31 which would imply the Galois group must contain a transposition. – Daniel Schepler Aug 31 '20 at 20:14
-
-
Thanks. can you please tell me the cubuc and quadratic factors in mod 7? – Promit Mukherjee Sep 01 '20 at 09:55
-
Here's the WolframAlpha query: https://www.wolframalpha.com/input/?i=factor+x%5E5+%2B+5x+-+10+mod+7
It's $(x^2 + 2x + 5)(x^3 + 5x^2 + 6x + 5) \bmod 7$.
– Qiaochu Yuan Sep 01 '20 at 09:56 -
%1 = [120, -1, 1, "S5"]
– Aug 31 '20 at 18:14