When $x<0$, the following inequality is true: $$e^x<1+x+\frac{x^2}{2!}+\dots+\frac{x^{2n}}{(2n)!}$$ for $n\in\mathbb{N}^+$.
My approach:
I think it is equivalent to $$\sum_{k=2n+1}^{\infty}\frac{x^k}{k!}<0$$ when $x<0$. If $0>x\geq-(2n+2)$, the summation can be written as:$$\sum_{k=n}^{\infty}\frac{x^{2k+1}}{(2k+1)!}\left(1+\frac{x}{2k+2}\right)$$then every term is negative. But for $x<-(2n+2)$, I can't figure out.