I am struggling with proving the theorem that if $A$ and $B$ are $n\times n$ matrices, then:
$$\operatorname{rank}(AB)\leq \operatorname{rank}(B)$$
Could anyone suggest me a hint? Any help is greatly appreciated, thank you very much.
I am struggling with proving the theorem that if $A$ and $B$ are $n\times n$ matrices, then:
$$\operatorname{rank}(AB)\leq \operatorname{rank}(B)$$
Could anyone suggest me a hint? Any help is greatly appreciated, thank you very much.
Every row of $AB$ is a linear combination of the rows of $B$. Therefore, the dimension of the row space of $AB$ cannot be bigger than the dimension of the row space of $B$.
To see that every row of $AB$ is a linear combination of the rows of $B$, just look at how matrix multiplication is done: the $k$th row of $AB$ is $A_k B$ where $A_k$ is the $k$th row of $A$. There are as many scalars in that row as there are rows of $B$. The $\ell$th entry in the row $A_k$ gets multiplied by the $\ell$ row of $B$, and then those get added up from $\ell=1$ to $\ell=$ the number of rows of $B$.