Let (sn) be a sequence in R. Prove that limn→∞sn=0 if and only if limn→∞∣sn∣=0.
Solution.
"⟹"
Let ε>0. Since limn→∞sn=0, there exists N∈R such that if n>N, then ∣sn−0∣<ε. This same N will work for ∣sn∣. Since ∣sn∣≥0, we have
∣∣sn∣−0∣=∣sn−0∣<ε
for n>N.
Common Mistakes
One mistake I saw a few times was something like this:
There are two cases: ∣sn∣=sn or ∣sn∣=−sn. In either case, we have limn→∞sn=limn→∞(−sn)=0. Therefore, limn→∞∣sn∣=0.
The issue with this is that this does not exist all the cases. While it's true that for each n, we have ∣sn∣=sn or ∣sn∣=−sn, the issue is that the sign of sn could change with n.
In other words, for this argument to work, you would need (∣sn∣)=(sn) or (∣sn∣)=(−sn), but this doesn't have to happen, e.g., sn=(−1)n.
Exercise 8.7(b)
Show that sn=(−1)nn does not converge.
Solution.
Note: There are a lot of ways to do this problem. This is the one that first came to my mind.
Suppose for the sake of contradiction that (sn) does converge to some s∈R. Let ε=21. Then there exists N∈R such that if n>N, then
∣sn−s∣<21⟹s−21<(−1)nn<s+21.
In particular, 2n>N, so
s−21<2n<s+21⟹2n−21<s.
On the other hand, we have 2n+1>N, so
s−21<−(2n+1)<s+21⟹s<−(2n+21).
But this implies
0≤2n−21<s<−(2n+21)≤0,
which is a contradiction.
Exercise 9.4
Let s1=1 and for n≥1 let sn+1=sn+1.
List the first four terms of (sn).
It turns out that (sn) converges. Assume this fact and prove the limit is 21(1+5).
Solution.
1,2,2+1,2+1+1
Assuming (sn) converges, we use Example 5 from the book (which I showed you in discussion), to get
n→∞limsn+1=s+1.
On the other hand, it's not too hard to show that limn→∞sn+1=s also. Thus, we get
s=n→∞limsn+1n→∞limsn+1=s+1.
This implies s2−s−1=0, so
s∈{21+5,21−5}.
You can show by induction that sn≥0 for all n, which implies s≥0 as well (why?). In particular, this eliminates 21−5, so
s=21+5.
Exercise 1.
Show that if n0∈N and limn→∞sn=s, then limn→∞sn+n0=s as well. (Hint: Take the N you get from (sn) and use N′=N−n0.)
Exercise 2.
Show that if sn≥0 for all n≥1 and limn→∞sn=s, then s≥0 as well.
Give a counter-example to show that this statement is false with strict inequalities, i.e., to show that the statement
If sn>0 for all n≥1 and limn→∞sn=s, then s>0 as well.