Let $A$ be a $5\times5$ matrix that can be written in the form $A=BC$, where $B$ is a $5 \times 4$ matrix and $C$ is a $4 \times5$ matrix. Prove that $A$ is not invertible.
Asked
Active
Viewed 50 times
-2
-
2Have you tried anything? A good start might be to see if $A$ has a non-trivial null space.... – Jan 17 '14 at 21:19
-
@T.Bongers you mean that $Ax=0$ has only solution $x=0$? – user121819 Jan 17 '14 at 21:21
-
No he means that there is a non zero $x$ such that $Ax=0$ – voldemort Jan 17 '14 at 21:22
1 Answers
0
Note that the rank inequality for products give us that $rank(A) \leq rank(B)$.
Now, $B$ can have rank $4$ at most- do you see why?
So, $rank(A) < 5$ hence $A$ is not invertible

voldemort
- 13,182
-
-
Note that column space of $A$ is contained in column space of $B$. So rank $A \leq rank(B)$ – voldemort Jan 17 '14 at 21:24
-
This will help: http://math.stackexchange.com/questions/48989/how-to-prove-textrankab-leq-min-textranka-textrankb – voldemort Jan 17 '14 at 21:25