tjackson3
- 140
- 0
Homework Statement
Consider the sequence a_1,a_2,..., such that \lim_{n\rightarrow\infty} a_n = a (with a_i \in R). Show that \lim_{n\rightarrow\infty}\left(\frac{\sum_{i=1}^n a_i}{n}\right) = a
In other words, it's given that for some \epsilon > 0,d(a_n,a) < \epsilon\ \forall n > N
Homework Equations
The limit of a sequence is defined as follows: Let \epsilon > 0. The limit of a sequence a_1,a_2,... is a if and only if for all n > N, d(a_n,a) < \epsilon.
Possibly useful too (as it came up in one of my thoughts on this proof) is the definition of a Cauchy sequence. Note that any convergent sequence on any metric space is a Cauchy sequence, and a Cauchy sequence is defined as follows: Let \epsilon > 0. A sequence is a Cauchy sequence if and only if for every n > N, d(a_n,a_{n+1}) < \epsilon.
The Attempt at a Solution
I have so many scribbled attempts at solutions on a couple of sheets of scratch paper here that it's hard to put them down coherently. Here are the ideas I've had so far:
1.) We can split up the fraction to get that
\lim_{n\rightarrow\infty}\left(\frac{a_1}{n} + \frac{a_2}{n} + ...\right) = a
This implies that
\lim_{n\rightarrow\infty}\frac{a_1}{n} + \lim_{n\rightarrow\infty}\frac{a_2}{n} + ... = a
Where to go from there I'm not sure. My instinct was to collect all terms for n > N, use the fact that this sequence was Cauchy, and say that
\frac{a_1}{n} + \frac{a_2}{n} + ... + \frac{a_N}{n} + \frac{a_{N+1}}{n} + ... < \frac{a_1}{n} + \frac{a_2}{n} + ... + \frac{(n-N)a_N}{n}
which would simplify things, but we can't assume that (since this assumes that the sequence is decreasing; alternatively, flipping the inequality assumes that the sequence is increasing).
2.) Multiply both sides of the limit by n. Then we get \lim_{n\rightarrow\infty}\sum_{i=1}^n a_i = \lim_{n\rightarrow\infty}an, which means that it would be necessary to prove that d(\lim_{n\rightarrow\infty}\sum_{i=1}^n a_i, \lim_{n\rightarrow\infty}an) < \epsilon. My gut instinct on where to go from here is to find some intermediate quantity to use with the triangle inequality, but I don't know where to get that from.
3.) From 2, subtract an from both sides to get \lim_{n\rightarrow\infty}\left(\sum_{i=1}^n a_i - an\right) = 0, but again, I don't know where to go from there aside from possibly using the triangle inequality.
4.) One other thing I had considered, relating to #1 above, is that for n > N, write a_n = a_{N+1} + \epsilon_n, where \epsilon_n = d(a_n,a). However, I think that this method might imply the use of the Euclidean metric, but I'm not sure. I suppose that I could use a sandwich theorem with a_n = a_{N+1} \pm \epsilon_n, but again, that wouldn't help if I'm implicitly using the Euclidean metric.
Thanks so much for your help!