How to prove a general matrix invertible given by as below?
How to prove that $A^TA+I$ is always invertible for $\forall A \in \mathbb{R}^{n\times n}$?
How to prove a general matrix invertible given by as below?
How to prove that $A^TA+I$ is always invertible for $\forall A \in \mathbb{R}^{n\times n}$?
Following Daniel Fischer's comment
$$\forall x\ne0,\quad\langle (A^TA+I)x,x\rangle=\langle x,x\rangle+\langle A^TAx,x\rangle=||x||^2+||Ax||^2>0$$ so the given matrix is positive definite so it's invertible.