I'm trying to solve the below exercise.
Could you please verify whether my proof is correct or not? Thank you so much!
My attempt:
It is easy to verify that $\sum x_{k}<\infty \implies \sum x_k/(x_k+1)<\infty$. Next we prove that $\sum x_k/(x_k+1)<\infty \implies \sum x_{k}<\infty$. To simplify notation, I write $\lim x_k$ for $\lim_{k \to \infty} x_k$.
Clearly, $\lim x_k = 0$. If not, $\lim x_k = a \neq 0$. Then $\lim x_k/(x_k+1) = a/(a+1) \neq 0$. This contradicts the fact that $\sum x_k/(x_k+1)<\infty$. As a result, for all $\epsilon_1 >0$ there exists $N_1 \in \mathbb N$ such that $x_k < \epsilon_1$ for all $k \ge N_1$. As such, $x_k \le (\epsilon_1+1 )x_k/(x_k+1)$ for all $k \ge N_1$.
By Cauchy's convergence test: given $\epsilon >0$, there exists $N_2 \in \mathbb N$ such that $\sum_{k=m}^n x_k/(x_k+1) < \epsilon/(\epsilon_1+1)$ for all $n>m \ge N_2$. Take $N=\max\{N_1,N_2\}$, we have $$\begin{cases}x_k \le (\epsilon_1+1 )x_k/(x_k+1) \\ \sum_{k=m}^n x_k/(x_k+1) < \epsilon/(\epsilon_1+1) \end{cases} \quad k \ge N, n>m \ge N$$
As such, we have for all $n>m \ge N$: $$\begin{aligned}\sum_{k=m}^n x_k &\le \sum_{k=m}^n \dfrac{(\epsilon_1+1)x_k}{x_k+1} &&= (\epsilon_1+1)\sum_{k=m}^n \dfrac{x_k}{x_k+1}\\ &\le (\epsilon_1+1) \epsilon/(\epsilon_1+1) &&=\epsilon\end{aligned}$$
By Cauchy's convergence test, $\sum x_{k}<\infty$.
Update: On the basis of suggestion from comments, I fixed the proof that $\lim x_k = 0$ here.
We have $\lim x_k \neq \infty$. If not, $\lim x_k/(1+x_k) = 1$. Then $\lim_{k \to \infty} x_k/(x_k+1) \neq 0$ which is a contradiction.
We have $\lim x_k$ does exists. If not, there are two subsequences $(x_{k_n})_{n \in \mathbb N}$ and $(x_{k_m})_{m \in \mathbb N}$ such that $\lim_{n \to \infty} x_{k_n} =:a \neq b:= \lim_{m \to \infty} x_{k_m}$. Then $$\lim_{n \to \infty} x_{k_n}/(1+x_{k_n}) = a/(a+1) \neq b/(b+1) \lim_{m \to \infty} x_{k_m}/(1+x_{k_m})$$
Then $\lim_{k \to \infty} x_k/(x_k+1)$ does not exist, which is a contradiction.
- We have $\lim x_k = 0$. If not, $\lim x_k = a \neq 0$. Then $\lim_{k \to \infty} x_k/(x_k+1) = a/(a+1) \neq 0$, which is a contradiction.
