Let A be an m × n matrix that is the sum of k matrices of rank 1.
Prove that rank(A) ≤ k.
I have learned this proof the other way around (given the fact that rank(A)=k, prove that A can be written as the sum of k matrices of rank 1). But I don't know how to tackle this question.
I know that the rank is the dimension of row(A), so that the matrices with rank 1 have a basis for their row space that consists of 1 vector. In addition, each row is in the row space of the matrix.
Can somebody help me further with this?