Sum of this converging telescoping series?

53 Views Asked by At

I'm trying to understand which is the sum of the following telescoping series (I showed this is converging, I'm not reporting here):

$$\sum\limits_{j=n}^{\infty} [\mathbb{P}(E_j) - \mathbb{P}(E_{j+1})]$$

My take is that every term except the first and last one are canceling themselves so the sum should be, if I'm correct, given by $\mathbb{P}(E_n) - \lim\limits_{j\to\infty}\mathbb{P}(E_j)$

Is this OK?

1

There are 1 best solutions below

1
On BEST ANSWER

Yes $$\sum_{j=n}^m(\mathbb P(E_j)-\mathbb P(E_{j+1}))$$ $$=\mathbb P(E_n)-\mathbb P(E_{m+1})$$ Applying $\lim_{m\to\infty}$ on both sides, we get, $$\sum_{j=n}^\infty(\mathbb P(E_j)-\mathbb P(E_{j+1}))$$ $$=\mathbb P(E_n)-\lim_{m\to\infty}\mathbb P(E_m)$$

Hope it is helpful