I would like to show $\lim_{n \rightarrow \infty}\left(\frac{n - 1}{n}\right)^n = 1/e$.
I know the argument typically goes like this: Let $y = \left(\frac{n - 1}{n}\right)^n$. Then $\ln(y) = n\cdot{}\ln \left(\frac{n - 1}{n}\right)$. Taking the limit as $n \rightarrow \infty$, we have an indeterminant product of the form $\infty\cdot0$.
I think ideally I would like to use L'Hopital's Rule, so the issue is getting this into the correct form to apply it. I don't think the simplification $n\ln(n - 1) - n\ln(n)$ helps any.
But if we can establish that $\lim_{n\rightarrow\infty}\ln(y) = -1$, then using the identity $y = e^{\ln(y)}$, we'd arrive at the desired result.
Alternatively, could one use the definition of $e$? This might not help, but $e = \lim_{n \rightarrow \infty}(1 + \frac{1}{n})^n = \lim_{n \rightarrow \infty}(\frac{n + 1}{n})^n$, which looks similar to what we have, but not quite.