$A$ is a $n\times n$ matrix and there exists a unique matrix $B$ such that $AB=I_n$. Prove that $BA=I_n$ and $B=A^{-1}$.
I have no idea how $BA=I_n$ and $AB=I_n$, one implies another. Please help me to solve.
$A$ is a $n\times n$ matrix and there exists a unique matrix $B$ such that $AB=I_n$. Prove that $BA=I_n$ and $B=A^{-1}$.
I have no idea how $BA=I_n$ and $AB=I_n$, one implies another. Please help me to solve.
Since $AB=I$ and they are square matrixes, then they both are invertible (various arguments can be done if needed). What we can suppose going wrong is that the left inverse is different from the right inverse. Let us suppose that the right inverse of $A$ is $C$ which means $CA=I$. Then start from \begin{equation} BA=I \end{equation} Simply multiply both term rightly with $A$ and get $$ABA=A$$ than left-multiply with $C$ and obtain \begin{equation} CABA=CA \end{equation} But since $CA=I$ last equation lead to \begin{equation} BA=I \end{equation} As corollary we obtain that $A^{-1}=C=B$.