2

I have recently reading a theorem involved compact convergence. Another definition can be found here.


Let $(X, \mathcal{T})$ be a topological space and $\left(Y, d_{Y}\right)$ be a metric space. A sequence of functions $$ f_{n}: X \rightarrow Y, n \in \mathbb{N}, $$ is said to converge compactly as $n \rightarrow \infty$ to some function $f: X \rightarrow Y$ if, for every compact set $K \subseteq X$, $$ \left.\left.f_{n}\right|_{K} \rightarrow f\right|_{K} $$ uniformly on $K$ as $n \rightarrow \infty$. This means that for all compact $K \subseteq X$, $$ \lim _{n \rightarrow \infty} \sup _{x \in K} d_{Y}\left(f_{n}(x), f(x)\right)=0 $$


Some properties (from the same Wikipedia page):

  • If $f_{n} \rightarrow f$ uniformly, then $f_{n} \rightarrow f$ compactly.
  • If $(X, \mathcal{T})$ is a compact space and $f_{n} \rightarrow f$ compactly, then $f_{n} \rightarrow f$ uniformly.
  • If $(X, \mathcal{T})$ is a locally compact space, then $f_{n} \rightarrow f$ compactly if and only if $f_{n} \rightarrow f$ locally uniformly.

Let $X$ be compact and $Y:=\mathbb R$. If we consider the space $C(X)$ of real-valued continuous functions on $X$, then compact convergence reduces trivially to uniform convergence which is metrizable.

We keep working with $C(X)$. Is there a lighter restriction on $X$ that makes the topology of compact convergence metrizable?

Akira
  • 17,367
  • Relatable: https://mathoverflow.net/questions/224259/how-do-i-prove-that-compact-open-topology-is-metrizable

    What you really need is hemicompactness.

    – Renan Mezabarba Aug 04 '23 at 15:04

1 Answers1

2

If $X$ is $\sigma-$ compact, i.e. a countable union of compact sets $K_n$ then $d(f,g)=\sum\limits_{k=1}^{\infty}\frac {\|f-g\|_n} {2^{n}(1+\|f-g\|_n)}$ define a metric which gives uniform convergence on compact sets. Here $\|f-g\|_n=\sup \{|f(x)-g(x)|: x \in K_n\}$.

  • Could you provide a reference containing this result? – Akira May 26 '22 at 09:18
  • 1
    The proof is very elementary and it is based on the fact that $ \sum\limits_{k=N}^{n=\infty} \frac {|f-g|n} {2^{n}(1+|f-g|_n)} \leq \sum\limits{k=N}^{n=\infty} \frac 1 {2^{n}}<\epsilon$ if $N$ is large enough. This is also contained in Rudin's FA book. @Akira – Kavi Rama Murthy May 26 '22 at 09:22