3

Let $X$ and $Y$ be topological spaces. We say that the extension property holds if, whenver $S$ is a closed subset of $X$ and $f:S\rightarrow Y$ is continuous, $f$ can be extended to a continuous map on $X$.

A question asks whether the extension property holds for $X$ being any topological space and $Y=[-1,1]$.

I have no idea, but I am thinking whether there is some $X$ on which continuous functions are either constant or unbounded.

Can anyone offer any ideas? Thanks!

Spook
  • 5,106

2 Answers2

2

Let $X$ be any space that is not completely regular, and let $p\in X$ and $F\subseteq X$ be a point and a closed set such that $p\notin F$, and there is no continuous function $f:X\to[0,1]$ such that $f(p)=0$ and $f(x)=1$ for each $x\in F$. Then it’s easy to check that there is no continuous function $f:X\to[0,1]$ such that $f(p)=-1$ and $f(x)=1$ for each $x\in F$.

Let $S=\{p\}\cup F$, and let

$$f:S\to[-1,1]:x\mapsto\begin{cases}-1,&\text{if }x=p\\1,&\text{if }x\in F\;;\end{cases}$$

then $f$ is continuous, but it cannot be extended continuously to $X$. And as long as $X$ is $T_1$, $S$ is closed in $X$.

This answer has a nice example, due to John Thomas, of a $T_3$-space $X$ with distinct points $p$ and $q$ such that every continuous $f:X\to[0,1]$ satisfies $f(p)=f(q)$, which is enough: you don’t actually need each continuous $f:X\to[0,1]$ to be constant, though Eric van Douwen showed some years ago that any space like the Thomas example can be used to build a $T_3$-space on which every continuous real-valued function is constant.

Brian M. Scott
  • 631,399
  • Thank you. I just thought of $X={1,2,3}$ and letting the closed sets be $\emptyset,{1}, {2}, {1,2}$ and $X$ itself. Then $f^{-1}(f(3))=X$ so $f$ must be constant. But the closed subspace ${1,2}$ is discrete. Does this work? – Spook May 17 '13 at 22:40
  • @Montez: You’re welcome. Yes, it does. I just wanted to demonstrate that there are even quite nice examples. – Brian M. Scott May 17 '13 at 22:43
1

If $X$ is normal, then $X$ has extension property.

The Tietze-Urysohn theorem: Every continuous function from closed subspace $M$ of a normal space $X$ to $\mathbb I$ or $\mathbb R$ is continuously extendable over $X$.

The proof of it can be seen General Topology by Engelking, Page 69.

Paul
  • 21,141