This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
math104-s22:notes:lecture_5 [2022/02/01 00:41] pzhou created |
math104-s22:notes:lecture_5 [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 18: | Line 18: | ||
| ** Lemma **: Let $(a_n)$ be a bounded sequence. $(a_n)$ is convergent if and only if $\limsup a_n = \liminf a_n$. \\ | ** Lemma **: Let $(a_n)$ be a bounded sequence. $(a_n)$ is convergent if and only if $\limsup a_n = \liminf a_n$. \\ | ||
| - | Pf: Let $A_n = \sup_{m \geq n} a_m, B_n = \inf_{m \geq n} a_m$, then $A_n \geq a_n \geq B_n$, we know $A_n, B_n, a_n$ all convergent, hence | + | Pf: Assume $\limsup a_n = \liminf a_n = a$. |
| - | $$ \lim A_n \geq \lim a_n \geq \lim B_n. $$ | + | |
| - | Suppose $(a_n)$ is convergent | + | |
| + | Assume $(a_n)$ is convergent to $a$. Then, for any $\epsilon > 0$, there is an $N>0$, that for all $n > N$, $|a_n - a|< | ||
| + | |||
| + | ** Lemma: ** Cauchy sequence is bounded. (Exercise) | ||
| + | |||
| + | ** Lemma: ** If $\limsup a_n = A$, then for any $\epsilon > 0$, and any $N > 0$, there exists $n>N$ with $|a_n - A| < \epsilon$. Similarly, if $\limsup a_n = B$, then for any $\epsilon > 0$, and any $N > 0$, there exists $n>N$ with $|a_n - B| < \epsilon$.\\ | ||
| + | Pf: Since $A_n = \sup_{m> | ||
| + | $$ |a_n - A| \leq |a_n - A_M| + |A_M - A| \leq \epsilon/2 + \epsilon/2 = \epsilon $$ | ||
| + | The result is proven. | ||
| + | |||
| + | ** Theorem **: Cauchy sequence in $\R$ is convergent. \\ | ||
| + | Proof: Let $(a_n)$ be a Cauchy sequence. By previous lemma, it is bounded. Let $A = \limsup a_n$ and $B = \liminf a_n$, we only need to show that $A = B$ to show $\lim a_n$ exists. We know $A \geq B$ for all bounded sequence $a_n$, suppose $A > B$, and let $\epsilon = (A-B)/3$. Then, by Cauchyness of $(a_n)$, we there is an $N>0$, such that for all $n,m> N$, we have $|a_n - a_m| < \epsilon$. By previous lemma, there exists $n>N$, with $|a_n - A|< | ||
| + | $$ |A - B| \leq |A-a_n|+|a_n - a_m| + |a_m - B| < 3 \epsilon = |A-B|, $$ | ||
| + | notice the inequality is strict, hence we have a contradiction. Thus $A = B$. | ||
| + | |||
| + | ===== Subsequence and Subsequntial Limit ===== | ||
| + | If $n_1 < n_2 < \cdots $ is a strictly increasing sequence in $\N$, and $(a_n)$ is a sequence, then $(a_{n_k})$ is a subsequence of $(a_n)$. | ||
| + | |||
| + | In this section, we can ask, even if $(a_n)$ itself does not converge to some $a \in \R$, can we cherry-picking some nice subsequence in $(a_n)$ that does converge. | ||
| + | |||
| + | Example: | ||
| + | * $a_n = (-1)^n + 1/n$ has a convergent subsequences, | ||
| + | |||
| + | **Definition**: | ||
| + | |||
| + | ** Lemma **: $a$ is a subsequential limit of $(a_n)$ $\Leftrightarrow$ for any $\epsilon> | ||
| + | |||
| + | Pf: $\Rightarrow$ : let $a_{n_k}$ be a subseq that converges to $n$, then we can find among member within this subsequence. | ||
| + | |||
| + | $ \Lefgarrow$: | ||
| + | $$ A_{1/k} = n_{k,1} < n_{k,2}< \cdots $$ | ||
| + | As $k=1, | ||