Suppose I have the following system:
$dx/dt=f_1(x,y,z)$
$dy/dt=f_2(x,y,z)$
$dz/dt=f_3(x,y,z)$
Now it is given that $x(t)\leq K_1$,$y(t)\leq K_2$,$z(t)\leq K_3$, i.e the solutions are bounded in a region R. Also it is known that that $\frac{\partial }{\partial x}gf_1+\frac{\partial }{\partial y}gf_2+\frac{\partial }{\partial z}gf_3$ maintains same sign in the region R, where $g$ is a positive function.Using Dulac's criterion we can conclude that the system has no closed orbits. Can we conclude that the system is globally asymptotic stable? If yes, please provide the proof or else a counterexample. Global stability definition can be found here on the 2nd page: https://stanford.edu/class/ee363/lectures/lyap.pdf
Thanks in advance.