3

$$b! \left (\sum_{n=0}^{\infty}\frac{1}{n!}-\sum_{n=0}^{b}\frac{1}{n!} \right )=\sum_{n=b+1}^{\infty}\frac{b!}{n!}> 0$$

I don't understand why $n=b+1$ in the last step of the expression.

Andreas
  • 1,948
  • 2
  • 16
  • 45
  • Can explain a bit more where this all comes from? What do all the constants signify? Any restraints? Nice formatting, though. – The Count Jan 07 '17 at 19:58
  • It comes from Fourier's proof, https://en.m.wikipedia.org/wiki/Proof_that_e_is_irrational – Andreas Jan 07 '17 at 20:00
  • 1
    @TheCount if you liked the formatting, look at this link: http://www.codecogs.com/latex/eqneditor.php . Just remember to use the dollar signs at the end and start of the equation - I'm new to this and made the same mistake myself. – Andreas Jan 07 '17 at 20:16
  • Oh I know how to do it, I was just complimenting you. So many new users never use LaTeX and it drives me nuts. – The Count Jan 07 '17 at 20:27
  • 2
    @TheCount Oh that I did notice when I posted my first question. – Andreas Jan 07 '17 at 20:34

2 Answers2

6

The terms for $n=0$, $n=1$, ..., $n=b$ are subtracted, so they should not be part of the final summation.

LinAlg
  • 19,822
2

If the series $\sum_{n=0}^\infty a_n$ converges then the series $\sum_{n=r}^\infty a_n$ also converges for any natural $r$ and $$\lim_{k\to\infty}\left(\sum_{n=0}^ka_n-\sum_{n=0}^ba_n\right)=\lim_{k\to\infty}\sum_{n=b+1}^k a_n=\sum_{n=b+1}^\infty a_n$$

ajotatxe
  • 65,084