User Tools

Site Tools


math104-s22:notes:lecture_4

Lecture 4

This time we consider some abstract results as what sequences converges.

  • monotone bounded sequence converges.
  • what is lim sup\limsup and lim inf\liminf? The ϵ\epsilon-of-room trick.
  • Cauchy sequence.

Discussion time: Ex 10.1, 10.7, 10.8 in Ross

limit goes to ++\infty?

This is in Definition 9.8. Informally, it says for any MM (no matter how large it is), the sequence will eventually stay above MM.

Monotone Increasing Sequence

A sequence that is (weakly) increasing, namely an+1ana_{n+1} \geq a_n. Examples: (a) an=na_n = n. (b) an=1na_n = 1 - n. © an=logna_n = \log n.

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={annN}S = \{a_n \mid n \in \N\}, and define a=supSa = \sup S. How do we show that anaa_n \to a? We need to show that for any ϵ>0\epsilon > 0, we have ana<ϵ|a_n - a| < \epsilon for all large enough nn. Let's first show that, there exists one n0n_0, such that an0a<ϵ|a_{n_0} - a| < \epsilon, this holds by definition of the supS\sup S, namely, there is one element in SS that satisfies this condition, it must be an0a_{n_0} for some n0n_0. Then, we can use monotone condition to say, for all n>n0n > n_0, we have anan0a_n \geq a_{n_0}. Furthermore, since anaa_n \leq a, we know an[an0,a)(aϵ,a)a_n \in [a_{n_0} , a) \In (a-\epsilon, a) for all n>n0n > n_0, then we are done.

Let's look at the example 2 in Ross. Which is about recursive sequence sn=sn12+52sn1 s_n = \frac{s_{n-1}^2 + 5}{2 s_{n-1}} (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=x2+52xy = \frac{x^2+5}{2x} on the plane, and the diagonal y=xy = x. Then, we can start from point (x,y)=(s1,s1)(x,y) = (s_1, s_1). Then, we

  • go vertically to the graph, and we land on (s1,s2)(s_1, s_2) (since we go vertically, xx coordinate is fixed, and we move yy until we have y=f(x)y = f(x))
  • go horizontally to the diagonal, and we land on (s2,s2)(s_2, s_2)
  • go vertically to the graph, and we land on (s2,s3)(s_2, s_3)
  • ….

This would show a zig-zag curve that goes to the intersection point of y=xy=x and y=f(x)y=f(x), which is point (s,s)(s,s), where ss is the solution to equation x=f(x)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 ++\infty (resp. -\infty)

lim inf\liminf and lim sup\limsup

Recall the definition of sup\sup. For SS a subset of R\R, bounded above, we define sup(S)\sup(S) to be the real number aa, such that aa is \geq than any element in SS, and for any ϵ>0\epsilon>0, there is some sSs \in S such that s>aϵs > a-\epsilon.

Also, for a sequence (an)n=m(a_n)_{n=m}^\infty, we can define the 'value set' {an}n=m\{a_n\}_{n=m}^\infty, which is the 'foot print' of the 'journey'.

Also, for a sequence (an)n=1(a_n)_{n=1}^\infty, we can define the tail (an)n=N(a_n)_{n=N}^\infty, 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)(a_n) be a seq, we want define first an auxillary sequence Am=supnman A_m = \sup_{n \geq m} a_n then we define lim supan=limAm(=infAm) \limsup a_n = \lim A_m (= \inf A_m)

Time for some examples, an=(1)n(1/n)a_n = (-1)^n (1/n).

math104-s22/notes/lecture_4.txt · Last modified: 2022/01/27 10:46 by pzhou