Suppose $A$, $B$, $C$ are $n\times n$ matrices. $A'$ denotes the transpose of $A$. $CAA'=BAA'$. How to prove $CA=BA$?
How to prove $CAA^t=BAA^t$ implies $CA=BA$?
1
$\begingroup$
matrices
-
0Show that the kernel on the left of AA' equals the kernel on the left of A. – 2011-11-16
-
5May I suggest answering your own question, if you've truly gotten it? – 2011-11-16
-
0@Phira would you mind answering? I would be interested. – 2012-07-17
1 Answers
4
The given equation $(C-B)AA'=0$ means that each row of the matrix $C-B$ is in the left kernel of $AA'$. The desired equation $(C-B)A=0$ means that each row of the matrix $C-B$ is in the left kernel of $A$. So, I want to show that the (left) kernel of the matrix $AA'$ is already the (left) kernel of the matrix $A$.
Suppose the vector $v$ is in the left kernel of $AA'$, i.e. $$vAA'=0$$ which implies $$vAA'v'=0=(vA)\cdot (vA)'=\|vA\|^2$$ (where $v'$ is the transpose of the vector $v$).
So, $vA$ is already the zero vector and therefore, $v$ is in the left kernel of $A$.