1. Some Practise with Sequences
Table of Contents | 2. Countability ≫Back when the dinosaurs still ruled the Earth, early Man knew of the natural numbers. Somewhere along the way, people started understanding the operation of division, giving rise to fractions and rational numbers.
The Greeks knew of the existence of irrational numbers. Long after the dinosaurs disappeared, American primary education defined an irrational number to be a (real) number that was not rational. But then what is a real number? Many American primary school textbooks define a real numbers to be number that is either rational or irrational.
Perhaps you have noticed that this is rather circular, and thus we are faced with a dilemma: either irrational numbers do not actually exist and the Greeks were wrong, or they do exist but must be constructed or characterised by their relation to rational numbers. As the Greeks were undeniably infallible, the latter must be true.
Perhaps some of you have seen an alternative definition of real numbers that isn’t circular: it can be defined (loosely) as any number that admits a (potentially infinite) decimal expansion. Put another way, a real number is anything that can be approximated by a rational number to an arbitrary degree of precision. For instance, is the “limit” of the sequence
In a sense, the rational numbers have a lot of “holes” in them — numbers that “should” exist like , but don’t (yet).
Remark 1.
If you have studied topology before (Math 121), one way to describe how “holey” is by showing that is totally disconnected under the subspace topology inherited from !
We’ll be “filling in” these holes later, as this will be important to even define things such as infinite series and integrals. For now, we’ll be doing some practise problems that involve sequences and limits.
Problem 1.
Suppose for some fixed and for all . Suppose additionally that . Show that given any that such that for all .
Hint
Use a proof by contraposition! Keep the assumptions of the statement, but negate the conclusion. Suppose that is as in the problem statement, but suppose that there exists some such that for every , there exist such that .
The main idea of a proof by contraposition is: if you are trying to prove the statement “ implies ”, it’s the same thing as proving “not implies not ”. (This is the contrapositive of the original statement.)
A good trick for negating statements is that you should turn every “for all” into a “there exists” and replace every “there exists” with a “for all” in the conclusion. Of course, you also need to flip all the inequalities.
Note: I originally called this a proof by contradiction, but it’s really not that — here, we show “not (Q) implies not (P)”, whereas a proof by contradiction is “show that (P) and not (Q) is never true”. They are very slightly different, and I’m sorry for the mistake!
Solution (Using Contrapositive)
Suppose that there exists some such that for every , there exist such that . Fix such an .
Let . By assumption, there exists some such that ; let . Then . (Why?)
Inductively continue this sequence: given some , one may define a by repeating the above process. By assumption, there exist some such that . After selecting , we get .
We have now found a subsequence such that each term increases by at least . But this means that the sequence is unbounded! This proves the contrapositive of the problem.
Solution (Direct Proof)
Fix any . Let be the largest integer such that is still an upper bound for the sequence . Such a does exist: is at least since is already an upper bound, and cannot be larger than for any . (We are, at some level, applying the well-ordering principle here.)
Let , which is an upper bound of . By construction, cannot be an upper bound of , so there exists some such that . But then is between and for all ! It follows that for any ,
Some Comments
Some people tried using a direct proof that used a least upper bound of the sequence. This is good because if is the least upper bound, then for every , there exists an such that ; this is what makes our argument work. However, we have not constructed the real numbers yet, and we cannot use least upper bounds!
At the end of the day, the two proofs have very similar flavours. The first proof argues that if the conclusion is false, then the sequence will “step up” by infinitely many times, contradicting boundedness. The second proof argues that if the sequence is bounded, one can lower the bound to “within an ” of the sequence, which allows us to control how spread out the sequence is.
Problem 2.
Given two monotone nondecreasing sequences and each bounded above, define a relation if . Determine if the following statement is true or false:
If and , then .
Hint
Solution
By definition, if . By definition, this means that for each there exists some such that for all , By the triangle inequality (see the hint above), we have that The idea is that both quantities at the very right should “eventually be very small”, and this forces the quantity at the left to be “eventually be very small” as well. This is what we want!
Fix an . Since , . Thus, there exists some such that whenever , . Similarly, since , , so there exists some so that whenever , .
Let . If , then , so . Similarly, if , then , so as well. Using the triangle inequality from before, we get that for all that This works for any , so we conclude that . Thus, by definition.
Problem 3.
This problem is not directly related to this class, but it is a fun exercise that demonstrates a method of proof the other problems don’t use.
In a set of any six people named , show that there is a subset of three people that either all know each other or are all strangers to each other.
Hint
Solution
Let’s consider two cases:
- knows at least other people.
- knows fewer than other people. Necessarily, this means that doesn’t know at least other people.
Case 1: Suppose knows at least other people. Without loss of generality, we may assume that knows , , and . If , , and all don’t know each other, then we’ve found three people that don’t know each other. Otherwise, at least two of them know each other, say and , hence , and all know each other!
The second case is more or less the same argument.
Case 2: Suppose doesn’t know at least other people. Again, we may assume that doesn’t recognise , , and . If these three strangers to all know each other, we’re done! Otherwise, at least two of them don’t know each other, say and ; thus , , and are all strangers to each other.
Problem 4.
Let be any sequence such that for some and all . Show that there exists a subsequence that is either monotone nonincreasing or monotone nondecreasing.
Note: this statement is often described as the “scenic viewpoint theorem”. Where do you think the name comes from?
Hint
Solution
Following the hint, we’ll consider two cases:
- The sequence has infinitely many scenic viewpoints.
- The sequence has finitely many scenic viewpoints.
Case 1: Let be the first scenic viewpoint, be the second scenic viewpoint, etc. Then is a monotone nonincreasing subsequence — each scenic viewpoint “overlooks” the rest of them!
Case 2: Let be the last scenic viewpoint in the sequence. Let . can’t be a scenic viewpoint since it’s beyond the last scenic viewpoint in the sequence. Thus, there exists some with . But is also past the last scenic viewpoint, so it isn’t a scenic viewpoint!
We can repeat this construction inductively to produce a monotone increasing subsequence. Given the -th term of the subsequence, we know that it must be past the last scenic viewpoint and hence isn’t a scenic viewpoint itself. Thus, there exists some such that .
By construction, we see that is a monotone increasing subsequence, concluding the second case.