For $ A \in M_{m \times n}(\mathbb{R})$, does $\ker(A)$ relate to $\ker(A^T) $? And if so, what would be the connection? I wouldn't imagine there being any without additional conditions on $A$ (like symmetry or something), but I'm not sure.
To provide some context, I'm trying to show that if $Ax = 0_m $ has a unique solution $x \in \mathbb{R^n}$, i.e. $\ker(A) = \{0_n\}$, then the matrix $A^TA$ is invertible. I reasoned that $Ax=0_m$ having a unique solution will not necessarily yield $\ker(A^TA) = \{0_n\}$ as $\ker(A^T)$ might not be $ \{0_m\}$. However, if $\ker(A) = \{0_n\}$ implies $\ker(A^T) = \{0_m\}$ then the solution should follow.
Thanks in advance,
Brandon
$\text{ker}(A)$ and $\text{ker}(A^T)$ are not related in general. However, $\text{ker}(A)$ and $\text{ker}(A^TA)$ do.
Lemma: $\text{ker}(A)=\text{ker}(A^TA)$.
Proof: It is obvious that $\text{ker}(A)\subset\text{ker}(A^TA)$.
Conversely let $x\in \text{ker}(A^TA)$, i.e. $A^TAx=0$. Premultiply with $x^T$ to get $$ x^T\underbrace{A^TAx}_{=0}=(Ax,Ax)=\|Ax\|^2=0\qquad\Rightarrow\quad Ax=0 \qquad\Rightarrow\quad x\in \text{ker}(A). $$ It gives $\text{ker}(A^TA)\subset\text{ker}(A)$, hence, equality.