Zondrina said:
Wait a second... a thought occurred to me a moment ago. I'm not really sure it has any merit (since pas got off), but I will post it and see what anyone who views this may think.
Suppose without loss of generality for the duration of this question that n > m.
Let the sequences of partial sums be defined as : ##s_n = \sum_{k=1}^{n} a_k## and ##s_m = \sum_{k=1}^{m} a_k##
We know that ##\sum a_n## converges which implies ##a_n → 0## as ##n → ∞##.
This is true.
the sequences of partial sums also converge.
This is the definition of convergence of an infinite series.
So by the C.C, we want to show ##\forall ε>0, \exists N \space | \space n > m > N \Rightarrow |s_n - s_m| < ε##
No. We already know this: we are given that [itex]\sum a_n[/itex] converges. Thus by definition the sequence of partial sums converges, and the Cauchy criterion then says that for all [itex]\epsilon > 0[/itex], there exists [itex]N \in \mathbb{N}[/itex] such that if [itex]n > m \geq N[/itex] then [itex]|s_n - s_m| < \frac12\epsilon[/itex].
Since m > n, we know that ##s_n## contains all the terms of ##s_m## plus extra left over term(s). To find these other terms we consider the following :
Let k = n - m so that k + m = n, then we have :
##|s_{m+k} - s_m| ≤ |s_k| = |a_{m+1} + ... + a_{n}| ≤ a_{m+1} + ... + a_{n}##
The first relation is true (at least under the assumption that the [itex]a_n[/itex] are non-negative and non-increasing) but unhelpful. The next relation is false: [itex]s_k = a_1 + \cdots + a_k[/itex]. The final relation is false unless all the terms are non-negative.
It ought to be obvious that if [itex]m < n[/itex] then
[tex]
\sum_{k=1}^n a_k = \sum_{k=1}^m a_k + \sum_{k=m+1}^n a_k[/tex]
so that
[tex]|s_n - s_m| = \left|\sum_{k=1}^n a_k - \sum_{k=1}^m a_k\right| = \left|\sum_{k=m+1}^n a_k\right| = |a_{m+1} + \cdots + a_{n}| = a_{m+1} + \cdots + a_{n}[/tex]
with the last equality following because the terms are non-negative.
Now from the hint, we know that ##a_{m+1} + ... + a_{n} ≥ (n-m)a_n##.
So, putting the hint together with the above, we have that for all [itex]\epsilon > 0[/itex] and [itex]n > m[/itex] sufficiently large,
[tex]
(n - m)a_n \leq a_{m+1} + \dots + a_n = |s_n - s_m| < \textstyle \frac12 \epsilon[/tex]
from which it follows that
[tex]
na_n < \textstyle\frac12 \epsilon + ma_n[/tex]
which was what the first part of the question asked you to prove.
Also, for showing ##na_n → 0##, fix m=0 as suggested.
You can't fix [itex]m = 0[/itex]. The assumption we're operating under is that [itex]n > m \geq N[/itex] where [itex]N[/itex] is given by the Cauchy criterion as above.
Since ##\sum a_n## converges, once again as stated before, ##a_n → 0## as ##n → ∞##. So multiplying ##a_n## by an integer will not affect the result. Thus ##na_n → 0## as ##n → ∞##.
I'm not sure what you're trying to say here. If you're saying that for fixed [itex]m[/itex], [itex]ma_n\to 0[/itex] since [itex]a_n \to 0[/itex] then you are right, but that only gets you
[tex]
0 \leq \lim_{n \to \infty} na_n \leq \textstyle\frac12 \epsilon[/tex]
and you need to explain why that requires that [itex]na_n \to 0[/itex]. If you're saying that [itex]na_n \to 0[/itex] if [itex]a_n \to 0[/itex] (which if you're assuming m = 0 might be the case) then that is simply false.
As for the example take : ##a_n = \frac{(-1)^n}{n}##.
This doesn't satisfy the condition that [itex]na_n \to 0[/itex].
Finding examples is almost impossible if you don't know where to look, so I'll just suggest that you look at [itex](n\ln n)^{-1}[/itex] for [itex]n \geq 2[/itex] (it really doesn't matter what you define [itex]a_1[/itex] to be as long as [itex]a_1 \geq (2\ln 2)^{-1}[/itex] so the sequence is non-increasing).
The point of the question is that you've proven that if [itex]\sum a_n[/itex] converges and the terms are non-negative and non-increasing, then [itex]na_n \to 0[/itex]. However the last part of the question shows that the converse does not hold: the fact that [itex]na_n \to 0[/itex] does not imply that [itex]\sum a_n[/itex] converges.