Assume that $\epsilon$ is a very small positive number (for example $\epsilon$ is of order $10^{-200})$. Also $n$ numbers are given in form $\delta_i$ $(1\leq i\leq n)$ such that for every $i$, $|\delta_i|<\epsilon$. Now assume this expression is given: $$(1+\delta_1)(1+\delta_2)\dots(1+\delta_n)$$ The question is, is it possible to find some $|a|<\epsilon$, such that $(1+a)^n$ is equal to the above expression. I mean: $$(1+\delta_1)(1+\delta_2)\dots(1+\delta_n)=(1+a)^n$$ If yes, how can we prove its existence?
I guess the answer is yes but It's just a guess. I tried using $\ln(1+x)$ and its taylor series, but I couldn't get to something useful. I also tried to use induction, but this approach also didn't give me anything! Maybe we can use Bernoulli's inequality or binomial coeffiients, but I couldn't prove this using it. Maybe you can!
Any help is so much appreciated!