2

I'm trying to solve this problem from Hungerford V.5.9.

I have to show $x^{2^n}+x+1$ is irreducible over $\mathbb{Z}_2$ if n>2.

I would appreciate some hint cause I don't know how to start with it.Thanks!

EDITED: This question is completely different to On irreducible factors of $x^{2^n}+x+1$ in $\mathbb Z_2[x]$ The reason is obvious, i m asking if this polynomial is irreducible. In the other question, we assume it is reducible without showing it.

Lotus
  • 299

1 Answers1

4

The claim is not true. Assume $n>1$ is odd. Then

$$ \begin{align} x^{2^n}+x+1 &= (x^{2^n}+x^{2^{n-1}}+1)+(x^{2^{n-1}}+x^{2^{n-2}}+1)+\cdots+(x^2+x+1)\\ &=\sum_{k=0}^{n-1}(x^{2^{k+1}}+x^{2^k}+1) = \sum_{k=0}^{n-1} (x^2+x+1)^{2^k}\\ &= (x^2+x+1)\left(\sum_{k=0}^{n-1} (x^2+x+1)^{2^k-1}\right) \end{align} $$

We used that $n$ is odd in the first equality, where there are $n$ ones on the right side, thus summing to $1$.

Note: The same argument can be used to show that $x^{2^n}+x+1$ is reducible whenever $n$ has an odd factor greater than $1$. Therefore it can only be irreducible if $n=2^m$.

J.R.
  • 17,904
  • This works for odd $n$, as the third roots of unity are then zeros of this polynomial, and your calculation verifies that the third cyclotomic polynomial is a factor. However, the polynomial is never irreducible, when $n>2$. – Jyrki Lahtonen Feb 06 '14 at 22:09
  • @JyrkiLahtonen why is the polynomial never irreducible, when n>2? – No One Mar 31 '15 at 03:45
  • @TiWen: See this answer to the question this is a duplicate of. Tip about the site: If a question is marked as a duplicate of another, older question, the older version is often (but not always!) a good source for extra information. – Jyrki Lahtonen Mar 31 '15 at 03:58