Suppose that A is an n by n Matrix and there exist matrix B such that BA=Identity. Show that A is invertible! My attempt is to use linear mapping associated with a matrix L_A (x)=Ax and L_AB (x)=L_A L_B
Please help.
Suppose that A is an n by n Matrix and there exist matrix B such that BA=Identity. Show that A is invertible! My attempt is to use linear mapping associated with a matrix L_A (x)=Ax and L_AB (x)=L_A L_B
Please help.
Without invoking determinants, assume that there exists a square matrix $B \in M_n(\mathbb{F})$ such that $BA = I_n$. By considering the linear maps associated to $B,A$, we get $L_B \circ L_A = \operatorname{id}|_{\mathbb{F}^n}$. This implies that $L_A$ is one-to-one (for $L_A(\vec{x}) = \vec{0} \implies \vec{x} = L_B(L_A(\vec{x})) = L_B(\vec{0}) = \vec{0}$) and then, by the rank-nullity theorem, $L_A$ is also onto. .
Let $BA=I$. By multiplying from the right by elementary matrices I can always column reduce $A$ to, say, $A'$ and get $BA'=P$. $P$, as a product of elementary matrices is invertible and hence has no zero column. This implies that $BA'$ has no zero column, which implies that $A'$ has no zero column, hence $A'=I$. This means that $P$ is the right inverse of $A$, and $AP=I$. Finally, $B=BI=BAP=IP=P$ and hence $A$ is invetible.