15 - Convergence of sequences
Where we left off last time
We have spent a lot of time developing properties of compactness and understanding it as a finiteness condition. Today we want to start talking about sequences, and so this will actually bring us to the developing concepts like continuity, continuous functions, what does it mean for a function to be continuous — that's defined in terms of limits. And so we have to say what it means to take the limit of a sequence. Where do we start?
-
Correction from previous lectures: Recall that one way of characterizing compactness was by the finite intersection property. Here is the proper statement:
Finite Intersection Property. A collection of sets has the finite intersection property if every finite subcollection has non-empty intersection.
Previously, the above statement was coupled with a result characterizing compactness even though this result should have been omitted from the property statement. The characterization of compactness can be expressed as follows:
A set is compact if and only if every collection of closed sets that has the finite intersection property has non-empty intersection; that is, .
So we're demanding that we only look at collections that have the finite intersection property. Because there certainly could be some collections that don't, namely take two disjoint closed sets. Certainly they would not satisfy the finite intersection property, and I'd be demanding nothing about them.
Sequences
What are sequences and what's the main idea behind them?
-
Recall and definitions: We've actually encountered sequences before when we started talking about countable sets. We said okay well can we list the set in a sequence. So really what is a sequence? A sequence in some metric space is a function (This is a function that goes from the natural numbers to some point in .) defined by , where is a point in . We are doing this in the general context of metric spaces because we want to refrain from only thinking about sequences of real numbers. At some point, we'd like to think about, say, sequences of functions or the like. If you were a physicist or an engineer, then you'd be interested in wave forms and whether or not they converged as a sequence. Let's address some potential issues with sequences. We might have, for instance, the plane which is a metric space where we have the Euclidean metric, and we'd like to know what a sequence looks like, especially possibly the idea of "convergence."
-
Example 1: Consider the following picture:
We have a bunch of points "moving around" in a metric space above, and it looks like the sequence is actually doing something. The picture above is just a schematic of points in the plane, but we could also be talking about points in a space of functions where each of the points above is a function and asking whether or not those things converge. So that's the real question: What does it mean for a sequence to converge? It's easy to bring a lot of tuition to this discussion, but our goal will be to precisely pinpoint exactly what it means for a sequence to converge. If we think about the word "convergence" rather informally, then it makes sense to talk about the sequence in the picture above as "converging" to a point perhaps because "the points are getting closer to something," namely the point listed in the picture above. We wouldn't say that the sequence also converges to the point pictured below:
Why wouldn't we say our sequence converges to ? Well, the points are do not seem to be getting closer or nearer to , and the notion of "nearness" is important, and a metric here is going to be rather important.
-
Example 2: Consider the following picture:
Would we say the sequence pictured above (where the sequence keeps going in both directions) converges in the plane? It doesn't seem like there's any point that the points are "narrowing in on." It certainly does not seem like such a sequence converges in any meaningful way.
-
Example 3: Consider the following picture where every point is the same:
Would we say the sequence above converges? Seems relatively reasonable to say such a sequence converges. And we'd just say it converges to .
-
Example 4: Consider the following picture:
We have a ton of different points where we are just going back, forth, back, forth, back, forth, etc. Does such a sequence converge? No, it certainly does not seem to be so.
-
Convergence (motivating definition): The right notion of convergence should capture the idea that "points beyond a certain place" should be getting closer to something. For the examples above, it seems like we would say that Examples 1 and 3 have convergent sequences whereas Examples 2 and 4 do not, whatever that means. We are still going to try to make this concept very precise. So let's try to formulate a definition. Based on the examples, what's true of examples 1 and 3 that's not true of examples 2 and 4?
-
Convergence (definition): The sequence converges if there exists a point such that for any there exists a number such that implies . We may write this as follows for ease of reference:
If the requirements in (1) are met, then we say that converges to , or that is the limit of , and we write , or
If does not converge, then it is said to diverge. Note that in this definition is an index. We are saying that is the number beyond which all of the terms of are within of .
-
Illustration of definition: For Example 1, you can give me any , and it will be a ball around , where our goal is to communicate that there is a point in the sequence beyond which all the terms are inside the -neighborhood. The sample applies for Example 3:
The sample applies for Example 3:
What about something like the following picture:
It certainly looks like the sequence is converging to a point eventually even though it jumps up to in a seemingly random fashion, and it also jumps back up to randomly as well. The "jumping around" piece is not really a problem here though. Why? Well, if we jumped up outside of the -neighborhood at , then we would simply go .
-
Limits and limit points: Given our definition of what it means for a sequence to converge, which namely involves the notation
we may ask ourselves what the connection is between the sequence converging and limit point. What's the connection? We'll see it in a second.
-
Example of convergent sequence: How about the sequence
in the metric space ? Does it converge? Based on our experience with other math and maybe just some intuition, we might say this seems it converges to 1, not 10 or something else. Can we prove it though? We claim . If we're going to actually prove this using the definition of what it means for a sequence to converge, then what must we show? To establish convergence, our task is to, given an epsilon greater than zero, to find an that works (i.e., so that the requirements in (1) are fulfilled), and this is how this kind of proof pretty much always works. Now, how are we going to measure distance in the real line? Take the absolute value of the difference. So we're trying to find some such that or, using the Euclidean metric, . If we suspect that converges to 1, where , then we need to somehow bound the difference:
Right now we're kind of just working backwards. (This is how most proofs are actually cobbled together even though the logical presentation thereafter will often differ substantially in how ideas were encountered.) The question we should be asking ourselves at this juncture is when is it the case that ? For which ? That's what we're trying to find here. An equivalent question is asking when , and this occurs when . So now we have some sort of understanding when this bound holds. To bring this back around to our definition, is there a point in the sequence beyond which the condition always holds? What should be? How about anything greater than ? Then, if , then we will have our desired conclusion. Let's give a concrete proof now.
Given , let , where we have chosen the ceiling function just to ensure that we have a natural number to coincide with the term number of our sequence (recall is an index and should have natural number values since a sequence is a function with domain and codomain ). If , then ; hence, . Sp .
We would like the inequality above to be strict. How can we fix it? We could set . Then, if , then we certainly have ; hence, . So then , as desired.
-
True or false (statements): Try to mark the following as true or false:
- If and , then .
- If is bounded, then converges. (By saying " is bounded" we mean if we look at as a function, then its range is bounded or simply that all of the points that it achieves lie in some ball).
- If converges, then is bounded.
- If , then is a limit point of the range of .
- If is a limit point of in , then there exists in such that .
- If , then every neighborhood of contains all but finitely many .
-
True or false (answers/discussions): Discuss the above statements and whether or not they are true or false.
- If and , then .
Discussion: True. Why? There is some fixed distance between and , and let's call this distance , and we can focus on a distance . When we apply the definition of convergence, we are talking about any epsilon we like. This will cause some problems here. How can we make a contradiction precise? After some point in the sequence, say after the 17th term, all terms are in the -ball of . But we could also draw a -ball around . And after some point in the sequence, say the 52nd term, all terms are in the -ball around . Where is the contradiction? Well, if we take the bigger of 52 and 17, then all of the terms have to be in both balls, but both balls are disjoint, which can be proven by the triangle inequality. So we are in good shape.
More precisely, assume and . Let , where we will assume , and hence . (A proof by contradiction is coming.) Then there exists such that implies . Also, there exists such that implies . Let . Then implies that , a contradiction.
- If is bounded, then converges. (By saying " is bounded" we mean if we look at as a function, then its range is bounded or simply that all of the points that it achieves lie in some ball).
Discussion: False. Recall Example 4 from before where we had points jumping back and fourth. The points we contained in some ball, but they definitely did not converge.
- If converges, then is bounded.
Discussion: True. We may have a picture of a sequence such as the following:
Since converges to some point, say, , then we really will have a picture that looks something like the following, where for any there is a point beyond which all points are inside the ball:
How is this significant? Why does have to be bounded? Well, beyond some term of the sequence, say the 47th term, all of the sequences are then in the ball. So how many other points are there outside of the ball? Finitely many. That's the basic idea.
Use , then there exists such that implies . Let . So all are in some ball . 4. If , then is a limit point of the range of .
Discussion: False. Example 3 considered previously is a problem. If all of the points are the same, then a point sitting on top can't be its own limit point of its range. So while the concepts are related, they're not exactly the same. We have that is the limit of but is not a limit point of the range of as indicated in Example 3. Limits and limit points are different. They're related concepts but different. Why are they related? Look at the statement below.
- If is a limit point of in , then there exists in such that .
Discussion: True. Why? Consider the following picture:
How can we find a sequence in that converges to ? Well, if is a limit point of , then we can envision a picture like the following:
The picture above was constructed by first picking a ball of radius, say , around . Since is a limit point of , then this ball has to contain a point such that . Okay. Now we pick a ball of radius around for which we get another point in . And so forth. By doing this, we get a sequence of points that must converge to . That's the idea.
So choose a sequence . Then . (Try to justify this — it follows from how we've chosen the points of .)
- If , then every neighborhood of contains all but finitely many .
Discussion: True. Return to the following picture:
It sort of gives the idea. Everything is in the ball and everything else is out. The forward direction is true due to (1). It turns out that the reverse direction is true also. If every neighborhood of contains all but finitely many , then we claim that we must have . Why? Well, according to (1), you have to find me a for every . Basically, if it contains all but , then we will let . So this means the converse is also true.
-
Next time: We've talked a fair amount about sequences in a metric space . Next time, we will talk about sequences in and , and we will think about what we can say about their convergence. For instance, if you take a limit of a sequence in , then you can talk about summing two sequences. Is the limit of a sum the sum of the limits? Is the limit of a product of sequences the product of the limits?