I would like to find the monotonically increasing range of a function related to matrix norms: $$ f(x)=\left\|I-e^{-Ax}\right\| $$ Where $I$ is the identity matrix, $A\in\mathbb{R}^{n\times n}$ is a real square matrix, $x\in\mathbb{R}_{\ge 0}$ is a nonnegative real number, and $\left\|\cdot\right\|$ represents the spectral norm of a matrix.
I have verified in MATLAB that, when choosing different values for the fixed matrix $A$, if $x$ is not big, for example $x\in\left[0, 1\right]$, the larger $x$ is, the larger the matrix norm will be. So I guess $f(x)$ is a monotonically increasing function in $\left[0, a\right]$, where $a\in\mathbb{R}_{>0}$ is a small real number. However, I cannot verify it through a strict mathematical proof. So the question is how to find the largest $a$ that $f(x)$ keeps monotonically increasing in $\left[0, a\right]$.
Anyone can help? Many Thanks!