I have been asked to find a Galois extension $K/F$ such that $Gal(K/F)=D_{10}$, a dihedral group of order $10$. I already found an example from Galois group of $X^5 - X^3 - 2X^2 - 2X - 1$ over $\mathbb{Q}$. but I hope to find a systematical way to find such an extension. Would there be any fo such systematical way?
2026-04-02 05:49:55.1775108995
Find a Galois extension $K/F$ such that $Gal(K/L)=D_{10}$.
259 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Here are some examples, constructed based on [Polynomials with $D_p$ as Galois group, Christian Jensen, Noriko Yui, Journal of Number Theory 15, 1982, pp. 347-375] .
sciencedirect link to the article
Some computer algebra system is used, sage, since the Galois groups have a slightly more complicated nature.
(If this is not what you want and/or need, please ignore this answer. I am myself not happy with the form of the answer, but it is hard to complement in an other way the paper by Jensen & Yui, and i am somehow happy with the link, and the explicit number theoretical examples.)
Also, typing is partially covered by sage. It was the only way for me to give examples that illustrate Theorem II.1.2 from loc. cit., which reads for a prime congruent to one modulo four:
We consider some quadratic imaginary extension $K=\Bbb Q(\sqrt D)$ of $\Bbb Q$ with class number five. Here are some possible values for $D$: $$ -47 \ ,\ -79 \ ,\ -103 \ ,\ -127 \ ,\ -131 \ ,\ -179 \ . $$ These values were obtained from sage with:
Let us experiment with them.
For $D=-47$ we may proceed shortly as follows, we associate $K=\Bbb Q(\sqrt{-47})$, generated by $a=\sqrt{-47}$, then associate (request) its Hilbert class field $H$, generated by some element $b\in H$ over $K$, then ask for the minimal polynomial of $b$:
(Output was manually rearranged.)
We obtain the reciprocal polynomial of the one referenced in the OP. Alternatively, starting from the polynomial:
(and one can investigate the objects closer in sage).
Note that $H$ is considered above as an extension of $K=\Bbb Q(\sqrt{-47})$. To have the extension over $\Bbb Q$ we may have to ask for
I would like to check the conditions (1), (2), (3) of the cited theorem:
So the discriminant of $f$ is a square, and the associated polynomial $g$ splits as a product of $2=(5-1)/2$ irreducible polynomials of degree five.
Let us do "the same" with the other $D$-values.
and now we print only the defining polynomials of degree five:
Let us also mention:
In loc. cit. there are some numerical examples. Here is one of them. We take $\lambda = 11$, and $\mu=4$. We obtain $$ f = x^5+11x+44\ . $$ Its discriminant is a square, and the corresponding $g$ is a product of two prime polynomials of degree five:
I have to submit here...