This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-f21:hw4 [2021/09/16 17:45] pzhou created |
math104-f21:hw4 [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| 5. Let $(a_n)$ be a bounded sequence in $\R$, and $A = \lim sup(a_n)$, show that for any $\epsilon > 0$, the set $\{ n \in \N \mid A - \epsilon \leq a_n \leq A+\epsilon \}$ is infinite. | 5. Let $(a_n)$ be a bounded sequence in $\R$, and $A = \lim sup(a_n)$, show that for any $\epsilon > 0$, the set $\{ n \in \N \mid A - \epsilon \leq a_n \leq A+\epsilon \}$ is infinite. | ||
| + | |||
| + | ====== Solution ====== | ||
| + | 1. Suffice to show that, for any $\epsilon> | ||
| + | $$ |a_n - x| \leq \epsilon, | ||
| + | which is | ||
| + | $$ x - \epsilon \leq a_n \leq x + \epsilon. $$ | ||
| + | By Cauchy condition for $a_n$, take $\epsilon_1 = \epsilon$, there exists $N_1 > 0$, such that for all $n,m> N_1$, we have $|a_n - a_m| < \epsilon_1$, | ||
| + | $$ a_m - \epsilon \leq a_n \leq a_m + \epsilon. $$ | ||
| + | Consider the sequence $(a_m)_{m = N_1}^\infty$, | ||
| + | $$ x - \epsilon = (LIM a_m) - \epsilon \leq a_n \leq (LIM a_m) + \epsilon = x + \epsilon. $$ | ||
| + | Finally, take $N = N_1$. | ||
| + | |||
| + | 2. Take any $N > 2|a|$, then for any $n > N$, we have | ||
| + | $$ |a_{n} / a_{n-1}| = |a| / n < 1/2 $$ | ||
| + | Hence $|a_{n}| \leq |a_{N}| (1/ | ||
| + | |||
| + | 3. Since $A$ is bounded above, we know the $x=sup(A)$ exists. Suppose $x^2 < 3$, then by the same argument as in Prop 5.5.12, we have a small enough $\epsilon> | ||
| + | |||
| + | |||
| + | 4. Since $s_{n+1}^2 = 1 + s_n$, and $(s_n)$ converges, hence | ||
| + | $$ \lim s_{n+1}^2 = \lim(1 + s_n) $$ | ||
| + | which gives | ||
| + | $$ c^2 = 1 + c $$ | ||
| + | solving this gives $c = (\pm \sqrt{5}+1)/ | ||
| + | |||
| + | 5. This is covered in last Friday' | ||
| + | |||
| + | We prove by contradiction, | ||
| + | $$ |a_n - L| > \epsilon, | ||
| + | Taking $\limsup$ on the left, we get $$ L \leq L - \epsilon$, which is a contradiction. | ||
| + | |||
| + | |||
| + | |||