Exercise 9.1.4

Let R be an integral domain, and let f , g R [ x ] , where f 0 . If K is the field of fractions of R , then we can divide g by f in K [ x ] using the division algorithm of Theorem A.1.14. This gives g = qf + r , though q , r K [ x ] need not lie in R [ x ] .

(a)
Show that dividing x 2 by 2 x + 1 in [ x ] gives x 2 = q ( 2 x + 1 ) + r , where q , r [ x ] are not in [ x ] , even though x 2 and 2 x + 1 lie in [ x ] .
(b)
Show that if f is monic, then the division algorithm gives g = qf + r , where q , r R [ x ] . Hence the division algorithm works over R provides we divide by monic polynomials.

Answers

Proof.

(a)
x 2 = ( 1 2 x 1 4 ) ( 2 x + 1 ) + 1 4 . The quotient q ( x ) = 1 2 x 1 4 is not in [ x ] .
(b)
Let f = x m + b m 1 x m 1 + + b 0 be a fixed monic polynomial in R [ x ] .

We show by induction on the degree n the proposition

P ( n ) : g R [ x ] , deg ( g ) = n ( q , r ) R 2 , g = qf + r , deg ( r ) < deg ( f )

(with the convention deg ( 0 ) = ).

We suppose that P ( k ) is true for all k < n , and we prove P ( n ) . Let g be any polynomial in R [ x ] .

If deg ( g ) < m = deg ( f ) , then the pair ( q , r ) = ( 0 , g ) is an answer.

Suppose that deg ( g ) m . Write g = a n x n + a n 1 x n 1 + + a 0 , with deg ( g ) = n m and a i R , i = 0 , , n .

The polynomial g 1 = g a n x n m f R [ x ] satisfies deg ( g 1 ) < n . We can then apply to it the induction hypothesis:

g 1 = q 1 f + r , q 1 R [ x ] , r R [ x ] , deg ( r ) < deg ( f ) .

Then g = ( a n x n m + q 1 ) f + r .

If we write q = a n x n m + q 1 , then q [ x ] and g = fq + r , ( q , r ) [ x ] 2 , deg ( r ) < deg ( f ) . The pair ( q , r ) is an answer, and the induction is done.

In particular, if g , f [ x ] , and g = fq , the unicity of the Euclidean division in [ x ] and the preceding result shows that q [ x ] .

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