I am studying the theorem that states that the row rank of a matrix is the same as the column rank. I understood the proof and managed to use it in specific examples using a matrix.
I am now, trying to find an informal proof/explanation about the fact that row rank=columns rank but I am not sure what is suppose to do by given an informal proof or explanation.
Can anyone help me on this or show me where can I find more about this topic?
Thanks
Here is a simple conceptual proof.
1) Row operations do not change the row rank.
I think you already believe this so I offer no proof.
Simpler in fact is:
2) Column operations do not change the row rank.
This is because if you think of the rows as vectors the column operations are just changing the representation of these vectors to another basis, but the linear relations stay the same.
Similarly
3) Column operations do not change the column rank.
4) Row operations do not change the column rank.
So both row and column rank are unchanged by the row and column operations.
Using both row and column operations any matrix can be reduced to
$$\begin{pmatrix} 1&0&0&0&0\\ 0&1&0&0&0\\ 0&0&1&0&0\\ 0&0&0&0&0\\ 0&0&0&0&0\\ \end{pmatrix}$$
Clearly the row and column ranks of such a matrix are equal.