Given the sequence defined as :
$\displaystyle{u_{n + 1} = {u_{n}^{2} \over 1 - 2u_{n}^{2}}}\quad\forall\ n \in \mathbb{N}$
And $u_{0} =a $ such that $a \in \left(0,{1 \over 4}\right)$
Let's take $s_{n} = \sum_{k = 0}^{n}\,\left(-1\right)^{k}\,u_{k}$
$w_{n} = s_{2n + 1}$
$v_{n} = s_{2n}$
Let $\lim v_{n} = \lim w_{n} = \ell$
How can one prove that $\lim s_{n} = \ell$
I see that we need to majorate the expression of $s_{n}$ by $v_{n}$ or $w_{n}$ to find that $\lim s_{n} = \ell$ but it seems difficult since i don't see a direct relation between $s_{n}$ and $s_{2n}$ and $s_{2n + 1}$.