User Tools

Site Tools


math104-f21:midterm1-review

Table of Contents

Midterm 1: Review

In the first part of this course, we covered the construction of real number, and some results about limit. Here is a list of key concepts

  • The numbers N,Z,Q\N, \Z, \Q.
  • The axioms of field, an example of finite field $\F_5$.
  • The order relation, and ordered set. upper bound, lower bound. The least upper bound property.
  • R\R as equivalence classes of Cauchy sequences in Q\Q. Prove many familiar operations and properties of R\R.
  • R\R has least upper bound property. (hence sup\sup and inf\inf of bounded subset in R\R exists in R\R)
  • Sequences in R\R, notion of convergence
  • Monotone bounded sequences are convergent (for increasing sequence, the liman=sup{an:nN}\lim a_n = \sup\{a_n: n \in \N \}; for decreasing one, liman=inf{an:nN}\lim a_n = \inf \{a_n: n \in \N\}.
  • lim-sup and lim-inf. The “epsilon of room” philosophy.
  • Thm: Cauchy sequences are convergent.
  • Limit Points, 3 equivalent definitions

Sample Problems

Midterm will have 3 of such following questions. It turns out 3 problems of the following kinds maybe either too easy or too hard. The number of problems may vary, but the difficulties will include some easy ones and some hard ones.

True or False? If true, prove your result; if false, give a counter example.

  1. Let (an)(a_n) be a Cauchy sequence of irrational numbers, then its limit has to be an irrational number.
  2. Let SS be an ordered set, then any non-empty finite subset ESE \In S has a least upper bound.
  3. If xx is a limit point of sequence (an)(a_n), then there exists one nNn \in \N, such that an=xa_n = x.
  4. If (an)(a_n) is a sequence bounded above, and L=lim sup(an)L = \limsup(a_n), then for any ϵ>0\epsilon > 0, there exists an integer N>0N > 0, such that an<L+ϵa_n < L + \epsilon.
  5. Let (an)(a_n) be a bounded sequence in R\R. Let An=sup{am:0mn}A_n = \sup \{a_m : 0 \leq m \leq n \}, then limAn=lim supan\lim A_n = \limsup a_n
  6. Let (an)(a_n) and (bn)(b_n) be convergent sequences with the same limit xx. And choose any function f:N{0,1}f: \N \to \{0,1\}. We define a new sequence, by mixing ana_n and bnb_n cn={anif f(n)=0bn if f(n)=1c_n = \begin{cases} a_n & \text{if } f(n) = 0 \cr b_n & \text{ if } f(n) = 1 \end{cases} Then, cnc_n converges to xx.
  7. If (an)(a_n) and (bn)(b_n) are Cauchy sequence in R\R, and they satisfy that lim(anbn)=1\lim(a_n b_n) = 1, then liman0\lim a_n \neq 0.
  8. If (an)(a_n) is a sequence of positive real numbers, for n1n \geq 1, and An=(a1++an)/nA_n = (a_1 + \cdots + a_n) / n, show that if ana_n is convergent then AnA_n is convergent. Give an example where AnA_n is convergent, but ana_n is not convergent.
  9. Is there a sequence (an)(a_n), where anan1|a_n - a_{n-1}| is monotone decreasing, but (an)(a_n) is not convergent?

Solution

1

Let (an)(a_n) be a Cauchy sequence of irrational numbers, then its limit has to be an irrational number.

False. Say an=π/na_n = \pi / n.

2

Let SS be an ordered set, then any non-empty finite subset ESE \In S has a least upper bound.

True. One can prove this by induction on the size of EE.

3

If xx is a limit point of sequence (an)(a_n), then there exists one nNn \in \N, such that an=xa_n = x.

False. 0=limn1/n0 = \lim_n 1/n.

4

If (an)(a_n) is a sequence bounded above, and L=lim sup(an)L = \limsup(a_n), then for any ϵ>0\epsilon > 0, there exists an integer N>0N > 0, such that an<L+ϵa_n < L + \epsilon.

True. explained in class.

5

Let (an)(a_n) be a bounded sequence in R\R. Let An=sup{am:0mn}A_n = \sup \{a_m : 0 \leq m \leq n \}, then limAn=lim supan\lim A_n = \limsup a_n.

False. That's not the definition of lim sup\limsup. Say an=1/(n+1)a_n = 1/(n+1), for nNn \in \N, then limAn=1\lim A_n = 1, and lim supan=0\limsup a_n=0.

6

Let (an)(a_n) and (bn)(b_n) be convergent sequences with the same limit xx. And choose any function f:N{0,1}f: \N \to \{0,1\}. We define a new sequence, by mixing ana_n and bnb_n cn={anif f(n)=0bn if f(n)=1c_n = \begin{cases} a_n & \text{if } f(n) = 0 \cr b_n & \text{ if } f(n) = 1 \end{cases} Then, cnc_n converges to xx.

True. By convergence of ana_n and bnb_n, for any ϵ>0\epsilon>0, exists N1>0N_1 > 0 and N2N_2, such that if n>N1n > N_1, then anx<ϵ|a_n - x| < \epsilon, and if n>N2n>N_2, then bnx<ϵ|b_n - x| < \epsilon. Since cnc_n is either ana_n or bnb_n, hence for n>N=max(N1,N2)n > N=\max(N_1, N_2), we have cnx<ϵ|c_n - x| < \epsilon.

7

If (an)(a_n) and (bn)(b_n) are Cauchy sequence in R\R, and they satisfy that lim(anbn)=1\lim(a_n b_n) = 1, then liman0\lim a_n \neq 0.

True. Since if an,bna_n, b_n are convergent, then 1=lim(anbn)=(liman)(limbn)1 = \lim(a_n b_n) = (\lim a_n ) (\lim b_n), hence liman0\lim a_n \neq 0.

8

If (an)(a_n) is a sequence of positive real numbers, for n1n \geq 1, and An=(a1++an)/nA_n = (a_1 + \cdots + a_n) / n, show that if ana_n is convergent then AnA_n is convergent. Give an example where AnA_n is convergent, but ana_n is not convergent.

Proof: Let xx be the limit of ana_n. Given any ϵ>0\epsilon > 0, we claim there exists an N>0N>0, such that Anx<ϵ|A_n - x| < \epsilon for all n>Nn > N. Let ϵ1=ϵ/3\epsilon_1 = \epsilon/3, and let N1>0N_1>0 be such that for all nN1n \geq N_1, we have anx<ϵ1|a_n - x| < \epsilon_1. Since ana_n is convergent, we also have an M>0M>0, such that an<M|a_n| < M for all nn. Then, for any n>N1n > N_1, we have Anx=(1/n)m=1N1am+(1/n)m=N1+1n(amx)+(N1/n)x A_n - x = (1/n) \sum_{m=1}^{N_1} a_m + (1/n) \sum_{m=N_1+1}^n (a_m-x) + (N_1/n) x Thus, we have Anx(1/n)N1M+(1N1/n)ϵ1+(N1/n)x |A_n - x| \leq (1/n) N_1 M + (1 - N_1/n) \epsilon_1 + (N_1/n) x we may choose NN large enough, such that N1/Nx<ϵ/3N_1 / N x < \epsilon/3, N1/NM<ϵ/3N_1/N M < \epsilon / 3, thus, for any n>Nn > N, we have Anxϵ/3+ϵ/3+ϵ/3=ϵ. |A_n - x| \leq \epsilon/3 + \epsilon / 3 + \epsilon / 3 = \epsilon. This finishes the proof of the first claim.

Here is an example where AnA_n is convergent, but ana_n is not convergent: an=(1)na_n = (-1)^n.

9

Is there a sequence (an)(a_n), where anan1|a_n - a_{n-1}| is monotone decreasing, but (an)(a_n) is not convergent?

Yes, for n1n \geq 1, an=m=1n1/na_n = \sum_{m=1}^n 1/n.

math104-f21/midterm1-review.txt · Last modified: 2022/01/11 08:36 by pzhou