I am a beginner in proofs and, unfortunately, I cannot wrap my mind around how to prove the simplest things, so I need a bit of help getting started. This is the proof that I am dealing with:
$\text{If }x< y< 0\text{, then }x^{2}> y^{2}\text{.}$
Thank you in advance.
We have that
$$x<y<0 \iff 0<-y<-x $$
and since $f(a)=a^2$ is strictly increasing for $a>0$
$$0<-y<-x \implies 0<(-y)^2<(-x)^2$$
that is
$$x^2>y^2>0$$