I'm trying to show that $f(x)=1+x^p+x^{2p}+\dots +x^{p(p-1)}$ is irreducible over $\mathbb{Q}[X]$. I'm well aware that cyclotomic polynomials are irreducible, however the (many) proofs of this statement are quite involved. Since this exercise appears in a textbook that only covers basic algebra, there should be a more direct approach to this exercise.
I tried all criterions that I know to solve this (Eisenstein, linear substitutions, reducing to $\mathbb{Z}_p[X],\dots$). Only one remains. We know that $f(x)=\frac{1-x^{p^2}}{1-x^p}$, or equivalently $1-x^{p^2}=(1-x^p)f(x)$. We know that the roots of $1-x^{p^2}$ are given by $$e^{\frac{2\pi i k}{p^2}}, \mbox{ for $0\leq k\leq p^2-1$ }. $$ Similarly, the roots of $1-x^{p}$ are given by $$e^{\frac{2\pi i kp}{p^2}}, \mbox{ for $0\leq k \leq p-1$}.$$
Hence the roots of $f(x)$ are given by $e^{\frac{2\pi i k}{p^2}}$ where $p\not| \;k$ and $0\leq k\leq p^2-1$. One way to show that $f(x)$ is irreducible over $\mathbb{Q}$ is to show that any product of linear factors of $f(x)$ is not a polynomial over $\mathbb{Q}$. I tried to show this, but it is too difficult.
Does anyone know a elementary way of solving this exercise?