Consider the dynamical system defined by the iteration of the map $$f(x) = \frac{x}{2} + \frac{2}{x}.$$ Prove that for all initial condition $x_0 \in [2,\infty)$, we have: $$(1) |f^{n}(x_0) - 2| \leq \frac{1}{2^n} |x_0 - 2|, \forall n \geq 0$$
Proof: Suppose (1) is true for certain $n>0$. $$|f^{n+1}(x_0) - 2| = |x_{n+1} - 2| = |\frac{x_n}{2} + \frac{2}{x_n} - 2| \leq |\frac{x_n}{2} - 2| + |\frac{2}{x_n}| = |\frac{1}{2}(x_n - 4)| + |\frac{2}{x_n}| = \frac{1}{2}|x_n - 4| + |\frac{2}{x_n}| \leq \frac{1}{2}|x_n - 2| + \frac{1}{2}|2 - 4| + |\frac{2}{x_n}| \leq (\frac{1}{2})(\frac{1}{2^n})|x_0 - 2| + \frac{1}{2}|2 - 4| + |\frac{2}{x_n}| = (\frac{1}{2^{n+1}})|x_0 - 2| + 1 + |\frac{2}{x_n}|$$
The problem is that I don't know if I made some mistakes throughout my calculations or if it is possible to get rid of: $1 + |\frac{2}{x_n}|$.