A matrix A is said to be invertible if there exists a matrix $A^{-1}$ such that $A\cdot A^{-1} = I$.
Given that we find a matrix (call it $A^{-1}$) such that $A\cdot A^{-1} = I$, I'm wondering why it is enough to stop here and not check whether $A^{-1}\cdot A = I$ as well. Any hints?