$$\sum_{k=n}^\infty{\frac{1}{k!}} \leq \frac{2}{n!}$$
Can someone show why this estimate holds true? I tried quite a bit but couldn't really find a way to approach this. WolframAlpha says it is true but I don't know what the gamma function is.
$$ \sum_{k=n}^\infty{\frac{1}{k!}} = \frac{1}{n!} + \sum_{k = n+1}^\infty \frac{1}{k!}$$ So then I need to show that$$ \sum_{k=n+1}^\infty{\frac{1}{k!}} \leq \frac{1}{(n+1)!} ~~\Big[\leq \frac{1}{n!}\Big]$$
Is it possible to do this by induction? I don't really know how to approach this now.
It suffices to show that $$\sum_{k=n+1}^\infty \frac{1}{k!} \le \frac{1}{n!}$$
For all $k \ge n+1$, we have $$k! \ge 2^{k-n} \cdot n!$$
Therefore, we have $$\sum_{k=n+1}^\infty \frac{1}{k!} \le \sum_{k=n+1}^\infty \frac{1}{n! \cdot 2^{k-n}} = \frac{1}{n!} \sum_{i=1}^\infty \frac{1}{2^i} = \frac{1}{n!}$$