I'd like a hint for the following problem: Let $p<q$ be prime numbers, $p$ does not dividing $q-1$. Show that there is a extension $L$/ $\mathbb{Z}_q$. Which is the splitting field extension for each of the polynomials $x^p - a$ .Where $a$ in the multiplicative group of $\mathbb{Z}_q$.thanks.
Asked
Active
Viewed 93 times
1 Answers
0
Let $L=\mathbb{F}_q(\zeta_p)$, i.e. the splitting field of $x^p-1 \in \mathbb{F}_q[x]$. Choose $u,v \in \mathbb{Z}$ with $up + v(q-1)=1$. For every $a \in \mathbb{F}_q^*$ we have $a=(a^{u})^p (a^{q-1})^v=b^p$ with $b=a^u$. It follows that $x^p-a=\prod_{i=0}^{p-1} (x-\zeta_p^i b)$ splits over $L$.
Martin Brandenburg
- 163,620
-
Sorry I didn't know how to give a hint without spelling out the solution. – Martin Brandenburg Feb 18 '13 at 01:57
-
Very good answer! Thanks. – User112358 Feb 18 '13 at 03:11