2

I have searched through the Internet for a proof, but didn't find anything. Can someone give me a full proof of this:

let $a,b$ be matrix $nxn$, prove:

$rank(a+b) ≤ rank(a) + rank(b)$

kicklog
  • 183

1 Answers1

8

Let $x_1,\ldots, x_m$ be a basis of the rowspace of $a$ and $y_1,\ldots, y_n$ be the basis of the rowspace of $b$. If every row of $a+b$ can be written as a linear combination of $x_1,\ldots,x_m,y_1,\ldots, y_n$ then $rk(a+b)\leq m+n=rk(a)+rk(b)$. But that's obvious.

user9077
  • 1,811