Punkyc7
- 415
- 0
Let the number x_{n} be defined as follows x_{1} = 1 and x_{2} =2 and x_{n+2}=\frac{1}{2}(x_{n+1} +_{n}) for all n \epsilon N. Use the principle of strong induction to show that 1\leqx_{n} \leq2 for all n \epsilon N
I have never done strong induction before so is this right?
Pf/
so P(1) is obvious
Assume true for P(1)...P(n). WTS true for P(n+1).
So P(n+1)= x_{n+3}=\frac{1}{2}(x_{n+2} +x_{n+1}). Since
x_{n+3}=\frac{1}{2}(x_{n+2} +x_{n+1})= \frac{1}{2}(x_{n+1} +x_{n}). Since its true for \frac{1}{2}(x_{n+1} +x_{n}) by our induction hypothesis its true for for n+1.
I have never done strong induction before so is this right?
Pf/
so P(1) is obvious
Assume true for P(1)...P(n). WTS true for P(n+1).
So P(n+1)= x_{n+3}=\frac{1}{2}(x_{n+2} +x_{n+1}). Since
x_{n+3}=\frac{1}{2}(x_{n+2} +x_{n+1})= \frac{1}{2}(x_{n+1} +x_{n}). Since its true for \frac{1}{2}(x_{n+1} +x_{n}) by our induction hypothesis its true for for n+1.
Last edited: