Prove rank(AP) = rank(A) if P is an invertible n × n matrix and A is any m × n matrix?

6.5k Views Asked by At

enter image description here

I know how to prove enter image description here

enter image description here

But what about we have different size of AP matrix?

2

There are 2 best solutions below

2
On BEST ANSWER

This follows from the fact that $\operatorname{rank}(X) = \operatorname{rank}(X^T)$ for all matrices $X$. Hence $$ \operatorname{rank}(AP) = \operatorname{rank}((AP)^T)=\operatorname{rank}(P^TA^T)=\operatorname{rank}(A^T)=\operatorname{rank}(A), $$ since $P^T$ is invertible, and because of what you already know.

0
On

We can use the result $\mathrm{rank}(AB)\leq\mathrm{min}\{\mathrm{rank}(A),\,\mathrm{rank}(B)\}$ as follows:

$\mathrm{rank}(A) = \mathrm{rank}(A\underbrace{PP^{-1}}_{=I}) \leq \mathrm{rank}(AP) \leq \mathrm{rank}(A).$

Thus $\mathrm{rank}(AP) = \mathrm{rank}(A).$