Exercise 2.4.1

Let M be the n × n matrix appearing on the right-hand side of the Vandermonde formula given in Proposition 2.4.5. Prove that (2.32) follows from the fact that M and its transpose both have determinant Δ .

Answers

Proof. Let a 1 , a 2 , , a n be elements of a field F , and

A n = ( 1 1 1 a 1 a 2 a n a 1 2 a 2 2 a n 2 a 1 n 1 a 2 n 1 a n n 1 )

We show by induction on n , n 2 that

det ( A n ) = 1 i < j n ( a j a i ) .

det ( A 2 ) = | 1 1 a 1 a 2 | = a 2 a 1 = 1 i < j 2 ( a j a i ) .

Suppose that this formula is true for the integer n 1 , n 3 . We will show that it is true for the integer n .

If there exists a pair ( i , j ) , i j such that a i = a j , then two columns in A n are identical, so det ( A n ) = 0 = 1 i < j n ( a j a i ) .

We can so suppose that the a i , 1 i n are distinct.

Let the polynomial P F [ X ] given by

P = ( 1 1 1 1 a 1 a 2 a n 1 X a 1 2 a 2 2 a n 1 2 X 2 a 1 n 1 a 2 n 1 a n 1 n 1 X n 1 )

Then det ( A n ) = P ( a n ) , and P ( a 1 ) = P ( a 2 ) = = P ( a n 1 ) = 0 . As a 1 , a 2 , , a n 1 are distinct roots of P , with deg ( P ) = n 1 , P is factored as

P = k ( X a 1 ) ( X a n 1 ) , k F ,

where k is the coefficient of X n 1 in P , so k is the cofactor of X n 1 in det ( P ) : so

k = det ( A n 1 ) = 1 i < j n 1 ( a j a i )

by the induction hypothesis.

Therefore

det ( A n ) = P ( a n ) = 1 i < j n 1 ( a j a i ) i = 1 n ( a n a i ) = 1 i < j n ( a j a i ) ,

which completes the induction.

The matrix

B n = ( a 1 n 1 a 2 n 1 a n n 1 a 1 a 2 a n 1 1 1 )

is obtained from A n by n ( n 1 ) 2 transpositions of rows : n 1 to put the last row in first position, then n 2 to put which is now the last row in second position, and so on.

Thus det ( B n ) = ( 1 ) ( n ( n 1 ) ) 2 det ( A n ) .

As the number of factors in 1 i < j n ( a j a i ) is n ( n 1 ) 2 ,

1 i < j n ( a j a i ) = ( 1 ) ( n ( n 1 ) ) 2 1 i < j n ( a i a j ) .

Consequently,

det ( B n ) = 1 i < j n ( a i a j ) .

Applying this result in the field F ( x 1 , , x n ) , we obtain that

Δ = 1 i < j n ( x i x j ) = | x 1 n 1 x 2 n 1 x n n 1 x 1 n 2 x 2 n 2 x n n 2 x 1 x 2 x n 1 1 1 |

If A = ( x 1 n 1 x 2 n 1 x n n 1 x 1 n 2 x 2 n 2 x n n 2 x 1 x 2 x n 1 1 1 ) , then A t = ( x 1 n 1 x 1 n 2 x 1 1 x 2 n 1 x 2 n 2 x 2 1 x n 1 n 1 x n 1 n 2 x n 1 1 x n n 1 x n n 2 x n 1 )

thus

Δ = det ( A ) 2 = det ( A t A ) = | s 2 n 2 s 2 n 3 s n s n 1 s 2 n 3 s 2 n 4 s n 1 s n 2 s n s n 1 s 2 s 1 s n 1 s n 2 s 1 s 0 |

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