Exercise 4.3.22

Answers

1.
We have that
{ T(1) = 1e1 + 1e2 + + 1en+1 T(x) = c0e1 + c1e2 + + cnen+1 = T(xn) =c0ne1 + c1ne2 + + cnnen+1,

where {e1,e2,,en+1} is the standard basis for 𝔽n+1. So we get the desired conclusion.

2.
By Exercise 2.4.22 T is isomorphism and hence invertible. So the matrix M is also invertible and hence det (M)0.
3.
We induction on n. For n = 1, we have det (1c0 1c1 ) = (c1c0). Suppose the statement of this question holds for n = k 1, consider the case for n = k. To continue the proof, we remark a fomula first below.
xk yk = (x y)(xk1 + xk2y + + yk1)

For brevity we write

p(x,y,k) = xk1 + xk2y + + yk1.

Now to use the induction hypothesis we can add 1 time the first row to all other rows without changing the determinant.

det (1c0c02c0n 1c1c12c1n 1cncn2cnn )
= det (1 c0 c02 c0n 0c1 c0(c1 c0)p(c1,c0,2)(c1 c0)p(c1,c0,n) 0cn c0(cn c0)p(cn,c0,2)(cn c0)p(cn,c0,n) )
= j=1n(c j c0)det (1p(c1,c0,2)p(c1,c0,n) 1p(cn,c0,2)p(cn,c0,n) )

Now we write ei = (c1i,c2i,,cni)t for i = 0,1,n 1. So the determinant of the last matrix in the equality above can be written as

det (e0e1 + c0e0e2 + c0e1 + c02e 1en1 + c0en2 + + c0n1e 0 )
= det (e0e1e2 + c0e1en1 + c0en2 + )
= det (e0e1e2en1 + c0en2 + )
= = det (e0e1e2en1 ) .

And by induction hypothesis, the value of it would be

1ijn(cj ci).

Combining the two equalities above, we get the desired conclusion.

User profile picture
2011-06-27 00:00
Comments