If a matrix has linearly independent columns, does it automatically have a left inverse

linear algebramatrices

If a matrix has linearly independent columns, does it automatically have a left inverse?

So I know the opposite is true. That is, if a matrix has a left inverse, that means that the columns of the matrix are linearly independent. Was wondering if a matrix has linearly independent columns, does that automatically mean it has a left inverse?

Thanks!

Best Answer

Suppose $A$ is an $m \times n$ matrix with linearly independent columns. Let $L_A$ be the linear transformation defined by $L_A(x) = Ax$. Because the columns of $A$ are linearly independent, the null space of $L_A$ is trivial. Hence, $L_A$ is one-to-one. It follows that $L_A$ has a left inverse $K:R(A) \to \mathbb R^n$. Although the linear transformation $K$ is only defined on a subspace of $\mathbb R^m$, it can be extended to a linear transformation $T:\mathbb R^m \to \mathbb R^n$. This linear transformation $T$ also satisfies $$ T \circ L_A = I $$ where $I$ is the identity transformation on $\mathbb R^n$. Finally, if $M$ is the matrix representation of $T$ (with respect to the standard bases of $\mathbb R^m$ and $\mathbb R^n$) then $$ M A = I. $$