consider a sequence of non-negative numbers like
$ \{a_1, a_2,...\} $
with the following property:
$$\sum_{i=1}^{\infty} a_i=b$$
Is there any theorem which states the following:
for any c>0 there exists $k \in Z^+$ such that
$$\sum_{i=k}^{\infty} a_i<c$$
2026-05-05 02:37:36.1777948656
On
A theorem on the convergence of series
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Yes; this follows from the definition of series convergence as convergence of the partial sums.
Since the series converges to $b$, we know that the sequence of partial sums $\sum_{i=1}^n a_i$ ($ n \in \mathbb Z$) converges to $b$ as $n \to \infty$. Thus given $c>0$, we can find $n \in \mathbb Z$ such that $|b - \sum_{i=1}^n a_i| <c$. But since $b = \sum_{i=1}^\infty a_i$, $b - \sum_{i=1}^n a_i = \sum_{i=n+1}^\infty a_i$; thus $|\sum_{i=n+1}^\infty a_i|<c$. Taking $k=n+1$ gives your result.
Let $b_k:=\sum_{i=k}^{\infty} a_i$. Since $\sum_{i=1}^{\infty} a_i$ is convergent, we have $ b_k \to 0$.