$f$ is said to be strictly increasing $\iff \forall x,y \in D_f:x<y \implies f(x)<f(y)$
I haven't taken any mathematical logic classes yet so I don't know if it correct to write this as well:
$f$ is said to be strictly increasing $\iff$ $$ \forall x,y \in D_f:x \ne y, f(x)<f(y) \implies x<y$$
Is this correct? Would it make a difference if I wrote the $\forall$ at the end, instead of at the beginning?
Suppose $f$ is a constant function. It is then not strictly increasing. But your quantified conditional is true as the antecedent is always false.