1

I have problem showing this:
Suppose $ f: X \to X $ is a continuous surjective function and there exists a sequence in $ \mathbb{N} $ such as $ \lbrace n_{k} \rbrace_{k \geq 1} $ such that $ n_{k} \to \infty$ and $ f^{n_{k}} \to I_{X} $ uniformly . How can we show that any power of $f^{n_{k}}$ converges to $ I_{X} $ uniformly ?
Notice that $ d $ is a metric on $ X $ and : \begin{align*} D(g,h) := \sup_{x \in X } d(g(x) , h(x)) \end{align*} Is a metric on $C(X,X)$.

1 Answers1

2

If $D(f^{∘n_k},I_X)<\varepsilon$, then $D(f^{∘(mn_k)},I_X)<mε$.

On the point level for any $x_0\in X$ and with $x_j=f^{∘(jn_k)}(x_0)$ you get $$ d(f^{∘(mn_k)}(x_0),x_0)=d(x_m,x_0) \le \sum_{j=0}^{m-1}d(x_{j+1},x_j)=\sum_{j=0}^{m-1}d(f^{∘n_k}(x_j),x_j)<mε $$ Now take the supremum on the left side to get the claim.

With some minimal additional boilerplate the uniform convergence of the function sequence $f^{∘(mn_k)}$ is thus established.

Lutz Lehmann
  • 126,666