1

Let $f: [0,1] \rightarrow [0,1]$ be continuous. Any idea on how we can prove that it is not possible for $f$ to map $[0,1]$ onto $[0,1]$ exactly two-to-one. That is, there is no continuous $f$ as above such that for each $y \in [0,1]$, there are exactly two values $x_1$ and $x_2$ such that

$$y = f(x_1) = f(x_2)$$

Sam
  • 55

1 Answers1

0

Suppose such a function does exist. It attains its max and min in [0,1].so there exists $x_1, x_2\in [0,1]$ such that $f(x_1)=f(x_2)=1$ Lets assume $0<x_1<x_2<1$.similarly we can find $0<y_1<y_2<1$ Such that $f(y_1)=f(y_2)=0$. Then by intermediate value property you can find atleast three points $a,b,c$ with $f(a)=f(b)=f(c)$ but this is contradiction.(to be more precise we should split into cases according to the location of $x_i,y_i, i=1,2$ )

BigM
  • 3,936
  • 1
  • 26
  • 36