Wednesday, February 14, 2018

real analysis - Is this proof that if an+1=sqrt2+sqrtan and a1=sqrt2, then sqrt2leqanleq2 correct?



Let a1=2 and an+1=2+an. Now I want to show by induction that 2an2 for all n.




The base case is n=1 and it is clear 2a12. Then I assume that 2an2 holds and I want to show 2an+12.



Then I note that 2an+1222+an2. By squaring both sides I get 22+an4. Then by subtracting 2, I get 0an2. This means that 0an4. This is ok because I assumed 02an24.



Edit
How about this: Since I know 2an2. Then it is clear that 0an4. By taking square roots I get 0an2. Now if I add 2, 2an+24. Taking another square root I get 2an+22. So 2an+12.


Answer



Note that you want to show the case n implies n+1, but you're going the other way.



The good thing about this sequence is the inductive step is indeed easy.




The base case is 2a12



We now assume 2an2



Take a square root, then add two, then take a square root.



42+22+an2+2



42+2an+12+2




Note that since 2+2<42+2<2 and similarily 2<42+22<42+2



Add: Your edit makes perfect sense.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...