I am trying to see why this is true. A book I am reading has this claim without any verification and I'm trying to see why it is true.
Let $G$ be an $n\times n$ matrix all of whose eigenvalues have nonzero real part. Let $x\in \mathbb R^n \setminus \{0\}$, then the function $t \mapsto \lvert \exp(tG)x \rvert$ is unbounded for $t\in \mathbb R$. (Note: $\exp(tG)$ is the matrix exponential)
Here is what I thought: Well, since $G$ has all its eigenvalues with nonzero real part it follows that I can write $G$ in a Jordan form (with obvious rearranging) so that
$$ G= \begin{pmatrix} G_s & 0\\ 0 & G_u \end{pmatrix} $$
Where $G_s$ is a matrix all of whose eigenvalues have negative real part and $G_u$ is a matrix all of whose eigenvalues have positive real part. Then using properties of matrix exponentials I tried to obtain a lower bound of the form $Ce^t|x|$ for $\lvert \exp(tA)x \rvert$ so that as $t\to \infty$ we have the required unboundedness.
'Intuitively' the positive real parts of eigenvalues of $G_u$ should make this map unbounded (but my intuition may be wrong), but I can't seem to be able to write this precisely. Am I even on the right track?. Can anyone give some pointers as to what I should do?
You can find $P$ so that $PGP^{-1}=T=\begin{pmatrix}\lambda_1 & * & *\\&\ddots & *\\&&\lambda_n\end{pmatrix}$ where the $\lambda_i$s are the eigenvalues and $*$ means "whatever".
Then, $\exp(tG)=\exp(tP^{-1}TP)=P^{-1}\exp(tT)P$.
$\exp(tT)=\begin{pmatrix}e^{t\lambda_1} & * & *\\&\ddots & *\\&&e^{t\lambda_n}\end{pmatrix}$
$\exp(tT)x=\begin{pmatrix}e^{t\lambda_1}x_1+\dots+* x_n\\\vdots\\ e^{t\lambda_n}x_n\end{pmatrix}$
Now, take $k$ as big as possible so that $x_k\not= 0$. You get $\exp(tT)x=\begin{pmatrix}e^{t\lambda_1}x_1+\dots+* x_k\\\vdots\\ e^{t\lambda_k}x_k\\0\\\vdots\\ 0\end{pmatrix}$ which is clearly unbounded (with $t\to\pm\infty$ depending on the sign of $\lambda_k$).