One encounters the following definitions for $e^x$ \begin{align} e^x &= \sum_{n = 0}^\infty \frac{x^n}{n!} \\ e^x &= \lim_{n \to \infty} \left( 1 + \frac{x}{n}\right)^n \end{align} One can show that these two definitions are equivalent. For example, it can be shown that they both are the unique solution to the differential equation $f' = f$ with $f(0) = 1$.
My question, which is admittedly a bit vague, is why are these two definitions equivalent? How are the sum and the limit expressions related? Is there a direct way to transform one into the other?
Edit
In the accepted answer for the linked question, the chain of equivalences: series expression $\iff$ unique solution to differential equation $\iff$ limit expression is shown. My question is if there's a way to bypass "unique solution to differential equation" in this chain of equivalences.