Proving $aI+A$ is Positive Definite

578 Views Asked by At

Let $A \in M_{n \times n}^\Bbb C$ be a self adjoint matrix. Prove that there is $a \in \Bbb R$ such that $aI+A$ is a positive definite matrix.

What I did so far

Let $v$ be a vector in an orthonormal basis of $A$ which exists since $A$ is self adjoint.$A$ is also diagonalizable so $Av=\lambda v$ where $\lambda$ is an eigenvalue of $A$. I now use the definition of the inner product:

$$\langle(aI+A)v,v\rangle=\langle(av+Av),v\rangle=\langle a v,v\rangle+\langle Av,v\rangle=a\langle v,v\rangle+\lambda\langle v,v\rangle$$.

Now I think I have to prove that this term is bigger than $0$. $<v,v> $ is bigger from the inner product definition, but how do I deal with this scalar $a$? can I just say that it's positive since I have to prove there is a positive one?

Thanks,

Alan