I have the following equation:
$$f:\mathbb{R}\rightarrow\mathbb{R}$$ $$\forall (x,y)\in\mathbb{R}^2,\ f\left(x+y^2\right)-f(x)\geq y$$
$f$ is not necessarily differentiable/continuous/... (in fact, we can prove that it's not differentiable at all).
I need to prove if there are solutions, and if there are, I need to give one.
How would I do that?
What we have found so far:
- $f$ is not differentiable nor continuous anywhere (@nayrb and @rlartiga 's comments)
- $f$ is strictly increasing on $\mathbb{R}$ (proof : @rlartiga 's comment)
For any $b>a$ and $n$, let $\Delta x = (b-a)/n$ and $x_{k} = a + k\Delta x$. Then
$$ f(b) - f(a) = \sum_{k=0}^{n-1} f(x_k + \Delta x) - f(x_k) \geq \sum_{k=0}^{n-1} \sqrt{\Delta x} = \sqrt{\smash[b]{(b-a)n}},$$
which diverges as $n\to\infty$, a contradiction! So there is no such a solution.
… and I think I'm late :(