Definition $$\exp(x) := \sum^\infty_{n = 0} \frac{x ^ n}{n!}$$ and $$e := \exp(1)$$
Proposition $$\exp(x) = e^x$$ for all $x \in \mathbb{R}$
I have proved $\exp(x + y) = \exp(x)\exp(y)$ with binomial theorem and Fubini's theorem. And $\exp(0) = 1$. So the proposition holds for all natural numbers (induction).
Similarly $\exp(-x)\exp(x) = \exp(x-x) = 1$, which implies $\exp(-x) = 1 / \exp(x)$. So the proposition holds for integers as well.
How do I prove it for rational numbers? I think I have to prove that $\exp(ab) = \exp(a)^b$ but have no clue how.