I'm proving that $A^tA$ will be positive definite iff $A$ is invertible. I guess that there are ways to show this with determinants, eigenvectors. But I've just gone with
- Positive definites must have trivial null space by definition
- $A^tA$ and A share their null space (demonstrated)
- An invertible matrix can only have a trivial null space (if $Ax = 0$; $A^{-1} A x = A^{-1} 0$; $x = 0$)
As far as I can reason, this only demonstrates that if $A$ is invertible then $A^tA$ is positive definite. I'd like to demonstrate that if the null space of $A$ is trivial then it MUST be invertible, but am not sure how to do this. I imagine there's something straightforward but my brain is pretty fried.