Given a function $f: \mathbb{R} \to \mathbb{R}$, is $x < y \implies f(x) < f(y)$ equivalent to $x < y \iff f(x) < f(y)$.
If $f(x) < f(y)$, then the contradiction occurs only$_\text{(or is it not the "only" case)}$ when $x > y$. If that happens, then $f(x) > f(y)$ and so the two statements are always equivalent.
Am I missing something? Is it always the case or it changes when we change the injectivity, surjectivity, domain or anything else?