I am self-learning real analysis from Understanding Analysis by Stephen Abbot. I'd like to ask if I have deduced the correct conclusions for the below assertions about a subvergent (invented definition) series.
$\newcommand{\absval}[1]{\left\lvert #1 \right\rvert}$
Definition. Let's say that a series subverges if the sequence of partial sums contains a subsequence that converges.
Consider this (invented) definition for a moment, and then decide which of the following statements are valid propositions about subvergent series:
(a) If $(a_n)$ is bounded, then $\sum a_n$ subverges.
(b) All convergent series are subvergent.
(c) If $\sum \absval{a_n}$ subverges, then $\sum a_n$ subverges as well.
(d) If $\sum a_n$ subverges, then $(a_n)$ has a convergent subsequence.
Proof. (a) This proposition is false. As a counterexample, consider the sequence $(a_n):=1$. The sequence of partial sums is $s_1 = 1, s_2 = 2, s_3 = 3, \ldots, s_n = n,\ldots$. No subsequence of $(s_n)$ converges. So, $\sum {a_n}$ is not subvergent.
(b) Since the series is convergent, the sequence of the partial sums converges and therefore any subsequence of partial sums also converges to the same limit. Thus, all convergent series are subvergent.
(c) I think this proposition is true. Let $(s_n)$ be the sequence of partial sums of the absolute values and $(t_n)$ be the sequence of partial sums of the series $\sum a_n$.
By definition of subvergence, there is some subsequence $(s_{f(n)})$ of $(s_n)$ that converges. Without loss of generality, assume $(s_{2n})$ is one such convergent subsequence. Then, there exists a $N \in \mathbf{N}$ such that, \begin{align*} \absval{\absval{a_{2m+2}} + \absval{a_{2m + 4}} + \ldots + \absval{a_{2n}}} < \epsilon \end{align*}
for all $n > m \ge N$.
Using this fact, we can write a nice inequality for the subsequence $(t_{2n})$. \begin{align*} \absval{t_{2n} - t_{2m}} &= \absval{a_{2m+2} + a_{2m+4} + \ldots + a_{2n}}\\ &\le \absval{a_{2m+2}} + \absval{a_{2m+4}} + \ldots + \absval{a_{2n}}\\ &\le \absval{\absval{a_{2m+2}} + \absval{a_{2m+4}} + \ldots + \absval{a_{2n}}}\\ &< \epsilon \end{align*}
for all $n \ge N$.
As the above holds true for all subsequences $(s_{f(n)})$ where $f(n):\mathbf{N} \to \mathbf{N}$ is a bijection, $\sum a_n$ is subvergent.
(d) I can't think of a counterexample for this.