1

Let $X$ be a metric space and $f\colon X \rightarrow \mathbb R$ be a continuous function. Let $G = \{ (x , f(x) ) : x \in X \}$ be the graph of $f$. Then which one is true?

  1. $G$ is homeomorphic to $X$

  2. $G$ is homeomorphic to $\mathbb R$

  3. $G$ is homeomorphic to $X \times \mathbb R$

  4. $G$ is homeomorphic to $\mathbb R \times X$

Please help me how to solve this problem.

Thank you

Przemysław Scherwentke
  • 13,668
  • 5
  • 35
  • 56
user120386
  • 2,365

2 Answers2

5

HINT: After working out an example as in Daniel Fischer's comment, study the following two natural maps:

  • $\phi:X\rightarrow G$ given by $\phi(x)=(x,f(x))$,

  • $\varphi:G\rightarrow X$ given by $\varphi(x,f(x))=x$.

In particular study their continuity and compute their compositions.

Andrea Mori
  • 26,969
2

Consider $X=(0,1)$ and $f(x)=x$ then $G=\{(x,x):x\in (0,1)\}$ which is a closed set but $(0,1)$ is not

Again Consider $X=[0,1]$ which is compact and $f(x)=x$.Its graph is compact but $\mathbb R$ is not.

NOTE:Consider $f(x)=0$ .Then graph of $f=\{(x,0):x\in \mathbb R\}$ i.e. the $x$ axis .Now remove the point $(0,0)$ from the graph of $f$ ,it becomes disconnected but $\mathbb R^2\setminus \{(0,0)\}$ is not.

Learnmore
  • 31,062