Find all functions $ F : R \rightarrow R $ having the property that for any $x_1$ and $x_2$ the following inequality holds:
$ F(x_1) - F(x_2) \le (x_1 - x_2)^2 $
My attempt:
Observe that
$ -(x_1 - x_2)^2 \le F(x_1) - F(x_2) \le (x_1 - x_2)^2 $
Assume WLOG that $ x_1 - x_2 >0 $, then we have
$ -(x_1 - x_2) \le (F(x_1) - F(x_2))/(x_1 - x_2) \le x_1 - x_2 $
As $ x_1 $ tends to $x_2$, we have
$ 0 \le dF/dx \le 0 $
hence
$ dF/dx = 0 $
Therefore $ F(x) = $ constant
Is this solution correct? (probably not because the problem didn't say nothing about the function be differentiable) Any tip will be great, thanks.
I think you wanted to say abs(F(x1)-F(x2))<(x1-x2)^2 . Anyway, if you divide by abs(x1-x2) , and then tend x1 to x2 you can prove that F is differentiable in x1