Exercise 4.5.16

Answers

Fixed an alternating n-linear function δ. Let k be the value of δ(I). We want to chaim that

δ(M) = kdet (M).

First we know that if M has rank less than n, then δ(M) = 0 = det (M) by Corollary 2 after Theorem 4.10. So the identity holds. Second if M is full-rank, we can write M = EsE2E1I as product of elementary matrices and identity matrix I. And it’s lucky now I can copy and paste the text in Exercise 4.5.12.

This time we will claim that

δ(EA) = det (E)δ(A)

for all elementary matrix E and all matrix A. First, if E is the elementary matrix of type 1 meaning interchangine the i-th and the j-th rows, we have EM is the matrix obtained from A by interchanging the i-th and the j-th rows. By Theorem 4.10(a) we know that

δ(EM) = δ(A) = det (E)δ(A).

Second, if E is the elementary matrix of type 2 meaning multiplying the i-th row by a scalar k, we have EM is the matrix obtained from M by multiplying the i-th row by scalar k. Since the function δ is n-linear, we have

δ(EM) = (A) = det (E)δ(A).

Finally, if E is the elementary matrix of type 3 meaning adding k times the i-th row to the j-th row, we have EM is the matrix obtained from M by adding k times the i-th row to the j-th row. By Corollary 1 after Theorem 4.10, we have

δ(EM) = δ(A) = det (E)δ(A).

This completes the proof since

δ(M) = δ(EsE2E1I) = det (Es)det (E2)det (E1)δ(I)
= kdet (Es)det (E2)det (E1) = kdet (M).
User profile picture
2011-06-27 00:00
Comments