How to prove $\operatorname{rank}{(AB)} = \operatorname{rank}{A}$ given that $A$ is any $m \times n$ matrix, and $B$ is is any $n\times k $ matrix where $\operatorname{rank}{(B)}=n$ ?
It is a property of rank, written on Wikipedia.
EDIT
I'm sorry there is a typo, it should be $\operatorname{rank}{(AB)} = \operatorname{rank}{A}$ but I wrote $\operatorname{rank}{(AB)} \le \operatorname{rank}{A}$
Let $V \to_B W \to_A U$ be the composition of two linear maps $A \circ B:V \to U$, otherwise known as $AB$ (multiplying matrices.) Notice that $\mathrm{Rank}$ is just the dimension of the image. From this, notice that $\ker B \subset \ker A \circ B$, since if $B(v)=0$, then certainly $A \circ B(v)=0$. It follows that $\dim \ker B \leq \dim \ker A \circ B$, and rank nullity implies the result.