I think that @RobertIsrael wanted to say that this is only a sufficient condition, not necessary. If equilibrium has Jacobian with such properties then it's hyperbolic (no zero or purely imaginary eigenvalues) and all its eigenvalues lie in the left halfplane, therefore it's asymptotically Lyapunov stable. But there are examples of systems that disobey this conditions and still can be Lyapunov stable or even Lyapunov asymptotically stable:
Example 1.
\begin{array}{ccc}
\dot{x} & = & \omega y \\
\dot{y} & = & - \omega x
\end{array}
Eigenvalues are $\pm i \omega$, this is linear system with center equilibrium. It's Lyapunov stable.
and another one:
Example 2.
\begin{array}{ccc}
\dot{x} & = & \omega y - x (x^2+ y^2) \\
\dot{y} & = & - \omega x - y(x^2+y^2)
\end{array}
Eigenvalues are $\pm i \omega$ again, but this is nonlinear nonhyperbolic focus. If you consider $\frac{d(x^2+y^2)}{dt} = -2(x^2+y^2)^2$ and $\frac{d}{dt}\left ( \arctan \frac{y}{x} \right) = - \omega$ then you clearly see that this equilibrium is asymptotically stable.
If you want similar criterion for higher dimensional systems, then take a look at Routh-Hurwitz stability criterion. It's the same from three points of view: it guarantees the hyperbolicity of equilibrium, it guarantees that eigenalues lie if left halfplane and it describes sufficient conditions for stability in terms of characteristic polynomial coefficients.