I'm trying to prove a pretty simple problem - commutativity of multiplication of matrix and its inverse.
But I'm not sure, if my proof is correct, because I'm not very experienced. Could you, please, take a look at it?
My proof:
- We know, that $AA^{-1}=I$, where $I$ is an identity matrix and $A^{-1}$ is an inverse matrix.
- I want to prove, that it implies $AA^{-1}=A^{-1}A$
\begin{align} AA^{-1}&=I\\ AA^{-1}A&=IA\\ AX&=IA \tag{$X=A^{-1}A$}\\ AX&=A \end{align} At this point we can see, that $X$ must be a multiplicative identity for matrix $A \Rightarrow X$ must be an identity matrix $I$.
\begin{align} X = A^{-1}A &= I\\ \underline{\underline{AA^{-1} = I = A^{-1}A}} \end{align}