If two symmetric square matrices $A$ and $B$ are such that $A-B$ is negative definite, then under what conditions is the matrix $\exp(A)-\exp(B)$ negative definite? I initially used the following exponential series
$e^{A}=\sum_{i\geq{0}}\dfrac{A^{i}}{i!}$ and $e^{B}=\sum_{i\geq{0}}\dfrac{B^{i}}{i!}$
to prove the above claim. But this approach did not help. Any hint on the approach will be much appreciated.
The example given in this answer serves as a counterexample. In particular: if we take $$ A = \pmatrix{1 & 0\\0 & 2}, \quad B = \pmatrix{2 + \epsilon & 1\\1 & 3} $$ (e.g. with $\epsilon = 0.01$), we find that $A - B$ is negative definite, but $\exp(A) - \exp(B)$ fails to be negative definite.