25

Let $F$ be a field, let $\omega$ be a primitive $n$th root of unity in an algebraic closure of $F$. If $a \in F$ is not an $m$th power in $F(\omega)$ for any $m\gt 1$ that divides $n$, how to show that $x^n -a$ is irreducible over $F$?

user26857
  • 52,094
  • 1
    This breaks down for $n = 4$. In ${\mathbf Q}[x]$, the polynomial $x^4 + 4$ has $a = -4$, which is not a square or 4th power in ${\mathbf Q}$, but this polynomial is reducible over ${\mathbf Q}$: it is $(x^2+2x-2)(x^2-2x-2)$. This counterexample is essentially the only kind of counterexample, in light of Bill Dubuque's answer. – KCd Apr 19 '12 at 00:19
  • 2
  • You should have: $(x^2 + 2x + 2)(x^2 - 2x + 2)$.

  • This is not a counterexample to the original question, because $-4 = (2i)^2$ and $2i \in Q(i)$ and of course $2$ divides $4$. (Anyway, I've given a proof.)

  • – savick01 Apr 19 '12 at 19:25