A thread I saw recently has led me to believe that this is not a valid proof of the fact that for matrices $A$ and $B$, $AB=I\implies BA=I$.
Suppose $AB=I$. Then
$$A^{-1}AB=A^{-1}I$$
$$B=A^{-1}$$
$$BA=A^{-1}A$$
$$BA=I$$
what step is wrong in this? I assume $A$ has an inverse because $\det A\det B=\det AB=\det I=1$, so $\det A\neq 0$.
It is correct since the existence of a left inverse of a square matrix follows from the existence of a right inverse.
– Hasan Saad Jun 27 '15 at 23:43As for OP, the proof here is that if $AB=I$ then $BA=I$ and this proof is completely valid. However, this "proof" misses the gist of the subject which is all about proving the existence of $A^{-1}$ first. If it were proved before, then this proof is perfectly valid.
– Hasan Saad Jun 28 '15 at 00:47