Given a sequence $a_{n}= \dfrac{2\,a_{n+ 1}}{1+ a_{n+ 1}^{2}}\in (0, 1).$ Prove that $\sum a_{n}< \dfrac{2\,a_{1}}{1- a_{1}}.$
How can I seperate $n$ parts from $\dfrac{2\,a_{1}}{1- a_{1}}$ and each of them $u_{n}> a_{n}{\it ?}$ I observe $$a_{n}- a_{n+ 1}= \dfrac{a_{n+ 1}\left ( 1- a_{n+ 1}^{2} \right )}{1+ a_{n+ 1}^{2}}= \dfrac{a_{n}\left ( 1- a_{n+ 1}^{2} \right )}{2}$$ So, what $u_{n}- u_{n+ 1}$ sould be ? I need to the help, thanks a real lot.
Edit: I found one relationship that is $$\frac{2\,a_{n+ 1}}{1+ a_{n+ 1}^{2}}\geq a_{n+ 1}\left ( 2- a_{n+ 1} \right )$$ Sorry I can't talk it clearly now, because it's too late here. I'll post the proving of the inequality as soon as well.
Using the double-angle formula for the hyperbolic tangent one can obtain an explicit formula for $a_n$ and get the desired inequality:
We know that $a_n \in (0, 1)$, so that we can substitute $a_n = \tanh(x_n)$ with $x_n > 0$. Then $$ \tanh(x_n) = \frac{2 \tanh(x_{n+1})}{1+\tanh^2(x_{n+1})} = \tanh(2 x_{n+1}) $$ implies $x_n = 2x_{n+1}$. It follows that $x_n = x_1/2^{n-1}$ for all $n$. Now the sum can be estimated: $$ \sum_{n=1}^\infty a_n = \sum_{n=1}^\infty \tanh\left(\frac{x_1}{2^{n-1}}\right) < \sum_{n=1}^\infty \frac{x_1}{2^{n-1}} = 2 x_1 \, . $$ On the other hand, $$ \frac{2a_1}{1-a_1} = \frac{2\tanh(x_1)}{1-\tanh(x_1)} = e^{2x_1} - 1 > 2x_1 \, . $$