I'm looking for a proof which shows that $$ \text{exp}(x) := \sum_{n = 0}^\infty \frac{x^n}{n!} $$ is convex, which means that for any $x,y\in\mathbb{R}$ and any $\lambda\in (0,1)$, one has $$ \text{exp}(\lambda x + (1-\lambda)y) \leq \lambda\text{exp}(x)+(1-\lambda)\text{exp}(y) $$
where it is not allowed to use any argument involving derivatives but only the definition above.
Thanks in advance.