I am trying to prove the following lemma:
Let $|\varepsilon_i|\leq \varepsilon < \frac{1}{n} $ for all $1\leq i \leq n$ and define $\delta$ with
$$1+\delta=\prod_{i=1}^n (1+\varepsilon_i)^{\pm1}$$
then
$$|\delta| \leq \frac{n\varepsilon}{1-n\varepsilon}$$
The $\pm1$ in the exponent means that the exponent can be $1$ or $-1$ for any $i$ individually.
I am aware that this is a formula that allows approximations of the higher order terms of the product. As I understand it the product term has a leading $1$ and the rest are $\varepsilon_i$ dependant terms.
I have been looking through all my books searching for some useful product inequalities, however the exponent $\pm1$ and the sign of $\varepsilon_i$ rules most of them out, so I cannot use them. This inequality seemed the most promosing to deliver an upper bound:
- Let $a_i \in \mathbb{R_0^+}$ with $\sum_{i=1}^n a_i \leq 1$, then $$\prod_{i=1}^n (1+a_i) \leq 1+2\sum_{i=1}^n a_i $$
However the nonfixed exponent bugs me and does not let me use it.
Are there any theorems or tricks I could use to get to my goal?
I am looking for hints, not for solutions. Thanks.
- split the product into two products, one where all exponents are 1, the other with -1 as the exponent then apply product-sum inequalities to each.
- consider the worst possible case using $\frac{1}{1-x} > 1+x$).
– Mathily Nov 10 '17 at 17:22