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?