I have a theorem:
For a linear homogeneous system: $$\dfrac{dx}{dt}=A(t)x \tag{I}$$
Where $A(t)=(a_{ij}(t))_{n \times n} \in C(\mathbb{R}^+,\mathbb{R}^{n \times n})$
Suppose that $X(t)$ be the fundamental matrix solution of the following reference system $(I)$.
Let $K(t,s)=X(t)X^{-1}(s)$ be the Cauchy matrix of the following reference system $(I)$.
Prove that:
a/ System $(I)$ is stable iff $X(t)$ is bounded, it means $\exists M>0$ such that $$\|X(t)\| \le M, \forall t \ge 0 $$
b/ System $(I)$ is asymptotically stable iff $$\lim_{t \to +\infty}X(t)=0$$
=================================================================
I have stuck when I try to show this theorem.
I have tried using the definition of stable, asymptotically stable. But I have no solution.
=================================================================
Ps: (Or) if somebody knows/reads this theorem (book/pdf/djvu...) then you can post it.
Can anyone help me!
Any help will be appreciated! Thanks/
The key step is to note that $x(t)=K(t,s)x_0$ solves the initial value problem
$$ \dot x(t)=A(t)x(t)\\ x(s)=x_0. $$
Now just take the definitions of stability and use $x(t)=K(t,s)x_0=X(t)X^{-1}(s)x_0$. Furthermore, note that $X^{-1}(s)x_0$ is a constant vector so it can be absorbed in some other constant when you take the norm.
Assume the equilibrium point is at the origin (you can always do it).
Stable $\iff$ $||x(t)||< M $ $\iff$ $|| X(t)X^{-1}(s)x_0 ||=||X(t)||\cdot||X^{-1}(s)x_0||<M$ $\iff$ $ || X(t)||<\frac{M}{||X^{-1}(s)x_0||}=P $.
The division is well defined, so $P$ is another constant.
Exponential Stability $\iff$ $||x(t)||< Me^{-ct}, \, c>0, \, t>s $ $\iff$ $|| X(t)X^{-1}(s)x_0 ||=||X(t)||\cdot||X^{-1}(s)x_0||<Me^{-ct}$ $\iff$ $ || X(t)||<\frac{Me^{-ct}}{||X^{-1}(s)x_0||}=Pe^{-ct} $. Next, $\displaystyle\lim_{t\to\infty}Pe^{-ct}=0$.