I'm solving some limits and in one of my examples I need to use the fact that:
I am, however, unable to prove that this is actually true. I believe I can't just substitue t=(1/x) because than we can not say where such t is going. I tried to find the proof online, but they all rely on L'Hôpital's rule, which I am trying to avoid. How can I prove this equality without it?

We will first prove a supporting result using sandwich theorem
$$ \begin{align} \frac{x}{x+1} &< \ln(1+x) < x &\text{for $x > -1$} \end{align} $$ See this reference.
$$ \lim_{x \to 0} \frac{1}{x+1} < \lim_{x \to 0} \frac {\ln(1+x)}{x} < \lim_{x \to 0} 1 $$
$$ \Rightarrow \lim_{x \to 0} \frac {\ln(1+x)}{x}=1 $$
And now we can solve the limit in the question. $$ \lim_{x \to 0}(1+x)^{\frac{1}{x}} = e^{\lim_{x \to 0}\frac {\ln(1+x)}{x}}=e $$