Here is the work I've done so far:
- $\sqrt[p]{2}$ is a real root of $f(x)$
- Any $(\zeta \sqrt[p]{2})$ where $\zeta$ is a $p^{th}$ root of unity is also a root of $f(x)$
- Since $p$ is prime, all its roots of unity are primitive, and since primitive roots of unity will generate the rest under repeated multiplication, it's the case that $$\mathbb{Q}\left( \sqrt[p]{2}, \zeta_p \right)$$ is a splitting field of $f(x)$ where $\zeta_p$ is a $p^{th}$ primitive root of unity (i.e. any root of unity)
- To find $[\mathbb{Q}(\sqrt[p]{2}, \zeta_p) : \mathbb{Q}]$ I want to use the tower theorem, i.e. find $[\mathbb{Q}(\sqrt[p]{2}, \zeta_p) : \mathbb{Q}(\sqrt[p]{2})][\mathbb{Q}(\sqrt[p]{2}) : \mathbb{Q}]$
- $f(x)$ is irreducible over $\mathbb{Q}$ by Eisenstein with $p=2$ so I can say that $[\mathbb{Q}(\sqrt[p]{2}) : \mathbb{Q}] = p$
What I'm stuck on is $[\mathbb{Q}(\sqrt[p]{2}, \zeta_p) : \mathbb{Q}(\sqrt[p]{2})]$. I'm thinking it has something to do with the polynomial $p(x) = x^{p-1} + x^{p-2} +\dots + 1$ being the minimal polynomial (just based on the fact I've seen it around ) but I've no idea how to go on about proving that:
- It's irreducible
- Whatever chosen $p^{th}$ primitive root of unity is a root of $p(x)$
Any help/hints to get me over this hurdle are appreciated. Thanks for reading!