Homework 6

Table of Contents

Exercise 14.12 (not graded)

Let (an)nN\p{a_n}_{n \in \N} be a sequence such that lim infnan=0\liminf_{n\to\infty} \abs{a_n} = 0. Prove there is a subsequence (ank)kN\p{a_{n_k}}_{k \in \N} such that k=1ank\sum_{k=1}^\infty a_{n_k} converges.

Solution.

Since lim infnan=0\liminf_{n\to\infty} \abs{a_n} = 0, there is a subsequence (ank)kN\p{a_{n_k}}_{k \in \N} such that ank0\abs{a_{n_k}} \to 0. We will show that (ank)\p{a_{n_k}} has a further subsequence which is summable.

Without loss of generality, by passing to a subsequence, we may assume that limnan=0\lim_{n\to\infty} \abs{a_n} = 0. (What this means is that I replaced (an)n\p{a_n}_n in the problem with the subsequence (ank)k\p{a_{n_k}}_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\p{a_{n_k}}_k such that

ank1k2.\abs{a_{n_k}} \leq \frac{1}{k^2}.

Note that the choice of 1k2\frac{1}{k^2} is not that important. As long as you pick something summable, then the following proof will still work. For example, I could have used 12k\frac{1}{2^k} or 1k32\frac{1}{k^{\frac{3}{2}}} instead.

First, using ε=1\varepsilon = 1, there exists an1a_{n_1} such that an11\abs{a_{n_1}} \leq 1. Now suppose we have chosen an1,,anka_{n_1}, \ldots, a_{n_k} such that n1<n2<<nkn_1 < n_2 < \cdots < n_k and ank1k2\abs{a_{n_k}} \leq \frac{1}{k^2}. Then because an0\abs{a_n} \to 0, setting ε=1(k+1)2\varepsilon = \frac{1}{\p{k + 1}^2}, there exists nk+1>nkn_{k+1} > n_k so that ank+11(k+1)2\abs{a_{n_{k+1}}} \leq \frac{1}{\p{k + 1}^2}.

By induction, we have found a subsequence (ank)k\p{a_{n_k}}_k of (an)n\p{a_n}_n such that ank1k2\abs{a_{n_k}} \leq \frac{1}{k^2}. By comparison,

0kankk1k2<,0 \leq \sum_k \abs{a_{n_k}} \leq \sum_k \frac{1}{k^2} < \infty,

so kank\sum_k a_{n_k} is (absolutely convergent, hence) convergent.

Exercise 15.7

  1. Prove if (an)\p{a_n} is a decreasing sequence of real numbers and if nan\sum_n a_n converges, then limnnan=0\lim_{n\to\infty} na_n = 0. (Hint: Consider aN+1+aN+2++an\abs{a_{N+1} + a_{N+2} + \cdots + a_n} for suitable NN.)
  2. Use (a) to give another proof that n1n\sum_n \frac{1}{n} diverges.
Solution.
  1. First, notice because nan\sum_n a_n converges and (an)\p{a_n} is decreasing that an0a_n \geq 0. Otherwise, nanna1=\sum_n a_n \leq \sum_n a_1 = -\infty. If n>Nn > N, then because (an)\p{a_n} is a decreasing sequence,

    k=N+1nakk=N+1nan=(nN)an    nanNan+k=N+1nakNan+k=N+1ak.()\begin{gathered} \sum_{k=N+1}^n a_k \geq \sum_{k=N+1}^n a_n = \p{n - N} a_n \\ \implies na_n \leq Na_n + \sum_{k=N+1}^n a_k \leq Na_n + \sum_{k=N+1}^\infty a_k. \quad\p{*} \end{gathered}

    From here, there are two ways you could complete the problem.

    ε\varepsilon-NN proof: Since nan\sum_n a_n converges, its tails converge to 00. More precisely, limNk=N+1ak=0\lim_{N\to\infty} \sum_{k=N+1}^\infty a_k = 0. Let ε>0\varepsilon > 0. This means that there exists NN so that k=N+1ak<ε2\sum_{k=N+1}^\infty a_k < \frac{\varepsilon}{2}. Fix this NN and notice that limnNan=0\lim_{n\to\infty} Na_n = 0, so there exists NN' such that Nan<ε2Na_n < \frac{\varepsilon}{2} for n>Nn > N'. Putting everything together, if n>max{N,N}n > \max\set{N, N'}, then

    nanNan+k=N+1ak<ε2+ε2=ε.na_n \leq Na_n + \sum_{k=N+1}^\infty a_k < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon.

    With lim sup\limsup: A slicker way to finish up the proof is as follows. We can't send nn \to \infty in (*) because we don't know if nanna_n converges or not. But recall that lim supnnan\limsup_{n\to\infty} na_n always exists, so ()\p{*} implies

    lim supnnanlim supnNan+lim supnk=N+1ak=k=N+1ak.\limsup_{n\to\infty} na_n \leq \limsup_{n\to\infty} Na_n + \limsup_{n\to\infty} \sum_{k=N+1}^\infty a_k = \sum_{k=N+1}^\infty a_k.

    But lim supnnan\limsup_{n\to\infty} na_n does not depend on NN, so it's actually constant as NN \to \infty. Thus,

    lim supnnanlimNk=N+1ak=0.\limsup_{n\to\infty} na_n \leq \lim_{N\to\infty} \sum_{k=N+1}^\infty a_k = 0.

    Since nan=nanna_n = \abs{na_n}, this means lim supnnan=0\limsup_{n\to\infty} \abs{na_n} = 0, which implies that (nan)n\p{na_n}_n itself converges with limnnan=0\lim_{n\to\infty} na_n = 0 (see Exercise 12.2 from the book, which we also did in discussion).

  2. First, (1n)n\p{\frac{1}{n}}_n is decreasing since

    1n+11n=1n(n+1)0.\frac{1}{n + 1} - \frac{1}{n} = -\frac{1}{n\p{n+1}} \leq 0.

    But limnn1n=10\lim_{n\to\infty} n \cdot \frac{1}{n} = 1 \neq 0, so by (the contrapositive of) (a), n1n\sum_n \frac{1}{n} diverges.

Exercise 17.4

Prove the function x\sqrt{x} is continuous on its domain [0,)\pco{0, \infty}. Hint: Apply Example 5 in §8\S8.

Solution.

Solution 1 (by using sequences)

Let f(x)=xf\p{x} = \sqrt{x}. Let x0[0,)x_0 \in \pco{0, \infty} and let (xn)n\p{x_n}_n be a sequence in [0,)\pco{0, \infty} such that xnx0x_n \to x_0. By Example 5,

limnf(xn)=limnxn=x0=f(x0),\lim_{n\to\infty} f\p{x_n} = \lim_{n\to\infty} \sqrt{x_n} = \sqrt{x_0} = f\p{x_0},

so x\sqrt{x} is continuous at x0x_0.

Solution 2 (by ε\varepsilon-δ\delta)

This proof is almost identical to the proof of Example 5, so I'll skip some of the details.

Let ε>0\varepsilon > 0. If x0=0x_0 = 0, then

x<ε2    xx0=x<ε.\abs{x} < \varepsilon^2 \implies \abs{\sqrt{x} - \sqrt{x_0}} = \sqrt{x} < \varepsilon.

Now suppose x00x_0 \neq 0. If xx0<εx0\abs{x - x_0} < \varepsilon \sqrt{x_0}, then

xx0=xx0x+x0xx0x0<ε.\abs{\sqrt{x} - \sqrt{x_0}} = \frac{\abs{x - x_0}}{\sqrt{x} + \sqrt{x_0}} \leq \frac{\abs{x - x_0}}{\sqrt{x_0}} < \varepsilon.