$f$ is differential in $(0,\infty)$ and $f'(x)>x$ for every $x>0$. I need to prove that $f$ is not uniformly continuous in $(0,\infty)$.
Steps:
Let $y>x>0$. Since $f$ is differential in $(0,\infty)$, it is also differential in $[x,y] \subset (0,\infty)$. Since $f$ is differential in the interval, it is also continuous at $[x,y]$.
According to the Fundamental theorem of calculus, there exists $c\in(x,y)$ for which $f'(c) = \frac{f(y)-f(x)}{y-x}>c>x \implies f(y)-f(x) > (y-x)\cdot x$
Still no success here. I was trying to use the information I got in point 2. I tried proving the negation of the definition of uniform continuity. There exists $\epsilon>0$, in a way that for every $\delta>0$, there exist $y,x$ in a way that $|y-x|<\delta$ also brings $|f(y)-f(x)|>=\epsilon$, but that only got me this far: $|f(y)-f(x)|\geq f(y)-f(x) \geq (y-x)\cdot x$
How can I prove point 3? Or is there a different way to use the information from point 2?