Let $A, B ∈ M_{m×n}(F)$. Could someone give a hint as to how to prove that $$\operatorname{rank}(A + B) ≤ \operatorname{rank}(A) + \operatorname{rank}(B).$$
Asked
Active
Viewed 875 times
0
-
Hint is here here – Stano May 09 '13 at 07:07
-
possible duplicate of Rank of the difference of matrices. Actually Prove that $\def\rk{\operatorname {rank}}\rk (A)+\rk(B)\geq\rk(A+B)$ is better as duplicate – Marc van Leeuwen May 09 '13 at 17:24
2 Answers
5
You can view it in terms of linear maps associated to matrices. Let $f_A, f_B$ the linear maps associated to $A$ and $B$ in some fixed basis. Then, it suffices to prove that $$\operatorname{Im}(f_A+f_B)\subseteq \operatorname{Im}(f_A)+\operatorname{Im}(f_B)$$ but this is clearly true, since
$$(f_A+f_B)(x)=f_A(x)+f_B(x)\in\operatorname{Im}(f_A)+\operatorname{Im}(f_B)$$ for every vector $x$.
Federica Maggioni
- 8,632
-
-
@YosefQian $x\in F^n$ and $f_A(x)=A\cdot x$ (matrix product) – Federica Maggioni May 09 '13 at 17:54
4
Hints:
- $rank(A)=\dim\,im(A)=\dim\{Ax\,\mid\,x\in F^n\}$
- $im(A+B)\subseteq im(A)+im(B)$
- $\dim(U+V)\le\dim U+\dim V$.
Berci
- 92,013