I am trying to practice proofs that involve the convergence of infinite series. Would someone mind helping explain how the value of $\epsilon = \frac{1}{4}$ is obtained in the following proof ?
I would greatly appreciate some help as I am quite unsure of obtaining the value of $\epsilon$ so that it provides a contradiction. I know that it is from working with the inequality $|\frac{1}{k}-L| < \epsilon$
Thank you
The choice of $\epsilon = \frac{1}{4}$ is simply the largest one that works in for this particular line of reasoning.
Given that $s_{2n} > s_{n} + \frac{1}{2}$, what is an epsilon where $|s_{n} - L| < \epsilon$ for all large $n$ makes the last line work?
$$\epsilon > s_{2n} - L > s_n + \frac{1}{2} -L = (s_n - L) + \frac{1}{2} > -\epsilon + \frac{1}{2}$$
Taking the left and right parts: $\epsilon > -\epsilon + \frac{1}{2}$ implies
$$2 \epsilon > \frac{1}{2}$$
therefore any positive $\epsilon \le \frac{1}{4}$ will make this a contradiction.