Consider an m×n matrix A (with m rows, n columns) of rank r. What relations between m, n and r are necessary and sufficient for the existence of:
1) a right inverse B such that AB=I
2) a left inverse C such that CA=I
3) prove that B=C when both inverses exist.
EDIT
Some of my work:
First suppose that AB = I. Then B must be nxm.
If n$\ne m$, then
$$A_{mxn} *B_{nxm}(x) = I_{mxm}(x)$$ $$=x$$ => $AB_{mxm}$ has full rank = m, and trivial null-space, by the Rank-Nullity Theorem.
Then (AB) has m linearly-independent rows (and columns, since row-rank = column-rank).
Similar argument for 2).
What more can I say?
Any hints or solutions are welcome.
Thanks,