Suppose $a_n>0$, $s_n=a_1+ \dots+ a_n$, and $\sum a_n $diverges.
I need to prove that $\sum \frac{a_n}{1+a_n}$ diverges.
My attempt: We have $\forall n \in \mathbb{N}^*, a_n>0$
$\forall n \in \mathbb{N}^*, \frac{a_n}{1+a_n}-a_n\\= \frac{a_n^2}{1+a_n} \sim {a_n}^2 $
Since $\sum a_n$ diverges, then $\sum {a_n}^2$ diverges (is this true ?) By the equivalence theorem, we can deduce that the series $\sum\big(\frac{a_n}{1+a_n}-a_n\big) $ diverges.
Since $\forall n \in \mathbb{N}^*, \frac{a_n}{1+a_n}=\big(\frac{a_n}{1+a_n}-a_n\big)+a_n$
Then: $\sum\frac{a_n}{1+a_n}$ diverges
Can someone verify my proof ?