Created: January 04, 2024
Modified: January 04, 2024
Modified: January 04, 2024
Lyapunov function
This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.Used in analyzing the stability of an equilibrium of a dynamical system. A Lyapunov function is a scalar-valued function of the state space that
- decreases along trajectories of the systemFormally, for system a Lyapunov function must satisfy for all . and
- is positive everywhere but the equilibrium, where it decreases to zero.
If such a function can be constructed for a given system and equilibrium point, it demonstrates that the equilibrium is stable.
A trivial example: for gradient descent on a function minimized at zero (e.g., an error rate or similar nonnegative loss function), the objective is itself a Lyapunov function of the gradient dynamics.