Now that the homework problems are a bit more interesting, I have relatively important comments to make.
1.9
This was the problem where you had to prove that 2n>n2 for all n≥5 by induction. I saw a lot of proofs that looked like this:
2n+1=2⋅2n>2n2>n2+2n+1=(n+1)2.(since n≥5)
I mainly had issue with the third line: while it is true that n2>2n+1 when n≥5, you still have to prove it on your homework. As a general rule of thumb, you should prove all claims you make that weren't proven in lecture, discussion, or the book (unless Professor Jacobs or I say it's okay to take something for granted). That being said, here is one way to prove it: since n≥5≥3,
n2=n⋅n≥3n=2n+n>2n+1.
Miscellaneous
Let P,Q be propositional statements. If P⟹Q is true and Q is true, does this mean P is also true? Hopefully, you agree that this is a false statement, and we can check with a logic table:
P1100Q1010P⟹Q1011
The third row is the important row for this example: Q is true and P⟹Q is true, but P is false. With this in mind, consider the following example:
Example 1.
What's the problem with the following argument?
Note that
n2−2n−1≥0⟹(n−1)2−2≥0⟹(n−1)2≥2.
This is true if n≥3. Therefore, n2−2n−1≥0 when n≥3.
Solution.
While the conclusion is true, the proof (which is the most important part) is incorrect: set P=‘‘n2−2n−1≥0" and Q=‘‘(n−1)2≥2", and we assume that n≥3. Then the incorrect proof is using the following logic:
P⟹Q is true and Q is true. Therefore P is true.
As we discussed, this logic is not correct. Instead, you should do this in reverse: show that something true implies something else is true. In this case, the proof is correct if we just reverse the order of the steps: for n≥3,
(n−1)2≥2⟹n2−2n+1≥2⟹n2−2n−1≥0,
and now you can conclude that n2−2n−1≥0 for n≥3.
Limits
Limit Laws
Theorem (limit laws)
Suppose n→∞liman=a and n→∞limbn=b. Then:
n→∞lim(an+bn)=a+b.
If c∈R, then n→∞limcan=ca.
n→∞lim(anbn)=ab.
If b=0, then n→∞limbnan=ba.
This looks like a straightforward theorem, but it can be very easy to misuse it. The most common way I've seen it be used incorrectly is trying to apply it with limits that don't exist.
Example 2.
If n→∞liman and n→∞limbn don't exist, does this mean an+bn doesn't exist?
Solution.
The following is wrong:
n→∞lim(an+bn)=n→∞liman+n→∞limbn, and these limits don't exist. Therefore, n→∞lim(an+bn) doesn't exist either.
The problem is with the first "=" sign: the limits don't exist, so that "=" is invalid. As a counterexample, consider an=(−1)n and bn=−(−1)n. Then both limits don't exist, but
n→∞lim(an+bn)=n→∞lim((−1)n−(−1)n)=n→∞lim0=0,
so it's possible that the sum of two divergent sequences is convergent.
Exercise 1.
Come up with an example where {an}n and {bn}n are divergent, but {anbn}n is divergent.
Limit laws are very useful because if we can use them, then we don't need to do any ε arguments.
Example 3.
(Related to 9.1, 9.3)
Suppose n→∞liman=a and n→∞limbn=b. Calculate n→∞limbn2+22an2+1 and justify all your steps.
Solution.
This example is basically here to illustrate the amount of detail I expect on 9.1 and 9.3 (if you want full credit).
n→∞liman=a, so n→∞lim(2an2+1)=2a2+1 by (i), (ii), and (iii), and similarly, n→∞lim(bn2+1)=b2+1 by (i) and (iii). Since b2+1>0, we can use (iv) to get
Basically, every "=" needs to be justified (with a few words).
Another (very) useful theorem for calculating limits is the squeeze theorem:
Theorem (squeeze theorem)
Let {an}n, {bn}n, and {sn}n be sequences such that an≤sn≤bn. If n→∞liman=n→∞limbn=L, then n→∞limsn=L also.
Proof.
Let ε>0. Notice that
sn−L≤bn−L≤∣bn−L∣and−∣an−L∣≤an−L≤sn−L.
Since n→∞liman=L, there exists N1∈R such that
n>N1⟹∣an−L∣<ε⟹−ε<−∣an−L∣≤sn−L.
Similarly, because n→∞limbn=L, there exists N2∈R so that
n>N2⟹∣bn−L∣<ε⟹sn−L≤∣bn−L∣<ε.
These inequalities work for different conditions on n, but we want to use them at the same time. If we let N=max{N1,N2}, then whenever n>N, n satisfies n>N1 and n>N2 at the same time. Thus,
−ε<sn−L<ε⟹∣sn−L∣<ε.
□
We generally use the following corollary of the squeeze theorem the most:
Corollary
Let {sn}n and {tn}n be sequences such that ∣sn∣≤tn and n→∞limtn=0. Then n→∞limsn=0.
Proof.
Observe that −tn≤sn≤tn. Thus, if we set an=−tn and bn=tn as in the theorem, then an≤sn≤bn and
n→∞liman=n→∞limbn=0⟹n→∞limsn=0.
□
This corollary helps speeds up proofs quite a bit:
Example 4.
Prove that n→∞lim∣∣n2+1n+2∣∣=0.
Solution.
In light of the squeeze theorem, we just need to find something bigger than ∣∣n2+1n+2∣∣ which goes to 0:
∣∣n2+1n+2∣∣≤n2n+n≤n2n→∞0.
(The arrow can be read as "... which goes to 0 as n→∞".)
Proving Divergence
As a quick example (relevant for your homework), here are two problems where you need to show that a limit doesn't exist:
Example 5.
Let a2n=1 and a2n+1=3. Show that n→∞liman does not exist.
Solution.
Suppose otherwise and that n→∞liman=L. Then given ε>0, there exists N∈R such that whenever ∣an−L∣<ε whenever n>N.
Suppose k>2N. Then
2k>N⟹∣a2k−L∣<ε.
Similarly,
2k+1>N⟹∣a2k+1−L∣<ε.
Based on these inequalities, if n is big enough, then L is within ε of 1 and 3. In the picture, this means that L has to be in both blue parentheses, and this should be impossible if ε is small enough. Based on the picture, we should get a contradiction if we let ε=1:
2=∣1−3∣=∣a2k−a2k+1∣≤∣a2k−L∣+∣a2k+1−L∣<1+1=2.
This is impossible, so no L could have existed to begin with, which completes the proof.
Example 6.
Let an=2n. Prove that n→∞lim2n does not exist.
Solution.
Like before, we're going to assume (for the sake of contradiction) that n→∞liman=L.
We're going to apply the same strategy: we're going to pick ε small enough so that L would have to be in two different places at the same time, which should give us a contradiction. Based on the picture, the distance between 2n and 2n+1 is 2n≥2, so ε=1 should work again.
By definition of the limit, there exists N∈R such that if n>N, then ∣an−L∣<1. Notice this means that ∣an+1−L∣<1 as well, so
2n=∣an−an+1∣≤∣an−L∣+∣an+1−L∣<1+1=2.
Thus, we get a contradiction, so the limit must not have existed to begin with.