2025-01-19

966: For Polynomials Ring over Field and Nonconstant Polynomial, iff Evaluation of Polynomial at Field Element Is 0, Polynomial Can Be Factorized with x - Element

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of that for polynomials ring over field and nonconstant polynomial, iff evaluation of polynomial at field element is 0, polynomial can be factorized with x - element

Topics


About: ring

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that for the polynomials ring over any field and any nonconstant polynomial, if and only if the evaluation of the polynomial at a field element is 0, the polynomial can be factorized with x - the element.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
F: { the fields }
F[x]: = the polynomials ring over F
p(x): F[x]
α: F
//

Statements:
p(α)=0

q(x)F[x](p(x)=(xα)q(x))
//


2: Proof


Whole Strategy: use the fact that F[x] is a Euclidean domain; Step 1: suppose that p(α)=0, express p(x) as =(xα)q(x)+r(x), and see that r(x)=0; Step 2: suppose that p(x)=(xα)q(x), and see that p(α)=0.

Step 1:

Let us suppose that p(α)=0.

F[x] is a Euclidean domain with the size function as taking the degree of the polynomial, by the proposition that the polynomials ring over any field is a Euclidean domain.

So, p(x)=(xα)q(x)+r(x) where r(x) is with degree smaller than 1, so, 0, which means that r(x)=r, a constant.

0=p(α)=(αα)q(α)+r=0q(α)+r=r.

So, p(x)=(xα)q(x).

Step 2:

Let us suppose that p(x)=(xα)q(x).

p(α)=(αα)q(α)=0q(α)=0.


References


<The previous article in this series | The table of contents of this series | The next article in this series>