Homepage Solution manuals Terence Tao Analysis I Exercise 4.4.2 (Infinite descent)

Exercise 4.4.2 (Infinite descent)

A definition: a sequence a 0 , a 1 , a 2 , of numbers (natural numbers, integers, rationals, or reals) is said to be in infinite descent if we have a n > a n + 1 for all natural numbers n (i.e., a 0 > a 1 > a 2 > ).

(a)
Prove the principal of infinite descent: that it is not possible to have a sequence of natural numbers which is in infinite descent.(Hint: assume for sake of contradiction that you can find a sequence of natural numbers which is in infinite descent. Since all the a n are natural numbers, you know that a n 0 for all n . Now use induction to show in fact that a n k for all k and all n , and obtain a contradiction.)
(b)
Does the principle of infinite descent work if the sequence a 1 , a 2 , a 3 , is allowed to take integer values insread of natural number values? What about if it is allowed to take positive rational values instead of natural numbers? Explain.

Answers

Proof. (a) Reasoning by contradiction, let ( a i ) i be some strictly decreasing sequence of natural numbers (a sequence of natural numbers in “infinite descent” : a 0 > a 1 > a 2 > ).

Consider the following property 𝒫 ( k ) (which depends of k , but not of n ),

𝒫 ( k ) : n , a n k .

  • Since the a n are natural numbers, a n 0 for all n . This shows that 𝒫 ( 0 ) is true.
  • Reasoning by induction, assume that 𝒫 ( k ) is true for some natural number k . Then a n k for all subscripts n .

    Reasoning by contradiction, assume now that 𝒫 ( k + 1 ) is false: there is some index n 0 such that a n 0 < k + 1 . By the induction hypothesis a n 0 k , so k a n 0 < k + 1 , where a n 0 , hence a n 0 = k . Therefore k = a n 0 > a n 0 + 1 , but the induction hypothesis implies a n 0 + 1 k . This is a contradiction, thus 𝒫 ( k + 1 ) is true (assuming 𝒫 ( k ) ).

  • The conclusion of the induction is that 𝒫 ( k ) is true for all k , so

    k , n , a n k .

In particular a 0 k for all k . By Proposition 4.4.1 (and Exercise 4.4.1), there is some integer K such that a 0 < K . This is a contradiction, which proves that there is not possible to have a sequence of natural numbers which is in infinite descent.

(This principle was often used by Pierre de Fermat to prove results in Number Theory.)

(b) This principle don’t apply in , or in + , where we can build strictly decreasing sequences:

The sequence ( a n ) n defined by a n = n is in “infinite descent”:

1 > 2 > 3 > .

The sequence ( b n ) n ( + ) defined by a n = 1 n + 1 is in “infinite descent”:

1 > 1 2 > 1 3 > .

User profile picture
2024-06-14 12:41
Comments