3

Suppose we have a sequence of analytic functions $f_j:(1,M) \to (1,M)$ for some $M \in \mathbb{R}^+$. We are guaranteed that there is an $n \in \mathbb{N}$ such that its $n$'th iterate $$g_j(x) =f_j( f_j(...(n\,times)...(f_j(x)) = (f_j \circ f_j \circ ...(n\,times).. \circ f_j)(x)$$ converges uniformly, $g_j \to g$.

Does this guarantee that $f_j \to f$ uniformly?

If so how would one go about showing this? I think a proof by contradiction would work, if $f_j \not\to f$ uniformly then $g_j \not\to g$ uniformly. Is this sufficient enough of an argument?

Any help or suggestions would be greatly appreciated. Thanks.

JmsNxn
  • 525

1 Answers1

0

Consider $f_n(x) = e^{n/z} = \exp(n/z)$ defined on $(1, M)$. Then

$$g_n(x) = f_n(f_n(x)) = \exp(n \exp(-n/z))$$

converges uniformly to 1, but $f_n$ doesn't converge at all!

abnry
  • 14,664