Exercise 2.3.11

[Cesaro Means]

(a)
Show that if ( x n ) is a convergent sequence, then the sequence given by the averages y n = x 1 + x 2 + + x n n

also converges to the same limit.

(b)
Give an example to show that it is possible for the sequence ( y n ) of averages to converge even if ( x n ) does not.

Answers

(a)
Let D = sup { | x n x | : n N } and let 0 < 𝜖 < D , we have | y n x | = | x 1 + + x n n x | | | x 1 x | + + | x n x | n | D

Let | x n x | < 𝜖 2 for n > N 1 giving

| y n x | | | x 1 x | + + | x N 1 x | + + | x n x | n | | N 1 D + ( n N 1 ) 𝜖 2 n |

Let N 2 be large enough that for all n > N 2 (remember 0 < 𝜖 < D so ( D 𝜖 2 ) > 0 .)

0 < N 1 ( D 𝜖 2 ) n < 𝜖 2

Therefor

| y n x | | N 1 ( D 𝜖 2 ) n + 𝜖 2 | < 𝜖

Letting N = max { N 1 , N 2 } completes the proof as | y n x | < 𝜖 for all n > N .

(Note: I could have used any 𝜖 < 𝜖 instead of 𝜖 2 , I just needed some room.)

(b)
x n = ( 1 ) n diverges but ( y n ) 0 .
User profile picture
2022-01-27 00:00
Comments

Proof.

a)
Write x = lim n x n .

Let 𝜀 be any positive real number. There is some N N such that, for all n N ,

n N | x n x | < 𝜀 2 .

Write M = | x 1 x | + + | x N x | . For all n N such that n N ,

| y n x | = | x 1 + + x n n x | = | ( x 1 x ) + + ( x n x ) n | | x 1 x | + + | x N x | n + | x N + 1 x | + + | x n x | n M n + ( n N ) n 𝜀 2 M n + 𝜀 2 ( because  ( n N ) n 1 ) .

Moreover, there exists N 1 N such that for all n N 1 ,

M n < 𝜀 2 ,

(take N 1 = max ( N , 2 M 𝜀 + 1 ). This shows that

𝜀 > 0 , N 1 N , n N , n N 1 | y n x | < 𝜀 ,

so that lim n y n = x .

b)
x n = ( 1 ) n gives such an example.
User profile picture
2024-07-07 09:01
Comments