let $(x(t), y(t))$ be a solution to the system $x'=y-x^3, y'=-x-y^3$.
I want to prove that $(x(t), y(t))$ is bounded for $t>0$
What I did:
from the equations comes $0\ge -(x^4+y^4)=x'x+y'y=\frac d{dt}(\frac{x^2+y^2}2)$, so $\frac{x^2+y^2}2$ decreases. So $\sqrt{x^2+y^2}$ also decreases. this means that $||(x,y)||$ decreases and so $||(x(t),y(t))||\leq ||(x(0),y(0))||$ for all $t>0$.
the above proves what I want, but why should $(x(t), y(t))$ be defined at $t=0$?