27. Further properties of determinants

27. Further properties of determinants

Recall that ( a b c d ) is invertible if and only if its determinant a d - b c is nonzero. We'll prove the analogue of this for n -by- n matrices.

Theorem:

Let A be an n -by- n matrix. Then A is invertible if and only if det ( A ) 0 .

We'll also prove the following:

Theorem:

det ( A B ) = det ( A ) det ( B ) .

Proof of the invertibility criterion

Recall that A is invertible if and only if its reduced echelon form (say A r e d ) is the identity matrix. To get from A to A r e d , we used some row operations. The effect of these on the determinant is:

  • (type I) determinant unchanged,

  • (type II) determinant rescaled by a nonzero factor,

  • (type III) determinant switches sign.

Therefore det ( A ) differs from det ( A r e d ) by a nonzero factor. In particular, det ( A ) 0 if and only if det ( A r e d ) 0 .

If A is invertible, det ( A r e d ) = det ( I ) = 1 , so det ( A ) 0 .

If A is not invertible, A r e d has a row of zeros ( A r e d is a square matrix in reduced echelon form, so if every row is nonzero then the leading entries have to go along the diagonal, and you get A r e d = I ; but we're assuming A is not invertible). Since A r e d has a row of zeros, det ( A r e d ) = 0 , so det ( A ) = 0 too.

Proof of multiplicativity of the determinant

We first prove det ( A B ) = det ( A ) det ( B ) in the case where A is an elementary matrix.

  • If A = E i j ( λ ) then A B is obtained from B by R i R i + λ R j , so det ( A B ) = det ( B ) (such a row operation doesn't change the determinant). We also have det ( A ) = 1 , so we can verify the formula det ( A B ) = det ( A ) det ( B ) in this case just by calculating both sides.

  • If A = E i ( λ ) then A B is obtained from B by R i λ R i , so det ( A B ) = λ det ( B ) . We also have det ( A ) = λ , so again we can verify the formula just by computing both sides.

This shows that det ( A B ) = det ( A ) det ( B ) whenever A is an elementary matrix.

By induction, we can now show that det ( A B ) = det ( A ) det ( B ) whenever A is a product of elementary matrices, in other words whenever A is an invertible matrix.

If A is not invertible, then det ( A ) = 0 (by the previous theorem) so to verify the formula in this case, we need to prove that det ( A B ) = 0 . Suppose for a contradiction that det ( A B ) 0 . Then A B is invertible. But if A B is invertible then B ( A B ) - 1 is an inverse for A : A ( B ( A B ) - 1 ) = A B ( A B ) - 1 = I . This gives a contradiction, so we deduce that det ( A B ) = 0 .

We have now checked the formula for all possible matrices A , which proves the theorem.