Let me define the function $\exp(x)$ as that which satisfies: $$ \frac{d}{dx}\exp(x) = \exp(x) $$ We can show that $$ \exp(x) = \sum_{n=0}^{\infty} \frac{x^n}{n!}.$$
So far so good, we have just defined the exponential by the differential equation it satisfies.
How can we show that the exponential, as defined above, is of the form: $$\exp(x) = e^x,$$ where $e$ is a real number.
In other words, how can we show, for example that: $$ e^a = \prod_{m=1}^{a}e^1$$ $$\sum_{n=0}^\infty \frac{a^n}{n!} = \prod_{m=1}^a \left[ \sum_{l=0}^{\infty} \frac{1}{n!} \right]$$ for any positive integer $a$.
First note that apart from $\exp'=\exp$, you need to postulate $\exp(0)=1$. Then it is the uniqueness of the solution to the differential equation that determines the desired properties:
The derivative of $f(x)= b\cdot \exp(a+x)+c\exp(x)$ apparently is $$f'(x)=b\exp'(a+x)+c\exp'(x)=b\exp(a+x)+c\exp(x)=f(x).$$ So if we adjust $b,c$ to ensure $f(0)=1$, we conclude that $f\equiv \exp$.
If $\exp(a)=0$, we take $b=c=1$ and infer $\exp(x)=\exp(a+x)+\exp(x)$ for all $x$, i.e., $\exp\equiv 0$, contradiction.
Hence we may assume $\exp(a)\ne 0$, can take $c=0$ and $b=\frac 1{\exp(a)}$, and find $$ \exp(x)=\frac{\exp(a+x)}{\exp(a)}$$ for all $a,x\in\Bbb R$. In other words, $$ \exp(a+b)=\exp(a)\exp(b)$$ for all $a,b\in\Bbb R$. From this, we learn among others (by induction) that $$\exp(n)=\exp(1)^n$$ for all $n\in\Bbb Z$.