I am trying to solve this question for my abstract algebra class.
Let $f = X^6 - 2X^5 + 3X^4 - 2X^3 + 3X^2 - 2X + 2 \in \mathbb{Z}[X]$.
Either prove that $f$ is irreducible over $\mathbb{Z}$ or find all irreducible factors of $f$.
I know the answer is $(X^2 - 2X + 2)(X^2 - X + 1)(X^2 + X + 1)$.
However, I have no idea how we came up with this factorization. I have read this post, but I don't understand:
- Why we assume the factors are monic polynomials?
- Can we apply this to all kinds of polynomials, over any field?
I would also appreciate any different point of view, or any different solution.