Exercise 2.7.5 (Complete factorization)

With the assumptions and notation of the preceding problem, prove that if the degree of f ( x ) is j , then q ( x ) is a constant and can be taken as the leading coefficient of f ( x ) .

Answers

Note: A polynomial q ( x ) such that f ( x ) ( x a 1 ) ( x a j ) q ( x ) ( mod p ) , where j = deg ( p ) may be a non constant polynomial. For instance

x 2 3 x + 2 = ( x 1 ) ( x 2 ) ( x 1 ) ( x 2 ) ( 1 + 5 x 7 ) ( mod 5 ) .

Here q ( x ) = 1 + 5 x 7 and deg ( q ) = 7 > 0 . So we must interpret the question: it is possible to find such a polynomial q verifying deg ( q ) = 0 .

Proof. It is hard to reason with congruences in . I prefer here to use the field 𝔽 p = pℤ with p elements, and write f ¯ 𝔽 p [ x ] the reduced polynomial of f : if f ( x ) = i = 0 d a i x i then f ¯ ( x ) = i = 0 d [ a i ] p x i 𝔽 p [ x ] .

The result of problem 4 gives:

If f ¯ 𝔽 p [ x ] satisfies f ¯ ( a 1 ¯ ) = f ¯ ( a 2 ¯ ) = = f ¯ ( a j ¯ ) = 0 (where the a i ¯ = [ a i ] p 𝔽 p are distinct), then there exists q ¯ 𝔽 p [ x ] such that

f ¯ ( x ) = ( x a 1 ¯ ) ( x a j ¯ ) q ¯ ( x ) .

(This result is true if we replace 𝔽 p by any field.)

We suppose that c is the leading coefficient of f , and that p c , so that j = deg ( f ) = deg ( f ¯ ) .

Then j = deg ( f ( x ) ) = deg ( ( x a 1 ¯ ) ( x a j ¯ ) q ¯ ( x ) ) = j + deg ( q ¯ ) , thus deg ( q ¯ ) = 0 , so q ¯ = c ¯ 𝔽 p , and

f ¯ ( x ) = c ¯ ( x a 1 ¯ ) ( x a j ¯ ) .

Therefore f ¯ ( x ) = c ¯ x j + , so c ¯ is the leading coefficient of f ¯ ( x ) . We can choose c such that [ c ] p = c ¯ and c is the leading coefficient of f .

To conclude, if deg ( f ) = j , and c is the leading coefficient of f , where p c , then f ( a 1 ) f ( a j ) 0 ( mod p ) , a i a j ( mod p ) if i j , imply

f ( x ) c ( x a 1 ) ( x a j ) ( mod p ) .

User profile picture
2024-09-02 11:49
Comments