Counterexample for continuous function over product topology without compactness

116 Views Asked by At

Suppose $f$ $(X,d_x)$: $\rightarrow$ $(Y,d_y)$ is a function between metric spaces, and $X \times Y$ has the product topology.

The graph $G_f$ is the subspace $G_f$ = {$(x,f(x))$ | x $\in$ $X$}. If $Y$ is compact and $G_f$ is closed, then f is continuous.

My question is, what if $Y$ is not compact? I assume that this will no longer hold, but I cannot find a simple example to illustrate.

1

There are 1 best solutions below

1
On BEST ANSWER

If you set $X = Y = \mathbb{R}$, you can construct examples fairly quickly. One example would be:

  • $f(x) = \left\{\begin{array}{ll} 1/x & x \ne 0\\ 0 & x = 0\end{array}\right.$