The mathematical statement that I has to write as a predicate logic formula in the language L = {<, =, f}, where f is unary function, is the following: "Strictly increasing function doesn't have a maximum."
I have an idea but I am not sure if it is correct:
$((\forall x)(\forall y)((x < y)\rightarrow (f(x) < f(y))))\rightarrow \neg(\exists x)(\forall y)(y < x)$