5

In recent days I am studying rings of continuous functions and I was wondering whether the following is true:

Let $X$ be a topological space that is Tychonoff (that is, $X$ is completely regular and $T_{1}$) and $C(X)$ be the ring of all real valued continuous functions on $X$. Now, if $F: X \rightarrow X$ be a homeomorphism (with respect to the same topology on $X$), then there is a ring isomorphism $G: C(X) \rightarrow C(X)$ given by $G(f) = f \circ F$ for all $f \in C(X)$. Now, my question is the following: if $G': C(X) \rightarrow C(X)$ be any ring isomorphism, then does there exist a homeomorphism $F': X \rightarrow X$ (with respect to the same topology on $X$) such that $G'(f) = f \circ F'$ for all $f \in C(X)$? If not, then for which topological spaces $X$ the statement is true? If $X$ is completely regular, then all real-valued continuous functions on $X$ determine the topology of $X$. My question is somewhat different and that can be seen from the question.

Eric Wofsey
  • 342,377
  • This reminds me of similar problem I once came up with, but didn't pursue to find the answer. Given topological space $X$, any homeomorphism $f:X \to X$ induces (upper complete) lattice isomorphism of topology $F:\tau \to \tau, F(U) = f^{-1}(U)$. Here question is if, or when, all such lattice isomorphisms are induced by homeomorphism. For some reason I feel those problems might be linked. – Esgeriath Apr 16 '23 at 16:58
  • I think a variant of this is true, if we assume that $X$ is compact and we consider algebra (over $\mathbb{R}$) homomorphisms (as opposed to ring only homomorphisms). I'll try to find a reference tomorrow. I don't think this is true without assuming compactness though. – freakish Apr 16 '23 at 21:06

1 Answers1

4

This is true for compact Hausdorff spaces. More generally, if $X$ is a compact Hausdorff space and $Y$ is any space, then every ring-homomorphism $C(X)\to C(Y)$ is given by composition with a continuous map $Y\to X$. To prove this, note first that every homomorphism $C(X)\to\mathbb{R}$ is of the form $f\mapsto f(x)$ for some $x\in X$ (see here for a proof). Let $e_x$ denote the evaluation at $x$ homomorphism $f\mapsto f(x)$. Now if $G:C(X)\to C(Y)$ is a homomorphism, for each $y\in Y$, the composition $e_y\circ G$ is equal to $e_x$ for some $x\in X$; let $F(y)$ be this $x$, so $F$ is a function $Y\to X$. For any $f\in C(X)$ and any $y\in Y$, then, $G(f)(y)=e_y(G(f))=e_{F(y)}(f)=f(F(y))$, so $G$ is given by composition with $F$. It follows that $F$ is continuous (since its composition with each element of $C(X)$ is continuous and $X$ is completely regular).

In general, a Tychonoff space is called realcompact if every homomorphism $C(X)\to\mathbb{R}$ is given by evaluation at a point of $X$. The same argument as above shows that if $X$ is realcompact then every homomorphism $C(X)\to C(Y)$ is given by composition with a continuous map, and in particular then every automorphism of $C(X)$ is given by composition with a homeomorphism $X\to X$.

This conclusion about automorphisms is not true for arbitrary Tychonoff spaces. For a counterexample, let $X=((\omega_1+1)\times\{0,1\})\setminus\{(\omega_1,1)\}$. Since every continuous real-valued function on $\omega_1$ is eventually constant (and so extends continuously to $\omega_1+1$), $C(X)\cong C((\omega_1+1)\times\{0,1\})$. Now $(\omega_1+1)\times\{0,1\}$ has an automorphism that swaps $0$ and $1$ on the second coordinate, and this gives an automorphism of $C(X)$. However, this automorphism of $C(X)$ does not come from any automorphism of $X$, since it sends the homomorphism $C(X)\to\mathbb{R}$ given by evaluation at the point $(\omega_1,0)$ to a homomorphism $C(X)\to\mathbb{R}$ which is not given by evaluation at any point (it would be evaluation at $(\omega_1,1)$ but that point is not in $X$).

Eric Wofsey
  • 342,377