My question is as the title, what does this represent?$$\lim_{n\to \infty}\frac{1}{n}\sum_{i=1}^{n}a_i$$ It looks like a series, but it is not as $\frac{1}{n}$ should not be there. Is this just a sequence that looks series-ish then? I have encountered it as a Ceasaro Mean in my textbook. If I treat is as a sequence (which i am pretty sure it is, I mean why not) I have managed to show it converges to the same thing as $a_n$. Is this a partial sum of some series? It also reminds me of a Riemann sum, is it related to that?
Did I just show that the arithmetic mean of the sequence $a_n$ converges to the same thing as $a_n$?
I hope these questions make sense.
Thank you
Suppose you have an original sequence $a_1, a_2, \dots$, then we can construct a new sequence $$b_j=\frac{1}{j}\sum_{i=1}^ja_i$$ Just by looking at how $b_j$ is defined, it can clearly be described by the arithmetic average of the first $j$ elements of our sequence $a_i$, i.e $b_j$ is the arithmetic average of $a_1, a_2, \cdots, a_j$. For exampe, if our sequence $a_i$ is defined to be $$a_i=\frac{i-1}{i}$$ then $b_3=\frac13[a_1+a_2+a_3]=\frac13\left[\frac01+\frac12+\frac23\right]=\frac7{18}$.
As with all sequences, we can define the limit of a sequence. For example, if $a_i$ converges, then $\lim_{i \to \infty}a_i$ is defined. Similarly with our new sequence $b_j$ we can define the limit $$\lim_{j \to \infty} b_j=\lim_{j \to \infty}\frac{1}{j}\sum_{i=1}^ja_i$$ So what you have there is just the limit of our new sequence $b_j$.