§ Irreducible polynomial over a field divides any polynomial with common root
- Let p(x)∈K[x] be an irreducible polynomial over a field K. Let p it share a common root α with another polynomial q(x)∈K[x]. Then we claim that p(x) divides q(x).
- Consider the GCD g≡gcd(p,q). Since p,q share a root α, we have that (x−α) divides g. Thus g is a non-constant polynomial.
- Further, we have g∣p since g is GCD. But p is irreducible, it cannot be written as product of smaller polynomials, and thus g=p.
- Now, we have g∣q, but since g=p, we have g∣q. This implies p∣q for any q that shares a root with p.