0

I have the assumption that the following holds:

$$\lim_{n \to \infty}\frac{1}{n^2} \cdot \sum_{i = 0}^n \left(1 - \frac 1n \right)^i = 1 - \frac{2}{e}.$$

However, I am totally not sure about it. How can I prove or try to prove it?

Anixx
  • 9,119
Sacha
  • 377
  • 1
  • 8

1 Answers1

3

As written, it is false. We have $$ \frac 1{n^2} \sum_{i=0}^n \left( 1 - \frac 1n \right)^i = \frac 1{n^2} \frac{1-(1-1/n)^{n+1}}{1-(1-1/n)} = \frac 1{n^2} \frac{1-(1-1/n)(1-1/n)^n}{1/n} = \frac{1-(1-1/n)(1-1/n)^n}n. $$ The top goes to $1-\frac 1e$, but the bottom goes to $\infty$. Perhaps you need to fix that $n^2$ to $n$ in your original expression to get $1-\frac 1e$, but you're not getting that $2$ anytime soon.

Hope that helps,