So I'm complete stuck with something. I know it the following statements are true (or at least the seem to be from the results that I got from messing around with it a bit on MATLAB), but I don't understand why they are true or how to show so. Let $A$ be and $m$X$n$ matrix. Show that:
a) if $x \in N(A^TA)$ then $Ax$ is in both $R(A)$ and $N(A^T)$.
For this one I messed around with it with my own examples and I got $Ax=0$, therefore satisfing the statement, but I don't understand what's actually going on.
b) $N(A^TA)=N(A)$
again, makes sense when I see the results in MATLAB, but don't undestand why it works.
c) $A$ and $A^TA$ have the same rank
d) If $A$ has linearly independent columns, the $A^TA$ is nonsingular.
For the last two I have no idea on how to even start showing the relationship. I feel like I'm missing some crucial relationship between $A$ and $A^TA$, but I'm just not seeing it.
I would greatly appreciate any help of sugestions on how to show that these statements are true.
Thank you very much.