Asymptotic Estimates
We will gradually develop an understanding on asymptotic estimates over the course. For now, we will deal with the most basic definitions. Let be a sequence of real numbers. We write (or ) if
Such a sequence is said to converge (when it has such a finite limit ), otherwise it is said to diverge (when such a finite limit does not exist).
We say that is bounded if . One can naturally define the notion of sequences that are bounded from above and bounded from below. From this, it follows that every convergent sequence is bounded.
Find a divergent sequence for which is convergent.
We can define , which alternates between and , while is all ones.
Notice that, in the above example, is bounded, so boundedness does not necessarily imply convergence (while convergence implies boundedness). However, with an additional property, one can guarantee convergence.
If is non-decreasing and bounded from above, then converges.
Suppose and . Show that
- If ,
- If , then
An important relation about limits (that we would state here without proof) is the following:
Notice that one can also see this as a definition. The sequence is strictly increasing and bounded, so from Theorem 20, the limit exists, and we call it .
Define the sequence by and . Prove that converges.
We will show that is increasing and bounded from above by . First, we show that is less than by induction. The base case when is true. Now assume that it is true for all and consider . Since by induction hypothesis, we have that . To show that is increasing, we first need the fact that for all (well, just plot the curve and it will be clear 😊). Next, we have (since 1). This implies that for all .
With some more effort, one can show that the sequence in the above example converges to . This is left as an exercise.
Prove that the above sequence converges to two.
We say that is asymptotically equal to if . When two sequences are asymptotically equal, it means that the two numbers are practically the same for every purpose, as long as is sufficiently large. This is denoted by .
Prove:
Let be the set of sequences that have only positive values. Prove that defines an equivalence relation on , i.e., prove that:
- for all .
- if and only if
- and implies that .
A concept similar to asymptotic equality is that of eventually true statements. We say that a predicate eventually holds if it holds for sufficiently large . That is,
For instance, the sequence is eventually constant (at some point, they are all ones).
If a sequence is eventually constant, then it converges.
The converse of the above exercise is false, e.g., the sequence converges to one, but it is not eventually constant.
Footnotes
-
Previously we proved that . Analogously we can prove that . ↩