Irreducibility of $\frac{X^{p^n}-1}{X^{p^{n-1}}-1}$.

133 Views Asked by At

Exercise: Let $p$ be a prime number. Then, the polynomial \begin{equation} \frac{X^{p^n}-1}{X^{p^{n-1}}-1} \end{equation} is irreducible over $\mathbb Z[X]$, for any integer $n \geq 1$.

I'm able to work out the case $n=1$ (substitution $Y=X+1$ and Eisenstein's criterion); how can I prove the general case?

1

There are 1 best solutions below

0
On BEST ANSWER

Interesting fact: This is the $p^n$th cyclotomic polynomial $\Phi_{p^n}(x)$. Proving this for any $n$ is similar to the case $n=1$.Assume we are working over a field $\Bbb F$. We have $(x+1)^{p^{n-1}}=x^{p^{n-1}}+1\mod p$ . This allows us to write in $\Bbb F_p[x]$ $$\begin{align}\frac{(x+1)^{p^{n}}-1}{(x+1)^{p^{n-1}}-1}\end{align}=\\((x+1)^{p^{n-1}})^{p-1}+((x+1)^{p^{n-1}})^{p-2}+\dots+((x+1)^{p^{n-1}})+1=\\(x^{p^{n-1}}+1)^{p-1}+(x^{p^{n-1}}+1)^{p-2}+\dots+(x^{p^{n-1}}+1)+1=\\ \frac{(x^{p^{n-1}}+1)^{p}-1}{(x^{p^{n-1}}+1)-1}=x^{(p-1)p^{n-1}}$$

Which shows that $p$ divides all the coefficients but that of the highest degree. Note that the constant term is $p$(Prove it) which is not divisible by $p^2$, and you get your result by the Eisentstein criterion.