How do I solve $\lim$ as $x$ goes to infinity of $(\frac{1}{x})^{\frac{1}{x}}$ without appealing to L'Hôpital?
Note: If I take natural logs of both sides, I eventually must invoke L'Hôpital.
The best idea I've seen so far is using the Squeeze Theorem, but I have been unable to come up with functions that will squeeze $(\frac{1}{x})^{\frac{1}{x}}$.
I would suggest a variable change. let $y=\frac{1}{x}$
and so, switch $\lim_{x \to \infty} (\frac{1}{x})^{\frac{1}{x}}$ to $\lim_{y \to 0} y^y$
notice that $$\lim_{y \to 0} y^y = \lim_{y \to 0} e^{y \ln y}$$
since $e^x$ is continuous at $0$, we can infer the limit tends to $1$.
No L'Hopital :)