I am reading Geisel's tutorial$^{\color{red}{\star}}$ on Reed-Solomon codes, in which it is tested whether the polynomial $f(x) = x^4 + x + 1$ is irreducible. From pages 15 and 16,
As a first step, the polynomial $f(x) = x^4 + x + 1$ is evaluated at 0 (zero). The result is 1. The conclusion is 'Therefore, $(x + 0) = (x - 0)$ is not a factor (0 is not a root)'.
My questions are about this conclusion:
- How can $(x + 0) = (x - 0)$ be derived from the preceding text?
- What is meant by 'a factor' here? A reduced part of the polynomial?
- I understand that 0 (zero) is not a root, a root of a polynomial should result in 0 (zero) when evaluated. Why does this prove that $(x + 0) = (x - 0)$ is not a factor?
- Why does this conclusion eliminate one possible factor of the polynomial?
Hoping for someone patient to answer these questions.
$\color{red}{\star}$ William A. Geisel, Tutorial on Reed-Solomon Error Correction Coding [PDF], NASA Technical Memorandum 102162, NASA, August 1990.