I must find the irreducible factors of $f(x) = x^8 - x$ in $Z/2Z[x]$ and that's what I did:
$f(x) = x(x-1)(x^6 + x^5 + x^4 + x^3 + x^2 + x + 1)$
but of course the correct solution is:
$f(x) = x(x-1)(x^3 + x^2 + 1)(x^3 + x + 1)$
I do not understand how I can reach the correct solution by logical reasoning (without going on attempts). The solution of the exercise says:
1) "The irreducible factors are all the irreducible polynomials of degree 1 and 3 alone" Why?
2) "You find exactly $6/3 = 2$ irreducible polynomials of degree 3". Does this happens because the 6th degree polynomial I found is not reducible (since the only ones have degree 1 or 3) and it has no zeros?