left inverse and right inverse of matrices

381 Views Asked by At

If $A \in R^{m×n}$ has a left inverse, $A^{T}$ has a right inverse. How I can prove this property? I hope someone can help me.

2

There are 2 best solutions below

0
On BEST ANSWER

Let $L$ be the left inverse of $A$. Then

$$LA=I.$$

Now transpose the equation $A^TL^T=I^T$.

0
On

If $B$ is a left inverse of $A$, then $B^T$ is a right inverse of $A^T$, because$$A^TB^T=(BA)^T=\operatorname{Id}^T=\operatorname{Id}.$$