Let $A,B$ be $m\times m$ matrices such that $AB$ is invertible. Show $A,B$ invertible.

2.2k Views Asked by At

Let $A,B$ be $m\times m$ matrices such that $AB$ is invertible. Show $A,B$ invertible.

Here is what I have attempted:

We have $AB$ invertible so there exists an $m\times m$ matrix $C$ such that $C(AB)=(AB)C=I_{m}$. Since matrix multiplication is associative we immediately have a right and left inverse respectively: $(CA)B=A(BC)=I_{m}$. I know the fact that I have square matrices needs to play a roll and gaurentees me that the product will be, in general, defined. I have tried to multiply $CA$ and $BC$ on other sides but that didn't get me anywhere.

I've asked myself what would happen if they weren't square and its obvious, by definition, that they would not be invertible but I am not seeing a way to use the fact that they are to gaurentee ourselves a general inverse.

3

There are 3 best solutions below

0
On BEST ANSWER

Okay, so I figured this out.

We have a left and right inverse for our matrices $B$ and $A$ respectively. Since $A,B$ both correspond to linear transformations from a space of dimension n to another of dimension n we know that they are functions which possess a right and left inverse respectively, and thus are onto and one-to-one respectively. Therefore they are both one-to-one and onto since having one property gives the other when we are dealing with vector spaces of finite and equal dimension. Since $A,B$ both correspond to invertible transformations we know they are invertible. Q.E.D.

0
On

Recall that a linear map $M$ can only lower the dimension of a subspace. By this I mean that if $V \subset \mathbb R ^m$ has dimension $n$ then $M(V)$ has dimension at most $n$.

Recall a matrix is invertible if and only if it has full rank, if and only if its null-space is empty, if and only if it is surjective, if an only if the image of the whole space has maximum dimension.

Since $AB \colon \mathbb R ^m \to \mathbb R ^m$ is invertible we have $AB(\mathbb R ^m) = \mathbb R ^m$. Then if $B$ is non-invertible it is not surjective so $B(\mathbb R ^m)$ has dimension less than $m$, and so $AB(\mathbb R ^m) = A(B(\mathbb R ^m))$ has dimension less than $m$, a contradiction. If $A$ is non-invertible but $B$ is then $AB(\mathbb R ^m) = A(\mathbb R ^m)$ has dimension less than $m$, again a contradiction.

0
On

$AB$ is invertible so $\det(AB)\neq 0$. We have $\det(AB)=\det(A)\det(B)$; since it is nonzero it follows that neither $\det(A)$ or $\det(B)$ are zero, so $A$ and $B$ are both invertible.