Let $A$ be an $m\times n$ matrix with $m\ge0$. Prove that if the rank of $A$ equals $n$, $A^TA$ is invertible.
Hint: prove that $A$ and $A^TA$ have the same kernel.
Let $A$ be an $m\times n$ matrix with $m\ge0$. Prove that if the rank of $A$ equals $n$, $A^TA$ is invertible.
Hint: prove that $A$ and $A^TA$ have the same kernel.
Here's a hint for how to prove the hint ;)
Suppose $v$ is in the kernel of $A^TA$. This means that $A^TAv = 0$, and so $v^TA^TAv = (Av)\cdot(Av)=0$.
Can you take it from there?
EDIT: More explicit help, as requested.
From above we have that if $v\in\ker A^TA$, then $(Av)\cdot (Av) =0$. This means that $\|Av\|^2 = 0$, which is possible only when $Av = 0$. Therefore $\ker A^TA \subset \ker A$.
The other direction is easy: if $w\in \ker A$, obviously $w\in \ker A^TA$.
Therefore $A$ and $A^TA$ have the same kernel, or more importantly, that their kernels have the same dimension. By the rank-nullity theorem, the kernel of $A$ has dimension $n-n=0$, so the kernel of the square matrix $A^TA$ has dimension 0. This means that it is invertible.