I've managed to prove the statement for $x \geq 0 $ and $x \leq -1$ but I can't manage to construct a proof for $ -1 < x < 0 $
My lecture done it by proving $ \exp(x) - (1+x) = \displaystyle \sum_{n=2}^\infty \dfrac{x^n}{n!} $ and showing that is greater than or equal to 0. For $ -1 < x < 0 $ he set $a=-x$ and then considered for $0 < a < 1$ but I really don't understand his steps from there onwards.
Sorry I should have added this from the start - Yes, we defined $\exp(x) = \sum_{n=0}^\infty \frac{x^n}{n!}$ We also have proved that $\exp(x+y) = \exp(x)\exp(y) $ - I'd rather not use differentiation as when we covered this we had not yet touched calculus.
To proceed from the series, write the summation in the following way: $$\exp (x)-(1+x)=\sum_{k=1}^{\infty} \left(\frac{x^{2k}}{2k!} + \frac{x^{2k+1}}{(2k+1)!} \right)$$ notice the summand is positive for $-1<x<0$, since $|x|^{2k} >|x|^{2k+1},\ x^{2k}>0>x^{2k+1},\ 1/(2k)!>1/(2k+1)!$