7

Is there a bijective function that is discontinuous?

ervx
  • 12,208
M94
  • 69

3 Answers3

14

Discontinuous everywhere: $f(x)=x$ if $x$ rational, $x+1$ if $x$ irrational.

coffeemath
  • 29,884
  • 2
  • 31
  • 52
  • 7
    To make this an even more fascinating example: If we use $-x$ and $1-x$ instead of $x$ and $x+1$, then $f$ is discontinuous everywhere and $f\circ f$ is the identity. – Hagen von Eitzen May 11 '16 at 14:32
  • @HagenvonEitzen Nice variation, since it gives a compositional inverse pair of maps with each everywhere discontinuous. – coffeemath May 11 '16 at 19:54
  • @HagenvonEitzen Does this work if we make $f(x)=-x$ if $x$ algebraic and $1-x$ if $x$ transcendental? – it's a hire car baby Dec 11 '17 at 11:13
7

$$f(x) =\left\lbrace \begin{array}{ll} x & \text{ if } x\not\in\lbrace 0,1\rbrace \\ 1 & \text{ if } x=0 \\ 0 & \text{ if } x=1 \end{array} \right.$$ for example.

Zanzi
  • 952
1

Yes. In fact, one can construct a maximally disconnected function in the sense that it is discontinuous on every open interval $(a, b)$.

This is constructed by having every open interval $(a, b)$ map to $\mathbb{R}$. An example of this is Conway's base 13 function

Another example is the indicator function for rational numbers.

Define a function

$$ f(x) = \begin{cases} x \in \mathbb{Q} & 1 \\x \notin \mathbb{Q} & 0\end{cases} $$

This function is discontinuous everywhere because the rationals are dense in the reals, and so are the irrationals.