How to prove that the following definitions of $e^x$ are equivalent, with as simple tools as possible and without any knowledge of $e$ or logarithms ?
$$\sum_{n=0}^{\infty} \frac{x^n}{n!}=\lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n$$
Also preferably, prove that this is $a^x$ for some real number $a>0$.
In my answer to Combinatorial proof, I show that for $\displaystyle e=\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^n$, $\displaystyle e^x=\sum_{k=0}^\infty\frac{x^k}{k!}$.
To show that $\displaystyle \lim_{n\to\infty}\left(1+\frac{x}{n}\right)^n=\lim_{n\to\infty}\left(1+\frac{1}{n}\right)^{nx}$, we could simply note that $$ \left(1+\frac{x}{n}\right)^n=\left(1+\frac{1}{n/x}\right)^{(n/x)x}\tag{1} $$ and just take the limit as $n\to\infty$. However, one might complain that $n/x$ is not an integer. To calm any such complaint, consider the sandwich $$ \left(1+\frac{1}{\lfloor n/x\rfloor+1}\right)^{(\lfloor n/x\rfloor+1)x-x}\le\left(1+\frac{1}{n/x}\right)^{(n/x)x}\le\left(1+\frac{1}{\lfloor n/x\rfloor}\right)^{\lfloor n/x\rfloor x+x}\tag{2} $$ It is easy to see that both $\lfloor n/x\rfloor$ and $\lfloor n/x\rfloor+1$ are integers and that $$ \lim_{n\to\infty}\left(1+\frac{1}{\lfloor n/x\rfloor+1}\right)^{-x}=\lim_{n\to\infty}\left(1+\frac{1}{\lfloor n/x\rfloor}\right)^x=1 $$ Thus, both the left and right sides of $(2)$ tend to $e^x$. Therefore we can use $(1)$ and just take the limit as $n\to\infty$.