If $f$ is strictly growing in $(y,\infty) \subset (0,\infty)$ does it necessarily contradict the statement: $\lim_{x\to \infty}f(x)=0$?
I know how to prove it if $f$ is positive at some $y_1 \in (y,\infty)$:
Let $\epsilon = f(y_1)$.
Since $f$ is strictly growing in $(y_1,\infty)$, there exists $N_1 > 0$ for which $x>N_1 \implies f(x)>\epsilon$
Due to the fact that $\lim_{x\to\infty}f(x)=0$ there exists $N_2$ in a way that if $x>N_2 \implies |f(x)| < \epsilon$.
Let $N = \max\{N_1,N_2\}$
for every $x>N$ both $|f(x)| <\epsilon, f(x)>\epsilon$ which is a contradiction.
However is it also true if I don't know that there's a positive value in that interval?