Friday, April 12, 2019

sequences and series - If limntoinftyan=L, then limntoinftya1/kn=L1/k. {Edited]




I need some help proving the following statement:



[EDIT]: forgot to mention that:



an0 , L0.



If the limit of a sequence lim nan=L,
then, for any kN, the limit of the sequence limnkan=kL.



I already proved that every sequence {an}k converges to Lk by induction step,

but when I tried the same for {1/k}, it just doesn't work.


Answer



Let an0 for all n1, so that, if anL, then L0. This allows a1/kn to be meaningful for all n,k1.



Let k1. If L=0, then the statement is obvious; for, we have an<ε iff a1/kn<ε1/k. Suppose L>0. Then there is some N11 such that an>0 for all nN1. If nN1, then
|a1/knL1/k|=|anL|k1j=0ajknLk1jk.


On the other hand, there is some N2N1 such that nN2 implies
|anL|<L/2, implying L/2<an, implying that

k1j=0ajknLk1jk>Lk1k/k1j=02jk=:M.

If ε>0, then there is some N3N2 such that nN3 implies |anL|<Mε.
We have proved that, for every ε>0, there is some N1 such that nN implies |a1/knL1/k|<ε.


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