The equality in question is widely used to solve for limits like $\lim_{n\to\infty} \frac{n+1}{n-2}$, but how do you actually prove that
$$\lim_{n\to\infty} \left(1+\frac{k}{n}\right)^n = e^k.$$
Is it possible to prove it using the other formula: $\lim(1+\frac 1 n)^n = e?$
EDIT: I think I already got it: $$(1+ \frac{k}{n})^n = (1+ \frac{1}{\frac{n}{k}})^{k \cdot \frac{n}{k}} \rightarrow e^k$$ Is this correct?