Could you help me prove the two following lemmas on series convergence?
1) Prove that if $\sum_{n=1} ^{\infty} a_n$ is a series of positive real numbers convergent to $0$, where $(a_n)$ is a monotone convergent sequence, then $(na_n)$ is also convergent.
Why isn't it true for series with arbitrary terms?
If $\sum_{n=1} ^{\infty} a_n$ is convergent ( $a_n >0$ ), can it be that $na_n \rightarrow a \neq 0$ ? (No assumption about monotonicity of $a_n$.)
2) Prove that if $\sum_{n=0} ^{\infty} a_n$ is a convergent series of positive numbers ( $p_n$ ) increasing to infinity, then $\frac{p_0a_0+...+p_na_n}{p_n}$ is convergent to $0$.
As for the first one, I know that from the necessary condition for series convergence we have that for a given $\epsilon <0$ there exists $n_0(\epsilon) = n_0$ such that for $n>n_0$ we have $na_n=ka_n + (n-k)a_n \le \frac{\epsilon}{2} + a_k + ...+ a_n \le \frac{\epsilon}{2} \cdot 2 = \epsilon$
Could you help me with the rest?
Thank you.