2024-07-21

687: Over Field, n-Degree Polynomial Has at Most n Roots

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

description/proof of that over field, n-degree polynomial has at most n roots

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 over any field, any n-degree polynomial has at most n roots.

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]
S: ={ the roots of p(x)}, SF
//

Statements:
0<deg(p(x))

|S|deg(p(x)), where |S| denotes the cardinality of S
//

When p(x)=0, is each sF called "root" of p(x)? Maybe. Anyway, in order to exclude that case, it has assumed that 0<deg(p(x)).


2: Natural Language Description


For any field, F, the polynomials ring over F, F[x], any larger-than-0-degree polynomial, p(x)F[x], and the set of the roots of p(x), S, |S|deg(p(x)).


3: Proof


Whole Strategy: Step 1: for any 1st root, s1S, factorize p(x) with xs1 and the quotient; Step 2: for any 2nd root, s2S, s2 is a root of the quotient, so, factorize the quotient with xs2 and the new quotient, and so on; Step 3: see that the number of the roots cannot excess the degree of p(x).

Step 1:

Let us take any 1st (which does not mean any order of F: just means that 1st-ly chosen) root, s1S. p(x)=(xs)q1(x), by Note for the proposition that over any field, any polynomial and any nonzero polynomial divisor have the unique quotient and remainder.

Step 2:

Let us take any 2nd root, s2S. Let us see that s2 is a root of q1(x). p(s2)=(s2s1)q1(s2)=0. s2s10, because otherwise, s2=s1. As F is an integral domain, by the proposition that any field is an integral domain, q1(s2)=0. So, q1(x)=(xs2)q2(x), by Note for the proposition that over any field, any polynomial and any nonzero polynomial divisor have the unique quotient and remainder. So, p(x)=(xs1)(xs2)q2(x).

Likewise, as far as there are k roots, p(x)=(xs1)(xs2)(xsk)qk(x).

Step 3:

If deg(p(x))<k, the right hand side would be larger-than-deg(p(x))-degree, a contradiction. So, kdeg(p(x)).


References


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