Wednesday, March 23, 2016

real analysis - Showing that a sequence is monotone and thus convergent



Here's the original question:





Let (an) be bounded. Assume that an+1an2n. Show
that (an) is convergent.




Okay, I know that if I can show that if the sequence is monotone, I can conclude that it is convergent. But I am not sure how to show that it is monotone.



I know that
anan+1+12n<an+1+1n



It looks to me as if it is monotonically increasing but I'm quite not sure how to prove my claim. Any hints would be appreciated.



Answer



For all n, let
bn=an21n.
Note that
bn+1bnan+12nan21nan+1an2n,
which is true. Note also that bn is the sum of the bounded sequence an and the convergent sequence 21n, and hence is bounded as well. Thus, bn converges by the monotone convergence theorem, and hence, by the algebra of limits, so does an.


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...