I want to see how the error propagates on a mapping that I have. I have proven that $$|f(x+\varepsilon)-f(x)|=\varepsilon(1+\varepsilon),$$ let $\varepsilon_n$ be the error after $n$ applications of the mapping, it holds $\varepsilon_{n+1}=\varepsilon_n(1+\varepsilon_n)$. It is easy to show $\varepsilon_n$ obeys $$\frac{\varepsilon_n}{\varepsilon_0}=\sum_{k=0}^{2^n} p_k(n) \varepsilon_0^k$$ with $p_k(n)$ polynomials. I have convinced myself that $p_k(n)$ is of degree $k$ and the coefficient of the highest order term is 1, which by the way is exactly what I need. However I cannot find how to prove it. I even have difficulties setting up an induction.
So, first of all, is this by any chance a known map? Can I find any results anywhere? Also any idea on how to prove this is more than welcome.
EDIT: Motivation
The motivation comes from trying to approximate the separatrices of a map. So I have a map $f:\mathbb{C}^2\to\mathbb{C}^2$ and let $w(s)$ be a separatrix parametrised by $s\in\mathbb{C}$ for which it holds $f(w(s))=w(s+1)$.
The problem is that I know $w(s)$ as an approximation by a formal series $w_N(s)=\sum_{i=1}^N w_i s^{-i}$ I also know that the error is of the order of $s^{-N}$.
I try to prove that $$\lim_{n\to\infty}f^n(w_N(s-n))=w(s)$$ this is possible because the error is not constant with $n$, for big $n$ the error is of the order $n^{-N}$ and if the error propagates as expected, then it goes to zero as $n$ goes to infinity.
