logo

Proof of the Factor Theorem 📂Abstract Algebra

Proof of the Factor Theorem

Theorem 1

Let’s say f(x)F[x]f(x) \in F [ x ].

f(a)=0    f(x)=(xa)q(x) f(a) = 0 \iff f(x) = (x-a) q(x)

Explanation

This is a theorem that guarantees the existence of factorization, which we have repeatedly done since middle school. It’s important to note that facts such as the Division Theorem or Factor Theorem only have meaning when the degree of a polynomial is finite.

Proof

(    )( \implies )

Division Theorem: For an0a_{n} \ne 0 and bm0b_{m} \ne 0, and n>m>0n > m > 0, let the two elements of F[x]F [ x ] be f(x)=anxn++a1x+a0g(x)=bmxm++b1x+b0 f(x) = a_{n} x^{n} + \cdots + a_{1} x + a_{0} \\ g(x) = b_{m} x^{m} + \cdots + b_{1} x + b_{0} . Then there uniquely exists f(x)=g(x)q(x)+r(x)f(x) = g(x) q(x) + r(x) satisfying q(x),r(x)F[x]q(x), r(x) \in F [ x ]. The degree of rr is smaller than mm.

By the Division Theorem, there uniquely exists f(x)=(xa)q(x)+r(x)f(x) = (x-a) q(x) + r(x) satisfying q(x),r(x)F[x]q(x) , r(x) \in F [ x ]. Since the degree of (xa)1(x -a )^{1} is 11, the degree of r(x)r(x) is 00, i.e., for some constant cc, it is r(x)=cr(x) = c. Then: f(x)=(xa)q(x)+c f(x) = (x-a) q(x) + c By substituting x=ax = a, 0=f(a)=0q(a)+c=c 0 = f(a) = 0 q(a) + c = c Thus, f(x)=(xa)q(x)f(x) = (x-a) q(x).


(    )( \impliedby ) By substituting x=ax = a into f(x)=(xa)q(x) f(x) = (x-a) q(x) , we obtain f(a)=0q(a)=0f(a) = 0 q(a) = 0.


  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p211. ↩︎