Let $(x_n)$ be a real-valued sequence with partial sums $s_n = x_1 + x_2 + ... +x_n$. We define $\sigma_n = \frac{1}{n}(s_1 + s_2 + ... + s_n)$. Now, supposing $\Sigma\,x_n$ is convergent, I need to show that the sequence $(\sigma_n)$ is convergent and that $lim\,\sigma_n = \Sigma\,x_n$.
My intuition is to simply say that since $\Sigma\,x_n$ converges, then $lim\,sup\,s_n = lim\,s_n = L$, some real number, and then try to find a way to use a convergence test.
But I don't have any information about the $x$-values, so I can't say they're non-negative, which means I can't use comparison, and the ratio and root test both come out inconclusive since $lim\,\frac{\sigma_{n+1}}{\sigma_n}=1$.
Should I be finding a way to use the Cauchy criterion here? Or am I missing a different technique altogether?
EDIT: This isn't actually a duplicate of the arithmetic mean problem, because there is only one series of partial sums in the arithmetic mean. This problem takes the sum of each of those sums from 1 to n and presents a new problem with that.
EDIT 2: Upon further review, although not identical, the problem turns out to essentially be a re-skin of the arithmetic mean. See answer below.