In a part of proof for least squares problems it is written:
We note that if $A^{*}A$ is singular, then $A^{*}Ax=0$ for some nonzero $x$, implying $x^{*}A^{*}Ax=0$(based on theorem 1).
Theorem 1: Given $A \in C^{m \times n}$ with $m \geq n$ show that $A^{*}A$ is non-singular if and only if $A$ has full rank.
Thus $Ax = 0$, which implies that A is rank-deficient.
I kind of understood this proof for the theorem $1$. But I don't know if I misunderstood something. From $x^{*}A^{*}Ax=0$, can we really conclude $Ax=0$? How?
Thank you.