Consider $x' = f(x)$ with $f$ lipschitz, $x(t) \in \mathbb{R}^n$. Suppose $x = 0$ is an equilibrium ($f(0) = 0$), and $A = f'(0) (n \times n$ matrix).
My goal is to prove (and understand the proof) that if there exists an eigenvalue $\lambda$ of $A$ with $Re(\lambda) > 0,$ then $f$ is unstable at $x = 0$.
I can prove the following:
- if there is a Lyapunov function ($V>0$, $\dot{V}<0$) then $f$ has $0$ as an asymptotically stable equilibrium, and if instead we have ($V>0$, $\dot{V}\leq0$) then it is marginally stable.
- I can prove that any Lyapunov function $V$ exists for $x'=f(x) \iff V$ is also a Lyapunov function for LTI system $x' = Ax$.
- I can prove that $x' = Ax$ is asymptotically stable $\iff$ all eigenvalues of $A$ are in the open left half plane.
- I can prove that $A$ has all eigenvalues in the open left half plane implies there exists a Lyapunov function of the form $\langle Px,x\rangle$ with $P$ real, positive, and conversely that no such $P$ exists if $A$ has an eigenvalue in the closed right half plane.
- it follows then that $x'=Ax$ is asymptotically stable $\implies x' = f(x)$ is (since we can create a Lyapunov function for both)
- it follows that if eigenvalue $\lambda$ of $A$ exists in the open right half plane, then there can exist no Lyapunov function for $x'=f(x)$ (else $x' = Ax$ would have a Lyapunov function).
- It also follows that if $f$ is unstable at $x=0$, then there must exists some eigenvalue $\lambda$ in the closed right half plane.
So we can use these in the proof if helpful.
Note that if we can prove the following:
- if the system is stable at $x=0$, then there exists a Lyapunov function near $x=0$
then we are done since this would be a Lyapunov function for the LTI system which means all eigenvalues of $A$ are in the open left half plane, and the result follows by contraposition.
This seems to be true based on this Q/A , but no proof is given.