Next revision
|
Previous revision
|
math104-s22:notes:lecture_4 [2022/01/22 09:57] pzhou created |
math104-s22:notes:lecture_4 [2022/01/27 10:46] (current) pzhou [Lecture 4] |
* Cauchy sequence. | * Cauchy sequence. |
| |
Discussion time: Ex 10.1, 10.6 in Ross | Discussion time: Ex 10.1, 10.7, 10.8 in Ross |
| |
| ==== limit goes to +∞? ==== |
| This is in Definition 9.8. Informally, it says for any M (no matter how large it is), the sequence will eventually stay above M. |
| |
| ==== Monotone Increasing Sequence ==== |
| A sequence that is (weakly) increasing, namely an+1≥an. Examples: (a) an=n. (b) an=1−n. (c) an=logn. |
| |
| **Theorem**: bounded monotone sequence is convergent. |
| |
| Just consider the increasing case, the decreasing case is similar. How do we construct such a limit? The limit is obviously the 'largest' number, but there is no largest number in the sequence. We should use 'sup' to get the largest number. But sup needs to applied to a set, not a sequence, so we need to first convert a sequence to its 'value set', S={an∣n∈N}, and define a=supS. How do we show that an→a? We need to show that for any ϵ>0, we have ∣an−a∣<ϵ for all large enough n. Let's first show that, there exists **one** n0, such that ∣an0−a∣<ϵ, this holds by definition of the supS, namely, there is one element in S that satisfies this condition, it must be an0 for some n0. Then, we can use monotone condition to say, for all n>n0, we have an≥an0. Furthermore, since an≤a, we know $a_n \in [a_{n_0} , a) \In (a-\epsilon, a)foralln > n_0$, then we are done. |
| |
| Let's look at the example 2 in Ross. Which is about recursive sequence |
| sn=2sn−1sn−12+5 |
| (such is an example of deterministic 'evolution', how about a probabilist one? That would be a Markov Chain) |
| Let's do the graphical trick. One draw the graph of y=2xx2+5 on the plane, and the diagonal y=x. Then, we can start from point (x,y)=(s1,s1). Then, we |
| * go vertically to the graph, and we land on (s1,s2) (since we go vertically, x coordinate is fixed, and we move y until we have y=f(x)) |
| * go horizontally to the diagonal, and we land on (s2,s2) |
| * go vertically to the graph, and we land on (s2,s3) |
| * .... |
| |
| This would show a zig-zag curve that goes to the intersection point of y=x and y=f(x), which is point (s,s), where s is the solution to equation x=f(x). |
| |
| Now, to show that this converges, we apply the above theorem. Note, depending on initial condition, this will either be monotone increasing or decreasing. |
| |
| Unbounded monotone increasing (respectively, decreasing) sequence converges to +∞ (resp. −∞) |
| |
| ==== liminf and limsup ==== |
| Recall the definition of sup. For S a subset of R, bounded above, we define sup(S) to be the real number a, such that a is ≥ than any element in S, and for any $\epsilon>0$, there is some s∈S such that s>a−ϵ. |
| |
| Also, for a sequence (an)n=m∞, we can define the 'value set' {an}n=m∞, which is the 'foot print' of the 'journey'. |
| |
| Also, for a sequence (an)n=1∞, we can define the tail (an)n=N∞, and we only care about the tail of a sequence. |
| |
| We want to define a gadget, that captures the 'upper envelope' of a sequence, what does that mean? Let (an) be a seq, we want define first an auxillary sequence |
| Am=n≥msupan |
| then we define |
| limsupan=limAm(=infAm) |
| |
| Time for some examples, an=(−1)n(1/n). |
| |
| |
| |
| |
| |
| |
| |
| |