Let $A$ be a matrix with $Nul(A) = 0$. Explain why the matrix $A^T A$ is invertible.

265 Views Asked by At

This is my initial trail:

Since $Nul(A) = 0$, by the invertible matrix theorem the matrix A is full rank and thus invertible. This implies $det(A)\neq0$, and likewise $det(A^T)\neq0$.

This implies that $det(A^T A ) = det(A^T)\, det(A) \neq 0$, and thus $A^T A$ is invertible.


However, on second thought this implies that A is itself square, which that is not given. How do I prove/explain this if we don't know if A is square or not?

1

There are 1 best solutions below

2
On BEST ANSWER

If $A^T A v = 0$, then $v^T A^T Av = 0$, so $\|Av\| = 0$, so $Av =0$, so $v = 0$.

Therefore, $\operatorname{Nul}(A^T A) = 0$.