I was trying to solve a question that was uploaded here (Computing $\lim_{n\rightarrow \infty} \frac{1+\sqrt{2}+\sqrt[3]{3}+\cdots+\sqrt[n]{n}}{n}$.):
$$\lim_{x \to \infty} \frac {1 + 2^{1/2} + 3^{1/3} +...+ x^{1/x}}{x}$$
So i used the identity $$\lim_{x \to \infty} x^{1/x} = 1$$ and tried to prove it myself.
Since $$(\sqrt[x]{x})^x = x\implies f(x) = \sqrt[x]{x} = \frac x{(\sqrt[x]{x})^{x-1}}$$
I tried to prove that there is a horizontal asymptote at $y=1$ when $\lim\limits_{x \to \infty} x$ using the latter function without using L'Hôpital's rule. I want to emphasize that I am not currently trying to solve the first limit, but trying to prove the asymptote of the function $f(x)$.
Any suggestions?
Note that
$$x^\frac1x=e^{\frac{\log x}{x}}\to 1$$
indeed by standard limit
$$\frac{\log x}{x}\to 0$$
To prove the latter set $x=e^y$ with $y\to \infty$ then
$$\frac{\log x}{x}=\frac{\log e^y}{e^y}=\frac{y}{e^y}\to 0$$
which is true since eventually $e^y\ge y^2$ (can be proved by induction) and then
$$0\le \frac{y}{e^y}\le \frac{y}{y^2}\le \frac1y \to 0$$