4.3 Convergence
Let’s go through a few more proofs involving convergence (refer back to the definition at needed). For example, you might find the “there exists a real number ” clause in the definition of convergence unsatisfying, as it leaves open the possibility that many such numbers exist and a sequence might converge to lots of different things. However, this is in fact not possible.
Theorem. If and , then a=b.
Proof. Let .
Thus, for all , we have
In the above proof, the symbol means “implies” and the symbol means “therefore” (writing out the words is fine too, I’m just introducing the symbols because I occasionally use them in class). This proof introduces a standard technique that comes up often: since , I can get as close to as I want. I could find an such that , but why stop there? I can keep going and get , which ends up making the rest of the proof more clear. I could keep going even further and get if I wanted, but this isn’t necessary for what I’m trying to show.
Summarizing the above proof, if and , then for any positive number , it must be the case that . In other words, they have to be equal (). Here, the triangle inequality states that
Applied to line three, this gives
Hopefully the logic here is clear and all the steps of the proof make sense (if not, feel free to come by my office). You may very well be thinking “I understand the proof, but I could never come up with that!” This is normal; don’t worry about it. Any technique that you’ve never seen before is going to seem incredible and clever, but the more exposure to proofs you have, the more you will recognize all of the above steps as fairly standard and you will definitely be able to recognize when you need them in the future.
Theorem. If , then the sequence is bounded.
Proof. Therefore, is bounded (above by , below by ).
This is a fairly simple proof, but it illustrates a few important points. First, the choice of “1” in the first line is completely arbitrary; I could have chosen any number. Second, and more importantly, the heart of this proof is the second line, where we establish that there is a number that bounds and therefore also bounds . However, it is important to recognize that this is a claim (of existence), and it requires a justification. It is very easy in an unstructured proof to just say “let by the maximum of ”. But how do you know that this maximum exists? If the set were infinite, we wouldn’t know this. For example, we saw earlier that , so by our proof, is bounded. However, consider the set . This sequence converges as , but because there is an infinite collection of numbers leading up to , our proof above doesn’t work – we don’t know that this set has a maximum (and indeed, it doesn’t have a maximum, and the set isn’t bounded).
This is a common way in which it is easy to skip steps in an unstructured proof. Of course, one could still write “Let ” in a structured proof, but it would be immediately clear that the right hand column is empty and that this statement has not been justified. Now, sometimes it’s fine to say “let” without a justification: writing “Let ” and justifying it with “positive numbers exist” is pedantic. Going back to an earlier proof, one could argue that letting should be justified in the sense that this only exists if (which it is), and furthermore we should be more careful in the definition: is more technically sound (if is very large, could be negative according to our original definition). It never hurts to think about these things, but at the same time, it’s something of a judgment call and I felt that going into these justifications was a distraction from the main idea. On the other hand, the “maximum of a finite set” justification is quite important because it’s really the main idea of the proof.
Now would be a good time to try proving things on your own. Here are three theorems to start with.
Theorem. Suppose and . Then .
Theorem. Suppose and . Then .
Theorem. Suppose , with for all and . Then .
For the third theorem, is actually required? If we know that , can we still have ?
See here for solutions, although you should definitely try proving them on your own first before looking at the solutions.