I'm working on the exercise from Joseph Muscat's Functional Analysis:
Find examples of continuous functions $f$ $(X = Y = \mathbb{R})$ such that
a) $f$ is invertible but $f^{-1}$ is not continuous
b) $f(x_n) \to f(x)$ in $Y$ but $(x_n)$ does not converge at all
c) $U$ is open in $X$ but $f(U)$ is not open in $Y$. However, functions which map open sets to open sets exist (find one) and are called open mapping.
I've been thinking about the question but couldn't come up with the answers/examples to the exercise. Wonder if someone could please help with the examples to the question.
Thank you!
b), c), take $f(x)=1$, then $(x_{n})=(1,0,1,0,...)$ is not convergent still $f(x_{n})=1\rightarrow 1$, and $U=(0,1)$ is open in ${\bf{R}}$ but $f(U)=f(0,1)=\{1\}$ is not open in ${\bf{R}}$.