I want to prove the next statement:
"If $A$ is a symmetric negative-definite matrix, then for a sufficiently big $k\in\mathbb{R}^+$, the eigenvalues of $M = kA + B$ are all with negative real part, where $B$ is just an arbitrary matrix with the appropriated dimensions. Assume further that $A$ and $B$ are real matrices."
I believe it is true since the intuition says that for a big $k$ you are making more negative the eigenvalues of $A = T kD T^{-1}$, where $T$ is just a transformation matrix and $D$ is the diagonal matrix with the eigenvalues of $A$. Since the eigenvalues are continuous functions of the elements of the matrix, $B$ can be considered as a small perturbation and then the eigenvalues of $M$ are still with negative real part.
Now I would like to prove it more rigorously and compute $k$ (it does not matter if it is conservative value). I guess one way can be looking at $M+M^T = k(A+A^T) + (B+B^T)$, if this matrix is negative-definite, then the eigenvalues of $M$ are with negative real part [1], but I do not know how to proceed, any ideas or suggestions?
Thanks in advance.