Let $$ e = \lim_{n \to \infty}\left(1 + \frac{1}{n}\right)^{n} $$ where $ n \in \mathbb{R} $.
Let $$ \exp(x) = \lim_{n \to \infty}\left(1 + \frac{x}{n}\right)^{n} $$ where where $ n \in \mathbb{R} $ and $ x \in \mathbb{R} $.
How can I prove that $$ e^x = \exp(x) $$ where $ e^x $ is $ e $ raised to the power of $ x $ and $ x \in \mathbb{R} $?
By definition, $$e = \lim_{n\rightarrow\infty}\left(1+\frac 1n\right)^n$$ Now replace $n$ by $\frac nx$, $$e = \lim_{\frac nx \rightarrow\infty}\left(1+\frac xn\right)^\frac nx$$ Now by power law for limits, we know that $$e = \Bigr[\lim_{\frac nx \rightarrow\infty}\left(1+\frac xn\right)^n\Bigr]^\frac1x$$
Also we know that when $\frac nx\rightarrow\infty$ and $x$ is an arbitary value, then $n\rightarrow\infty$. So replacing $\frac nx\rightarrow\infty$ by $n\rightarrow\infty$ and cancelling the power $\frac1x$ by raising both sides by the power $x$, we get $$e^x=\lim_{n\rightarrow\infty}\left(1+\frac xn\right)^n = \exp(x)$$ and the proof is complete.