1
$\begingroup$

Let $X$ be the set of all continuous functions from the unit interval $[0, 1]$ to itself.

(1) Prove that $X$ is not compact under the pointwise convergence topology.

(2) Prove that $X$ is compact under the uniform convergence topology.

To prove (1), I found the counterexample as the sequence of functions $\langle f_n \rangle$ defined as $f_n (x) = x^n$, which converges to $f(x) = 0$ for $0 \le x <1$ and $f(x)=1$ for $x=1$, which is not continuous, so $X$ is not sequentially closed. However, I remember that it cannot be guaranteed that sequential closedness does not imply closedness of topological space unless it is first countable, and $I^I$ under product topology is not first countable. How should I verify that $X$ is not compact?

Also, this counterexample can be applied in (2), which deduces that $X$ is not compact under the uniform convergence topology. Is there anything wrong in my argument?

As I know, in the metric space, uniform convergence topology is the induced topology from the uniform metric $d$ between two functions is given as $d(f, g) = \sup|f-g|$, right? Also, in the metric space, sequential compactness and compactness are equivalent. Is there any error in what I know?

2 Answers 2

0

In the pointwise case, we do know that compactness implies limit point compactness in all spaces (metrisable or not). So if the space were compact there would be a limit point $f$ of $\{f_n: n \in \mathbb{N}\}$. As projections (point-evaluations) are continuous, they preserve limit points, so $f(x)$ is a limit point of $\{f_n(x): n \in \mathbb{N}\}$ for all $x \in [0,1]$. For all $x$ this limit point is unique, so this forces $f(x) = 0$ for $x <1$ and $f(1) =1$. So this yields the contradiction as $f$ is a limit point in the compact set $[0,1]^{[0,1]}$ but is not in its subspace $C([0,1], [0,1])$. So the set $\{f_n: n \in \mathbb{N}\}$ has no limit point in the space at hand, so this space is not compact.

For the sup-metric, sequential compactness is indeed necessary and sufficient, so there you might need the classical fact that if $f_n \rightarrow f$ uniformly on $[0,1]$ and all $f_n$ are continuous then so is $f$. Your $f_n$ do not converge to $f$ in the sup-metric, it follows from this. Then as the identity $i$ is continuous from $C([0,1], [0,1]), \mathcal{T}_{\sup})$ to $C([0,1], [0,1]) ,\mathcal{T}_{\text{pw}})$, as the topoloy is weaker, the left hand space cannot be compact either, or the first would have been. I think the problem as stated is false. Both are non-compact.

  • 0
    Thank you for the pointwise convergence case. However, for the uniform convergence case, sequential compactness means "any" sequence must have a convergent subsequence, and so does my $f_n$, but it seems that the $f_n$ does not have any convergent subsequence in uniform topology.2017-02-09
  • 0
    @bellcircle the sequence is indeed not equicontinuous. Maybe $X$ is not compact?2017-02-09
  • 1
    Yeah. I guess the problem has an error.2017-02-09
  • 0
    @bellcircle If there were a convergent subsequence it would also be one for the pointwise topology, which is weaker. And we already ruled that out.2017-02-09
  • 0
    I also jumped right to Ascoli. But as Henno points out, it is easy to see that if the space is not compact in the pointwise convergence topology then it can't be compact in the finer one.2017-02-09
0

By Tychonoff, $I^I$ is compact in the product topology, which is the same as the topology of pointwise convergence. It is clearly Hausdorff, so it suffices to show $C[0,1]\subset I^I$ is not closed. For this, consider $f:I\to I$ defined by

$f(x)= \begin{cases} 0 & 0\le x\leq 1/2 \\ 1 & 1/2< x \le 1 \end{cases} $

and observe that any (finite) intersection of subbasis elements $S(x,U)\ni f$ contains a continuous function.

For the second item, I think your own example works to show $C(I,I)$ is $not$ $compact$ in the sup norm toplogy which is the same as that of compact convergence, because $I$ is a metric space:

$f_n(x)=x^n$ converges $pointwise$ to

$f(x)= \begin{cases} 0 & 0\le x<1 \\ 1 & x=1 \end{cases} $

Thus, any subsequence of $f_n$ that converged in the sup norm topology would have to converge to $f$ as well. This argument shows that no subsequence of $f_n$ can converge to a continuous function in the sup norm topology, and therefore the space is not sequentially compact.

  • 0
    Ascoli says that any equicontinuous sequence has a convergent subsequence. Not every sequence has a convergent subsequence?2017-02-09
  • 0
    The sup-metric is stronger, so if we 'd have compactness there, then also for the pointwise topology, quod non.2017-02-09
  • 0
    you are right of course.2017-02-09
  • 0
    I guess the point here then is to show that the topology of convergence on compact sets is the same as the sup norm topology. It's not hard, but it's not trivial either.2017-02-09