Exercise 2.6.5

Consider the following (invented) definition: A sequence ( s n ) is pseudo-Cauchy if, for all 𝜖 > 0 , there exists an N such that if n N , then | s n + 1 s n | < 𝜖

Decide which one of the following two propositions is actually true. Supply a proof for the valid statement and a counterexample for the other.

(i)
Pseudo-Cauchy sequences are bounded.
(ii)
If ( x n ) and ( y n ) are pseudo-Cauchy, then ( x n + y n ) is pseudo-Cauchy as well.

Answers

(i)
False, consider s n = log n . clearly | s n + 1 s n | can be made arbitrarily small but s n is unbounded.
(ii)
True, as | ( x n + 1 + y n + 1 ) ( x n + y n ) | | x n + 1 x n | + | y n + 1 y n | < 𝜖 2 + 𝜖 2 = 𝜖 .
User profile picture
2022-01-27 00:00
Comments