Let (an)n∈N be a sequence such that liminfn→∞∣an∣=0. Prove there is a subsequence (ank)k∈N such that ∑k=1∞ank converges.
Solution.
Since liminfn→∞∣an∣=0, there is a subsequence (ank)k∈N such that ∣ank∣→0. We will show that (ank) has a further subsequence which is summable.
Without loss of generality, by passing to a subsequence, we may assume that limn→∞∣an∣=0. (What this means is that I replaced (an)n in the problem with the subsequence (ank)k I found in the previous paragraph. Because we only care about subsequences in this problem, I'm allowed to do this.) We will find a subsequence (ank)k such that
∣ank∣≤k21.
Note that the choice of k21 is not that important. As long as you pick something summable, then the following proof will still work. For example, I could have used 2k1 or k231 instead.
First, using ε=1, there exists an1 such that ∣an1∣≤1. Now suppose we have chosen an1,…,ank such that n1<n2<⋯<nk and ∣ank∣≤k21. Then because ∣an∣→0, setting ε=(k+1)21, there exists nk+1>nk so that ∣ank+1∣≤(k+1)21.
By induction, we have found a subsequence (ank)k of (an)n such that ∣ank∣≤k21. By comparison,
0≤k∑∣ank∣≤k∑k21<∞,
so ∑kank is (absolutely convergent, hence) convergent.
Exercise 15.7
Prove if (an) is a decreasing sequence of real numbers and if ∑nan converges, then limn→∞nan=0. (Hint: Consider ∣aN+1+aN+2+⋯+an∣ for suitable N.)
Use (a) to give another proof that ∑nn1 diverges.
Solution.
First, notice because ∑nan converges and (an) is decreasing that an≥0. Otherwise, ∑nan≤∑na1=−∞. If n>N, then because (an) is a decreasing sequence,
From here, there are two ways you could complete the problem.
ε-N proof: Since ∑nan converges, its tails converge to 0. More precisely, limN→∞∑k=N+1∞ak=0. Let ε>0. This means that there exists N so that ∑k=N+1∞ak<2ε. Fix this N and notice that limn→∞Nan=0, so there exists N′ such that Nan<2ε for n>N′. Putting everything together, if n>max{N,N′}, then
nan≤Nan+k=N+1∑∞ak<2ε+2ε=ε.
With limsup: A slicker way to finish up the proof is as follows. We can't send n→∞ in (∗) because we don't know if nan converges or not. But recall that limsupn→∞nan always exists, so (∗) implies
But limsupn→∞nan does not depend on N, so it's actually constant as N→∞. Thus,
n→∞limsupnan≤N→∞limk=N+1∑∞ak=0.
Since nan=∣nan∣, this means limsupn→∞∣nan∣=0, which implies that (nan)n itself converges with limn→∞nan=0 (see Exercise 12.2 from the book, which we also did in discussion).
First, (n1)n is decreasing since
n+11−n1=−n(n+1)1≤0.
But limn→∞n⋅n1=1=0, so by (the contrapositive of) (a), ∑nn1 diverges.
Exercise 17.4
Prove the function x is continuous on its domain [0,∞). Hint: Apply Example 5 in §8.
Solution.
Solution 1 (by using sequences)
Let f(x)=x. Let x0∈[0,∞) and let (xn)n be a sequence in [0,∞) such that xn→x0. By Example 5,
n→∞limf(xn)=n→∞limxn=x0=f(x0),
so x is continuous at x0.
Solution 2 (by ε-δ)
This proof is almost identical to the proof of Example 5, so I'll skip some of the details.