15

Let $(X,\tau)$ be a topological space. Do the set of all $X\rightarrow X$ continuous functions uniquely determines $\tau$?

2 Answers2

18

No. For example, the discrete and trivial topologies both make every function from $X$ to $X$ continuous.

Chris Eagle
  • 33,306
4

No.

let $X$ be an arbitrary set with two or more elements, and let $\tau_1$ be the discrete topology on $X$ (all sets are open), and let $\tau_2$ be the trivial topology on $X$ (only $X$ and $\emptyset$ are open). Note that all maps from $(X,\tau_1)$ and all maps into $(X,\tau_2)$ are continuous, regardless of where they go or where they come from respectively. Thus, in both cases, the set of all continuous maps $X\rightarrow X $ is the set of all set-theoretic maps $X\rightarrow X $, but $\tau_1 \neq \tau_2$.

amueller
  • 723