User Tools

Site Tools


math104-f21:hw1

HW 1 (with solution)

Due Tuesday (Aug 31) 6pm. 2 points each.

1. Someone claims that he has found a smallest positive rational number, but would not tell you which number it is, can you prove that this is impossible? (Optional extra question: can you prove that there is no smallest rational number among all rational numbers that are larger than 2\sqrt{2}?)

2. Prove that, if rr is a non-zero rational number, xx is an irrational number, then r+xr + x and rxrx are irrational. (UPDATE: if r=0r=0, of course rx=0rx=0)

3. Prove that there is no rational number whose square is 2020.

4. Read Ross Section 1.2 about mathematical induction, and prove that 7n6n17^n - 6n - 1 is divisible by 3636 for all n1n \geq 1.

Solution

1. Say this number is pp, and p=m/np= m/n for some co-prime m,nm,n, then m/(n+1)m/(n+1) would be a smaller rational than pp and still is positive. (One can also use other method to get a smaller prime, say p/2p/2).

For the optional problem, following Rudin, we can let p=p(p22)/(p+2)p' = p - (p^2-2)/(p+2), then one can check that 2<p<p\sqrt{2} < p' < p.

2. If r+xr + x is rational, say r+x=sr+x = s, then x=srx = s - r. However, we know arithemetic operations preserves rational numbers, so srs-r is rational, contradicting with xx being irrational. Thus r+xr+x is irrational. Similarly, if rx=srx = s is rational, then x=s/rx = s/r would be rational, contradicting with xx being irrational.

3. Suppose p2=20p^2 = 20, then (p/2)2=5(p/2)^2=5. We claim that there is no rational number whose square is 55. The proof is similar to that of no rational's square is 22, as in Rudin.

4. Let P(n)P(n) be the statement that f(n)=7n6n1f(n)=7^n - 6n - 1 is divisible by 3636. Then P(1)P(1) is true, since f(1)=0f(1)=0. Suppose P(n)P(n) is true for nmn \leq m, we now prove that P(n)P(n) is true for n=m+1n=m+1. We have f(m+1)f(m)=7m+17m6=6(7m1) f(m+1) - f(m) = 7^{m+1} - 7^{m} - 6 = 6 (7^m - 1) Hence 36f(m+1)36 \mid f(m+1) is equivalent to 36f(m+1)f(m)36 \mid f(m+1) - f(m) (since we know 36f(m)36 \mid f(m) by induction), and is equivalent to 366(7m1)36 \mid 6(7^m-1) and is equivalent to 67m16 \mid 7^m - 1. Now, one can either use the binomial formula 7m=(1+6)m=1+(m1)6+(m2)62++6m 7^m = (1+6)^m = 1 + {m \choose 1} 6 + {m \choose 2} 6^2 + \cdots + 6^m and get 67m16 \mid 7^m -1. Or, one can use induction again to prove that 67m16 \mid 7^m -1 for all positive mm. Let Q(m)Q(m) be the statement that 67m16 \mid 7^m -1 , then Q(1)Q(1) is true. Suppose Q(m)Q(m) is true, ie., 67m16\mid 7^m-1, then (7m+11)(7m1)=67m(7^{m+1} -1) - (7^m-1) = 6 \cdot 7^m is divisible by 66, hence 67m+116 \mid 7^{m+1}- 1, that is, Q(m+1)Q(m+1) is true. Thus Q(m)Q(m) is true for all positive integer mm .

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