User Tools

Site Tools


math104-f21:hw3

HW 3 with solution

  1. [Tao] Ex 5.4.3,
  2. [Tao] Ex 5.4.5 (you may assume result in 5.4.4)
  3. [Tao] Ex 5.4.7,
  4. [Tao] Ex 5.4.8
  5. Let AA be the subset of Q\Q consisting of rational numbers with denominators of the form 2m2^m. Prove that for any xRx \in \R, there is a Cauchy sequence (an)(a_n) in AA, such that x=LIManx = LIM a_n.

Solution

5.4.3

Problem: Show that for any real number xx, there is exactly one integer NN, such that NxN+1N \leq x \leq N+1.

Sol: If xx is an integer, then let N=xN=x. Assume xx is not an integer now. Then x>0|x| > 0, hence by Prop 5.4.12, there exists a positive integer N1N_1 such that x<N1|x| < N_1. Consider the set S={N1,N1+1,,N1}S = \{-N_1, -N_1 + 1, \cdots, N_1 \} and the subsets S={nSn<x}S_- = \{ n \in S \mid n < x \}, S+={nSn>x}S_+ = \{n \in S \mid n > x\}. Since xx is not an integer, then S=SS+S = S_- \sqcup S_+ (disjoint union, meaning SS+=S_- \cap S_+ = \emptyset). Let N=max(S)N = \max (S_-), since SS_- is a finite set, the max element exists in SS_-.

Remark: we will call such NN the 'floor' of xx, and write N=xN = \lfloor x \rfloor.

5.4.5

Given any real numbers x<yx < y, show that there is a rational number qq such that x<q<yx < q < y.

Sol: Since 0<yx0 < y-x, we can find a large enough positive integer NN, such that N(yx)>1N (y-x) > 1 (by Archimedian property). Let mm be the unique integer, such that mNx<m+1m \leq N x < m+1 (proven in the problem 1), then m+1Nx+1<Nym + 1 \leq N x + 1 < N y, hence we have Nx<m+1<NyN x < m+1 < N y. Let q=(m+1)/Nq = (m+1)/N.

5.4.7

Let x,yx,y be real nubmers. Show that xy+ϵx \leq y+\epsilon for all real ϵ>0\epsilon>0 if and only if xyx \leq y. Show that xy<ϵ|x-y| < \epsilon for all real ϵ>0\epsilon > 0 if and only if x=yx=y.

Solution: If xyx \leq y, then for any ϵ>0\epsilon > 0, we have xy<y+ϵx \leq y < y + \epsilon, hence x<y+ϵx < y + \epsilon. In the other direction, if xy+ϵx \leq y +\epsilon for all ϵ>0\epsilon > 0, we claim that xy0x - y \leq 0. If not, say c=xy>0c = x-y > 0, then, we can let ϵ=c/2\epsilon = c / 2, then we get c=(xy)ϵ=c/2cc/20c0 c = (x-y) \leq \epsilon = c / 2 \Rightarrow c - c/2 \leq 0 \Rightarrow c \leq 0 which contradict with assumption c>0c > 0, hence the claim is true.

For the second statement, if xy<ϵ|x-y| < \epsilon for all real ϵ>0\epsilon > 0, then xy0|x-y| \leq 0 by the same argument. Since we also have xy0|x-y| \geq 0 by definition of absolute value, hence xy=0|x-y|=0. Thus x=yx = y.

5.4.8

Let (an)(a_n) be a Cauchy sequence of rationals, and let xx be a real number. Show that, if anxa_n \leq x for all nn, then LIManxLIM a_n \leq x. Similarly, if anxa_n \geq x for all nn, then LIManxLIM a_n \geq x.

Solution: We only prove the first half of the statement, since the other half is similar. We prove by contradiction, if LIMan>xLIM a_n > x, then there is a rational number qq, such that LIMan>q>xLIM a_n > q > x. Since we have an<x<qa_n < x < q, we have LIManLIMq=qLIM a_n \leq LIM q = q (Corollary 5.4.10), contradict with the condition of $LIM a_n > q.

Problem 5

Let AA be the subset of Q\Q consisting of rational numbers with denominators of the form 2m2^m. Prove that for any xRx \in \R, there is a Cauchy sequence (an)(a_n) in AA, such that x=LIManx = LIM a_n.

Solution: Let xRx \in \R, and let (bn)(b_n) be a Cauchy sequence in Q\Q, such that x=LIMbnx = LIM b_n, we are going to construct (an)(a_n) in AA, such that (an)(a_n) is equivalent to (bn)(b_n), hence x=LIManx = LIM a_n. For n1n \geq 1, we let an=2nbn2na_n = \frac{\lfloor 2^n b_n \rfloor}{2^n}, where ..\lfloor .. \rfloor is the floor function (see Problem 1). Then anbn=2nbn2n2nbn2n=2nbnbn2n1/2n |a_n - b_n| = | \frac{\lfloor 2^n b_n \rfloor}{2^n} - \frac{2^n b_n }{2^n} | = | \frac{\lfloor 2^n b_n \rfloor - b_n}{2^n}| \leq 1 / 2^n hence (an)(a_n) is equivalent to (bn)(b_n).

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