I want to prove the following:
The linear system $Bx = b$ is consistent $\iff$ $BB^Tx = b$ is consistent ($B$ is $m \times n$ matrix)
$\Leftarrow$ is trivial, OK. But I have no idea, how to prove $\Rightarrow$.
I know, that if $Bx = b$ is consistent then if $p$ is a string of properly length such as $pB = 0$ then $pb = 0$. And I think that the idea of the proof should be: $pBB^T = 0 \rightarrow pB=0 \rightarrow pb = 0$ but I failed to prove the first $\rightarrow$.
If rank of $B$ is $n$ then indeed $pBB^T = 0 \rightarrow pB = 0$ (otherwise the non trivial linear combination of columns gives a zero vector which isn't possible).
But if $\operatorname{rank}B \neq n$?
Could you please give me any hints?
Thanks in advance!
Oh, I seem to have managed to think up a proof: