1

Use the Intermediate Value Theorem to prove that any continuous function with domain $[0, 1]$ and range a subset of $[0, 1]$ must have a fixed point.

My approach:

I will call this continuous function in question $f$, and define $g(x) = x$.

What I will(attempt to) show is that $f$ will intersect the function $g$ at some point.

Let the range of $f$ be $[r_1, r_2]$ (which is a subset of $[0, 1]$)

Let $g(a) = r_1$ and $g(b) = r_2$ ($a$ and $b$ naturally are in the domain of $f$)

$r_1 \leq f(x) \leq r_2 \Leftrightarrow g(a) \leq f(x) \leq g(b)$ so $f$ must intersect $g$ at some point

So there exists a fixed point of $f$ between $a$ and $b$ or possibly at $a$ and/or $b$.

Please let me know what I'm doing right/wrong.

1 Answers1

4

Hint: consider the continuous function $g(x)=f(x)-x$; then \begin{align} g(0)&=f(0)-0\ge0\\ g(1)&=f(1)-1\le0 \end{align} Your task is to argue that there exists $x_0\in[0,1]$ such that $f(x)=x$, or $g(x)=0$.

egreg
  • 244,946