Consider the sequence $\left \{ z_{k} \right \}$ in $\mathbb{R}.$ Let the sequence $$\left \{ x_{n} \right \} = \sum_{k=1}^{n}z_{k}\ \ \ \ \text{and}\ \ \ \left \{ y_{n} \right \} = \sum_{k=1}^{n}\left | z_{k} \right |.$$ My goal is to show that if $\left \{ y_{n} \right \}$ converges, then $\left \{ x_{n} \right \}$ converges, using the ideas of a Cauchy sequence and $\textbf{without}$ any ideas from infinite series.
I know that a sequence $\left \{ a_{n} \right \}$ in $\mathbb{R}$ is a Cauchy sequence if$ \ $ $\forall \ \epsilon > 0, \exists \ N \in \mathbb{N}$ such that whenever natural numbers $m,n > N$,$$\left | a_{m}-a_{n} \right |< \epsilon.$$
From what I understand, this is saying that the distance between any two elements of $\left \{ a_{n} \right \}$ get closer and closer to each other as $n\rightarrow \infty.$ It is sort of like the elements are "bundling up" near the supremum.
One thought I had initially was to consider one sequence as a subsequence of the other, but I do not think that would be true in this case.
Does anyone have any ideas? Thanks in advance!
Take any $\epsilon>0$. You assume the sequence $y_n$ is a cauchy sequence so you know that:
$\exists (n_0\in\mathbb{N})\forall(m,n\geq n_0)[|y_m-y_n|<\epsilon]$
Well, so let's take $m>n\geq n_0$. Then using the triangle inequality we get:
$|x_m-x_n|=|\sum_{k=1}^{m}z_{k}-\sum_{k=1}^{n}z_{k}|=|\sum_{k=n+1}^{m}z_{k}|\leq \sum_{k=n+1}^{m}|z_{k}|=\sum_{k=1}^{m}|z_{k}|-\sum_{k=1}^{n}|z_{k}|=y_m-y_n<\epsilon$
So $x_n$ is also a cauchy sequence.