I understand the idea for numbers. For example, for the ring Z, we can get the prime factorization of it, and that is the irreducible factorization.
But I'm struggling to apply the same thing for polynomials in general and to understand the idea.
For example, we have $x^3 + x^2 + x + 1$ in $F2[x]$
So I'm looking at the ring of polynomials with coefficient in F2 = {0,1}, correct?
How can I move on from here?
I am noting that if we look at these series:
$1/(x-1) = 1+x+x^2+x^3+...+x^n$
Can I use this fact to try and re-write the polynomial? or else, how do I go about it?