Exercise 2.2.9

In the Historical Notes, we gave Gauss’s definition of lexicographic order.

(a)
Give a definition (in English) of lexicographic order.
(b)
In the proof of Theorem 2.2.2, we showed that grade lexicographic order has the property that there are only finitely many monomials less than a given monomial. In contrast this property fails for lexicographic order. Give an explicit example to illustrate this.
(c)
In spite of part (b), lexicographic order does have an interesting finiteness property. Namely, prove that there is no infinite sequence of polynomials f 1 , f 2 , f 3 , that have strictly decreasing terms according to lexicographic order.
(d)
Explain how part (c) allows one to prove Theorem 2.2.2 using lexicographic order.

Answers

Proof.

(a)
For the lexicographic order, x 1 a 1 x n a n < x 1 b 1 x n b n is equivalent by definition to

j [ 1 , n ] , ( i , 1 i < j a i = b i ) and a j < b j .

(The property ( i , 1 i < j a i = b i ) is automatically verified for j = 1 , since 1 i < j is false, so the implication is true.)

In informal terms :

a 1 < b 1 or ( a 1 = b 1 and a 2 < b 2 ) or ( a 1 = b 1 , a 2 = b 2 and a 3 < b 3 ) or

In other words, x 1 a 1 x n a n < x 1 b 1 x n b n iff the first subscript i such that a i b i exists and verifies a i < b i .

This relation is a total order.

(b)
The monomials less than x 1 = x 1 1 x 2 0 x n 0 for the lexicographic order contain the monomials x 1 0 x 2 a 2 x n a n , where a 2 , , a n are arbitrary integers in = 0 . There are infinitely many such monomials.
(c)
We show this property by induction on the numbers of variables x i .

If there is a unique variable, say x 1 , then a strictly decreasing sequence of monomial x 1 n 0 > x 1 n 2 > , with n i , is such that n 0 > n 1 > : such a sequence is necessary finite. This is a property of the natural order in : Every non empty subset of has a smallest element, so a strictly decreasing infinite sequence in doesn’t exist.

Suppose that this property is true for n 1 variables, say x 2 , , x n . Consider the sequence

x 1 i 1 , 1 x n i 1 , n > x 1 i 2 , 1 x n i 2 , n > > x 1 i k , 1 x n i k , n > .

By the induction hypothesis, for each fixed exponent i k , 1 of x 1 , there exists only finitely monomial in this sequence with this exponent for x 1 . As these exponents are at most i 1 , 1 , the sequence is finite and the induction is done.

(d)
The beginning of the demonstration of Theorem 2.2.2 remains unchanged with the lexicographic order. Then we builds a sequence

f , f 1 = f cg , f 2 = f cg c 1 g 1 ,

of polynomials whose leading terms constitute a strictly decreasing sequence for this order, until f i = 0 . By (c), this sequence is finite, so one polynomial f i is zero, which completes the algorithm.

User profile picture
2022-07-19 00:00
Comments