Consider a general system $AX=B$ of m linear equations in n unkons, where m and n are not necessarily equal. The coefficient matrix $A$ may have a left inverse $L$, a matrix such that $LA=I_n$. If so we may try to solve the system as follows: $$AX=B, LAX=LB, X=LB$$
But when we try to check our world by running the solution backward, we run into trouble: If $X=LB$ then $AX=ALB$. We seem to want L to be a right inverse, which isn't what was given.
Exactly what does the sequence of steps made above show? What would the existence of a right inverse show?