Convergence of a sequence of averages of a convergent sequence

In summary, the conversation discusses the concept of Cesàro summation and its properties. It states that for any given positive real number epsilon, there exists an integer N such that for any positive integer n greater than or equal to N, the absolute value of the difference between the arithmetic mean of the first n terms of a sequence and its limit A is less than epsilon. It also proves that if this is not the case, then the sequence does not converge to A. This is followed by a discussion on the convergence of 2 times the arithmetic mean to 2 times A, and how this implies the convergence of the arithmetic mean itself to A. The conversation concludes by referencing the concept of Cesàro summation on Wikipedia for further information
  • #1
1,082
90
TL;DR Summary
Consider a sequence ##a_n## and for each ##n##, define:

##\alpha_n=\frac{1}{n}\sum_{i=1}^n a_i##

Prove that if ##a_n## converges to ##A##, then ##\alpha_n## converges to ##A##.
Let ##\epsilon>0##. Then there is an integer ##N>0## with the property that for any integer ##n\geq N##, ##|a_n-A|<\epsilon##, where ##A\in\mathbb{R}##.

If for all positive integers ##n##, it is the case that ##|a_n-A|<\epsilon##, then the following must hold:

\begin{eqnarray}
|\frac{1}{n}(a_1+\cdots+a_n)-A|&=&|\frac{1}{n}(a_1+\cdots+a_n)-\frac{1}{n}(A+\cdots+A)|\\
&\leq&\frac{1}{n}\sum_{i=1}^n|a_i-A|\\
&<&\frac{1}{n}\sum_{i=1}^n\epsilon\\
&=&\frac{1}{n}(n\epsilon)\\
&=&\epsilon
\end{eqnarray}

Now assume that this is not the case. Then there exists a finite set of integers ##I## s.t. if ##i\in I##, then ##|a_i-A|>|a_N-A|##. Denote ##M=\max\{|a_i-A|:i\in I\}##.

We prove that ##2\alpha_n## converges to ##2A##. Choose the integer ##N'## with the property that ##N'\geq\frac{M\cdot |I|}{\epsilon}##. Then whenever ##n\geq N'##:

\begin{eqnarray}
|\frac{1}{n}(a_1+\cdots+a_n)-\frac{1}{n}(A+\cdots+A)|&\leq&\frac{1}{n}\sum_{i=1}^n|a_i-A|\\
&=&\frac{1}{n}\sum_{i\in I} |a_i-A|+\frac{1}{n}\sum_{j\notin I}|a_j-A|\\
&<&\frac{|I|\cdot M}{N'}+\frac{1}{n}(n-|I|)\epsilon\\
&<&\epsilon+\epsilon
\end{eqnarray}

Since ##2\alpha_n## converges to ##2A##, it must be the case that ##\alpha_n## converges to ##A##.
 
Physics news on Phys.org

Suggested for: Convergence of a sequence of averages of a convergent sequence

Replies
2
Views
736
Replies
9
Views
744
Replies
3
Views
751
Replies
18
Views
2K
Replies
3
Views
971
Back
Top