Take a look at this system: $$ \begin{align} \dot{x}_1 &= x_2 \\ \dot{x}_2 &= -\frac{x^2_1}{x_2} - x_2 + x_1 \end{align} $$ Take a Lyapunov function as $$ V(x_1,x_2) = x^2_1 + x^2_2 $$ Its time derivative is $$ \dot{V}(x_1,x_2) = -2(x_1 - x_2)^2 \leq 0 $$ The authors state the following:
Since $\dot{V}(x) = 0 $ for all $x_1 = x_2$, we need to check whether the origin is the only point where $\dot{V}(x) = 0 $. It can be seen from the state equation that $x_1 = x_2$ can only happen at the origin, therefore the origin globally asymptotically stable.
It is not clear to me how from the state equation that $x_1 = x_2$ can only happen at the origin. Any suggestions!
Hint.
Making
$$ \cases{ x_1\dot x_1 = x_1 x_2\\ x_2\dot x_2 = -x_1^2-x_2^2+x_1x_2 } $$
after subtracting we have
$$ \frac 12(x_2^2-x_1^2)' = \frac 12((x_2+x_1)(x_2-x_1))'=-(x_1^2+x_2^2) < 0,\ \ \forall (x_1,x_2) \ne (0,0) $$