Uniform convergence of a sequence of functions and equicontinuity

3.5k Views Asked by At

Let $(X,d)$ be a compact metric space.

I would like to prove that if $(f_n)_{n \in \mathbb{N}}$ is a sequence of continuos functions $f_n:X \to Y$ that converge uniformly in $X$, then $(f_n)_{n \in \mathbb{N}}$ is a uniformly equicontinuous family of functions.

I know that if $X$ is compact uniformly equicontinuous is equivalent to equicontinuous. But I don't know how to prove this statement either!

Any help?

1

There are 1 best solutions below

0
On

I am assuming that $Y$ is a metric space, whose metric I'm also writing as $d$. I'll also use without proof the fact that a continuous function on a compact metric space is uniformly continuous.

Let $f$ denote the limit of the sequence $(f_n)_{n\in\mathbb{N}}$. Let $\epsilon > 0$ - we wish to find $\delta >0$ so that $d(x,y)<\delta\implies d(f_n (x),f_n (y))<\epsilon$ for all $x,y\in X$ and all $n$.

By uniform convergence of $(f_n)$ to $f$, pick $N$ large enough so that $n>N$ implies $\Vert f-f_n \Vert_\infty<\epsilon /3$.

Now, for each $n\le N$, pick $\delta_n>0$ so that $d(x,y)<\delta_n$ implies $d(f_n(x),f_n (y))<\epsilon$. Additionally, pick $\delta_f>0$ so that $d(x,y)<\delta_f$ implies $d(f(x),f (y))<\epsilon/3$ (possible by the uniform continuity of $f$ which is in part given by the Uniform Limit Theorem).

Finally, take $\delta = \min\{\delta _f , \delta_1,\dots ,\delta_N\}>0$ (possible because this is a finite set).

Now let $x,y\in X$ with $d(x,y)<\delta$. For $n\le N$, we are done, because $d(x,y)<\delta\le \delta_n$. Then for $n>N$, we use the triangle inequality: $$d(f_n(x),f_n(y))\le d(f_n(x),f(x))+d(f(x),f(y))+d(f(y),f_n(y))\\ <\frac{\epsilon}{3}+\frac{\epsilon}{3}+\frac{\epsilon}{3}=\epsilon$$ and we're done.