$n$ composition of functions when $n \to \infty$

77 Views Asked by At

Let $x \in \mathbb{R}$ and $n \in \mathbb{N}$. Let $f(x)$ be continous over the whole domain of $a<x<b$. Let the composition of functions $f^{(n)}(x) =f(f(...f(x)))$. Let $g(x)$ defined by

$$g(x)= \lim_{n \to \infty}f^{n}(x)$$

Is $g(x)$ continous? How can I proof that?

2

There are 2 best solutions below

2
On

$g$ does not need to be continous; in fact $g$ is not necessarily well-defined. For a counterexample, take $a=-b=1$ and $f(x)=-x$; then $f^n(x)$ is alternatively $\pm x$ hence $\lim_{n \to \infty} f^n(x)$ does not exist for nonzero $x$.

2
On

No. $g(x)$ need not be continuous even if it does exists, which as reuanis points out might not be the case.

Take $f: [0,1] \to \mathbb R$, $f(x) = x^2$

Then you might quickly realize that $f^n$ tends pointwise to

$$g(x) = \begin{cases}0 & x, \in [0,1) \\ 1, & x = 1\end{cases}$$

which exhibits a jump at $x = 1$.