Lecture 20
Convergence proofs
Let’s take a brief detour to remind you of something that you probably know, but whose importance may not have been pointed out to you. The triangle inequality says that for any real numbers and . It’s easy to prove, by carefully analysing what can happen: which combinations of signs of , and are possible?
We can use this to get the following: This embodies the following slogan:
The distance from to if we go direct is less than if we go via .
Now we get back to the subject of convergence.
We say that a sequence is convergent if it converges to some .
Here’s a very important fact (which is only true because of all that work we put in finding a good definition):
Proposition
A sequence cannot converge to two different real numbers and .
Before we prove this, let’s think about what a proof might look like. Here’s a picture of a numberline, to help show us what would happen if a sequence was convergent to and to :
The two bars at the bottom of that diagram were deliberately chosen not to overlap (I made each of them extend one third of the distance from to , leaving another third of the distance between them in the middle).
And since it converges to and , eventually all the terms of the sequence should be within the interval around , and also all of them within the interval around , which is a contradiction since the intervals don’t meet.
Let’s do the working carefully.
Proof
We’ll prove this by contradiction. So, suppose it can: suppose that there is a sequence , which converges to two different real numbers and . Without loss of generality, we may take .
Since the sequence converges to , there is some such that, for all , we have .
Since the sequence converges to , there is some such that, for all , we have .
But then, using the triangle inequality, for any bigger than both and , we have which is a contradiction as is positive.
As a result, if a sequence is convergent, there is a unique real number to which it converges; we call that the limit of the sequence.
Let’s now try proving that some sequence or other does converge, as we’re not well practiced at that yet:
Proposition
The sequence where , converges to .
Proof
[Proof (rough version)]
The definition of convergence is complicated, so it may be helpful to start by reminding us what we’re aiming for. So we’ll start by working from the wrong end.
We need to show that, for every , there is some , such that for all we have
A natural thing to do is to simplify that:
So, as we can see, what we’re aiming for is that, for every there is some , such that for all we have But that’s the same as having
So if we take to be , the smallest integer greater than , that works.
That proof is sort-of-okay, but it’s backwards. It was helpful to write it, but hard to check that it’s logically valid. I’ll now rewrite it forwards.
Proof
[Proof (neat version)] We must show that, for every , there is some such that for all we have Let such an be given.
Define to be , which is the smallest integer greater than .
Then, if , we have exactly as required.
That second version is obviously correct, and all the reasoning goes in the right direction. But analysis proofs often have the property that the most persuasive proof will seem a bit mysterious. It’s best to do the rough work and then rewrite it neatly.
I understand you will have met the subject of convergence in MAS110.
That course is about streetfighting, and there you’re encouraged to use any techniques you have to hand without worrying too much about what it means.
This is a course about developing fundamental in mathematics and their proofs: if I set problems about convergence in MAS114, I need you to give a rigorous proof, with everything traced back to the definition of convergence (unless you’re told otherwise), rather than using the slightly vaguer methods and extra theorems you saw there!