Here's my exercise: EDIT: $v=nu$, not $\nu$ (same Latex code but one is without )
$\forall n \in \mathbb{N}$ $\forall$ ${i \in \{1,...n\} }$ $ |a_{i}|\leq u $ and $nu<0.01$ and $u=2^{-t-1}$ prove that there exists $\eta$ such that $\prod_{i=0}^{n}(1+a_{i})$=1+$\eta$ and $\eta \leq 1.01\nu$ .
In my classroom we have proven the following theorem:
$\forall n \in \mathbb{N}$ if $\forall$ ${i \in \{1,...n\} } $ $ |a_{i}|\leq u, p_{i} \in \{1,-1\} $ and $\nu<1$ where $u=2^{-t-1}$ for some integer $t$
then
there exists $\theta$ such that $\prod_{i=0}^{n}(1+a_{i})^{p_{i}}$=1+$\theta$ and $|\theta| \leq \frac{\nu}{1-\nu}$
At first I thought that my exercise demanded nothing more that using the theorem we have proven, for the case where all the $p$'s were $1$'s. Using that I put $\eta=\theta$ , but then I got an estimation $|\eta|\leq \frac{\nu}{1-\nu} < 1.(01)\nu$, which is slightly more than I wanted, and I see no other way to approach this exercise... Can anyone help?