I'm taking Calculus II next semester so I don't have all the tools from it to back me up but something came up in a discussion this evening that asked me to prove that the following sequence converges. As I'm new to formal math I'm hoping someone can verify my proof, especially step $6$.
I must prove that
$$\lim_{n\to\infty}P_n=b$$
where
$$P_{n+1} = P_n + \frac{b-P_n}{2}$$
$$P_0 = a$$
and $a,b \in \mathbb{R}$ such that $a>b$
My proof goes as follows:
- We must prove that $$\lim_{n\to\infty}P_n=b$$
- That is, $\forall\epsilon>0$ there exists a $\delta$ such that there exists an $n$ satisfying $$n>\delta \iff b-P_n<\epsilon$$
First, let us prove that $P_n$ is bounded by $b$ by contradiction. Let us choose an $i$ such that $P_i < b$ and $P_{i+1}>b$. Then we have $P_{i+1} = P_i + \Delta P$ where $\Delta P > b-P_i$. but this is impossible because by the definition of the recurrence $\Delta P = \frac{b-P_i}{2} < b-P_i$. Therefore, $P_i$ is bounded from above by $b$.
Additionally, it is trivial to show that $P_{i+1} > P_i$.
With this in mind, choose an arbitrary $\epsilon$. We need to show that there exists an $n$ such that $P_n > b-\epsilon$. Assume the contrary, that $P_n$ is bounded by $\epsilon$.
- Using a similar argument to what which was used before, assume $P_n$ is bounded by $\epsilon$ and then there exists a $P_i$ such that $P_{i+1}\not > P_i$. But this results in a contradiction with (4)
- Therefore, $P_n$ is not bounded by $\epsilon$ and we have proved what we want to prove.