Let $\lim\limits_{x \to \infty} f(x)=\infty$. Does the following hold as $x\to\infty$?: $$\exp(x) \leq \exp\left({\frac{x}{1+1/\ln(1+f(x))}}\right)$$
My effort: If above inequality holds in the limit, the it must be that the following holds in the limit (take $\log$ of both sides): $$x \leq {\frac{x}{1+1/\ln(1+f(x))}}$$ Or, equivalenty: $$1/{\ln(1+f(x))} \leq 0$$ which is valid since $f(x)\to \infty$ (given in the problem statement), and thus $1/{\ln(1+f(x))} \to 0$. So, the inequality in the problem statement holds in the limit.
Is this thought process correct? If not, please provide me with a correct proof if the inequality above holds or does not hold for all $f(x)$ that tend to infinity as $x \to \infty$.
We have that, since exp function is increasing
$$e^x \leq e^{\left({\frac{x}{1+1/\ln(1+f(x))}}\right)}\iff x \leq {\frac{x}{1+1/\ln(1+f(x))}}$$
and since eventually $x>0$, $1+f(x)>1$ we have
$$x \leq {\frac{x}{1+1/\ln(1+f(x))}} \iff \frac1{\ln(1+f(x))} \le 0$$
which is not true.