I have a problem:
For the system of equations: $$\bf \dfrac{dx}{dt}=F(t,x) \tag 1$$ where $F$ is continuous in $I \times D \subset\mathbb{R}\times \mathbb{R}^n$ and $F(t,0)\equiv0$, $F(t+\omega,x)=F(t,x), \omega >0$, it means that $F$ is periodic function. Prove that, if root $x\equiv 0$ of (1) is stable (asymptotically stable) then it is uniformly stable (uniformly asymptotically stable).
Uniformly Stable: If any given $\epsilon >0$, $\exists \delta=\delta(\epsilon)>0$: $$\|x(t_0)\|< \delta \implies \|x(t)\|<\epsilon, \forall t\ge t_0 >0$$
I have thought about my problem, I used the definition uniformly stable/ uniformly asymptotically stable.
But I'm having trouble when I try to find a solution to the problem, and I still have no solution. Any help will be appreciated. Thanks!
Here's the solution by José L. Massera
1/ $x \equiv 0$ is uniformly stable.
We assume that If $x \equiv 0$ is not uniformly stable, there would be an $\epsilon >0$ and sequences $\{x_{0n}\}$, $\lim_{n \to \infty}x_{0n}=0,t_{0n},t_n,t_{0n} \le t_n$, such that:$$\left \|F(t_n,t_{0n},x_{0n}) \right \| \ge \epsilon$$
Assuming that the period is $1$ , let $\tau_{0n}=t_{0n}-\left \lfloor t_{0n} \right \rfloor \le 1$, $\tau_n=t_n-\left \lfloor t_{0n} \right \rfloor \ge \tau_{0n} \ge 0;$
and we have
$$\left \|F(\tau_n,\tau_{0n},x_{0n}) \right \| =\left \|F(t_n,t_{0n},x_{0n}) \right \| \ge \epsilon; (1)$$ - But $x_{1n}=F(0,\tau_{0n},x_{0n})$ exists for $n$ sufficiently large and tends to zero and we would have $$\left \|F(\tau_n,0,x_{1n}) \right \|=\left \|F(\tau_n,\tau_{0n},x_{0n}) \right \| \ge \epsilon; (2) $$ against the stability assumption. $\blacksquare$
I don't understand (1) and (2). I think we must use If $x(t)$ is solution then $y(t)=x(t+\omega)$ too.
If you understand this solution, you can explain to me? anyone? Thanks!