Algebra/Chapter 10/Symmetric Polynomials/Monomial Ordering

From testwiki
Jump to navigation Jump to search

Template:Denest

Definition 1

Let (A1,,An) be an N-tuple. Let us define:

An=(A1,,An)

For functions Fm,Gn let us define:

Fm(Gn)=(F1(G1,,Gn),,Fm(G1,,Gn))

This abbreviated notation will be of great use to us in the following pages and in the proof.

Definition 2

Let 𝔽 be a field. Then 𝔽[Xn] is the polynomial space in variables X1,,Xn with coefficients in 𝔽.

A monomial is a polynomial of the form cX1a1Xnan, such that c𝔽 and a1,,an.

Definition 3

Let X=X1Xn, and let a=(a1,,an)n be an exponent vector. Let us define:

  • Xa=X1a1Xnan
  • deg(Xa)=a1++an
  • The degree of a non-zero polynomial is equal to the maximum of the degrees of its compsing monomials.

Properties

Monomial multiplication maintains exponent vector addition:

XaXb=(X1a1Xnan)(X1b1Xnbn)=(X1a1X1b1)(XnanXnbn)=X1a1+b1Xnan+bn=Xa+b

Definition 4

Let Xa,Xb be monomials.

We say that Xa is of lower order than Xb (and denote it by XaXb) if there exists an index 1kn such that

{ai=bi:1ik1ai<bi:i=k

In other words, the vectors (a1,,an),(b1,,bn) have a lexicographic ordering.

In a polynomial F, the monomial of maximal order is called the leading monomial, and is denoted by L(F).

Example

x17x23x310x17x231x3(7,3,10)(7,31,1)

Let F,G𝔽[Xn] be polynomials. Then L(FG)=L(F)L(G).

Proof

Let Xa,Xb,Xf,Xg be monomials, with Xf=L(F),Xg=L(G).

1. Let us assume that XaXf. We will show that Xa+cXf+c for all Xc.
By definition, there exists an index 1kn such that

{ai(+ci)=fi(+ci):1ik1ai(+ci)<fi(+ci):i=k

2. Let us assume also that XbXg. We will show that Xa+bXf+g.
By definition, there exist indexes k1,k2{1,,n} such that respectively

{ai=fi:1ik11ai<fi:i=k1,{bi=gi:1ik21bi<gi:i=k2{1k1k2n:(ak1<fk1)(bk1gk1)ak1+bk1<fk1+gk11k2<k1n:(ak2=fk2)(bk2<gk2)ak2+bk2<fk2+gk2}Xa+bXf+g

hence:

L(FG)=Xf+g=XfXg=L(F)L(G)

Definition 5

Let F𝔽[Xn] be a polynomial. Let us define:

D(F)={Xa𝔽[Xn]:deg(Xa)deg(L(F)),XaL(F)}

Meaning, the set of all monic monomials of degree deg(L(F)) which are of lower order than L(F).

Example

F(x1,x2)=4+3x1+2x12x2+x24L(F)=2x12x2D(F)={x1x22,x12,x1x2,x22,x1,x2,1}

Template:Header

Template:BookCat