PDA

View Full Version : Rank(a) = min(k)


brru25
Oct26-09, 10:15 PM
If A is a matrix in Mn(F), show that rank(A) = min(k: A = A1 + ... + Ak, rank(Ai) = 1, Ai in Mn(F) for every i between 1 and k.

Hurkyl
Oct26-09, 10:52 PM
Sounds like a homework problem. Have you worked on it at all? What lines of attack have you come up with, and where'd you get stuck? What sort of theory might be applicable to the problem?

brru25
Oct27-09, 03:18 PM
Well I was thinking on the lines of rank-nullity theorem but I didn't see how that would apply here. I was also thinking of assuming each A_i was a matrix of entirely zero except for one row (or column), of which has only one entry of 1....e.g.

|0 0 0 0|
|0 0 0 0|
|1 0 0 0|
|0 0 0 0|

Each A_i would have to be distinct. I tried an example using three 3x3 matrices and got:

A = A_1 + A_2 + A_3 = I =

|1 0 0|
|0 0 0| +
|0 0 0|

|0 0 0|
|0 1 0| +
|0 0 0|

|0 0 0|
|0 0 0|
|0 0 1|

All matrices have rank 1 (I believe) and the matrix A would thus have rank 3.

How to show that rank(A) = the smallest possible k is tripping me up though.