Exercise 4.3.23

Answers

1.
We prove that rank(A) k first. If rank(A) = n, then the matrix A has nonzero determinant and hence the interger k should be n. Now if rank(A) = r < n, we prove by contradiction. If k >rank(A), we can find a k × k submatrix B such that the determinant of it is not zero. This means the set
S = {v1,v2,vk}

of columns of B is independent. Now consider the k × n submatrix C of A obtained by deleting those rows who were deleted when we construct B. So S is a subset of the set of columns of C. This means

k rank(C) min {n,k} = k

and hence rank(C) = k. So this also means that the set of the k rows of C independent. And thus the matrix A contains k independent rows and hence rank(A) k, a contradiction.

Conversely, we construct a r × r submatrix of A, where r is rank(A), to deduce that rank(A) k. Since rank of A is r, we have r independent rows, say u1,u2,,ur. Let D be the r × n submatrix such that the i-th row of D is ui. Since the set of rows of D is independent, we have that

r D min {r,n} = r

and hence rank(D) = r. Similarly we have w1,w2,,wr to be the r independent columns of D. And si-similarly we can construct a r × r matrix E such that the i-th column of E is wi. Since E is a r × r matrix with r independent rows, we have rank(E) = r. This complete the proof.

2.
See the second part of the previous exercise.
User profile picture
2011-06-27 00:00
Comments