Definitions 10/24/17
During the lecture on Tuesday we continued our discussion of uniform continuity by discussing Theorem 4.4.7. This theorem seems as if it will be very useful in the future and thus I would like to dig deeper into it.
1. Preliminaries
First let us recall definitions and theorems that will be mentioned.
Compact Set: a set is compact if every sequence has a subsequence in that converges to a limit .
Uniform Continuity: A function is uniformly continuous on if for every there exists a such that for all , implies .
Theorem 4.4.5 : A function is NOT uniformly continuous on if there exists a and two sequences and in satisfying but .
2. Uniform Continuity on Compact Sets
Theorem 4.4.7 builds on the topic of compact sets by stating an interesting observation about continuous functions on compact sets.
Theorem 4.4.7: A function that is continuous on a compact set is uniformly continuous on .
3. Proof in Steps
While the specifics of this proof were discussed in lecture, it would be valuable to recall the basic steps of the proof.
Step 1: Negation of the Theorem. By negating the entire theorem, we are able to set up a proof by contradiction. The negation is as follows
By assuming these three statement, one can begin a proof BWOC.
Step 2: Implement Theorem 4.4.5. Using this theorem, one can say that for some , there exists two sequences and in satisfying but .
Step 3: Implement the definition of Compact. Since is in set , then there exists a convergent subsequence such that and .
Step 4: Implement Algebraic Limit Theorem. By once again using the definition of Compact, we can see that the subsequence is a convergent subsequence and its limit is an element of set . However, by implementing the Algebraic Limit Theorem along with the assumption that, one can see that .
Step 5: Recall the continuity of f. Since and both converge to x and we assumed that f is continuous at x, it must also be the case that . However, this presents a problem as we assumed that for some . With that, there exists a contradiction. Therefore, function that is continuous on a compact set must be uniformly continuous on that set.
4. Conclusion
With Theorem 4.4.7 and its proof presented, one could ask about the importance of this theorem. I would argue that one good example of this was presented in the case of being uniformly continuous on the set . By splitting the domain into sets and , we were able to use Theorem 4.4.7 to quickly show that since is continuous on the compact set , must also be uniformly continuous on the set. With this proven, we were then left with proving that is uniformly continuous and then going through the different cases regarding what set x and y are in. Remembering this example may be a good idea as implementing this technique of splitting the domain may prove to be useful in future proofs.
This is a great exploration of this very important result, Jonathan.
In Step 4, you state that “By once again using” compactness… however, one needs to be slightly more careful than this. Notice that the subsequence you get for (y_nk) is NOT NECESSARILY the same sequence of indices n_1, n_2, n_3, … as those returned for (x_nk)… If these indices do not align, we cannot conclude that lim_{k \to \infty}(x_{nk} – y_{nk}) = 0. So, we actually avoid a second application of compactness, and simply use algebraic limit theorem to conclude (y_{nk}) also converges AND it happens to also converge to x.
I like the observations you make about the proof structure: Breaking apart domains to build up a proof is indeed a very useful tool to keep in mind; I would further observe that this “Constructive” nature of argument is ubiquitous in the field of analysis. So, very good observation!