4

Let $A\in M_{m \times n}$ and $B\in M_{n \times k}$. Prove that

$$Rank(AB)\geq Rank(A)+Rank(B)-n.$$

I have tried to use $Im(AB) \subseteq Im(B)$ but that lead me to nowhere, how should I approach this prove?

Irddo
  • 2,317
gbox
  • 12,867

1 Answers1

1

See here for a simple proof (also my favorite one), based on the facts:
(1)Generalized elementary transformation does not change the rank of a matrix.
(2).$$r\begin{pmatrix} A & C \\ 0 & B \end{pmatrix}\ge r(A)+r(B)$$

Vim
  • 13,640