Merry Christmas everybody.
Let $a,b\in\mathbb{R}$ and $a<b$. Prove that: If $f: [a,b] \rightarrow [a,b]$ is continuous, then there is a fixed-point in $f$.
So basically, if f is continous I should find a $c \in[a,b]$ so that $f(c) = c$. - Isn't this equivalent to $f(a) = a$ or $f(b) = b$ since a and b $\in[a,b]$?
This question is directly followed by Brouwer's fixed point theorem, which states that any continuous function mapping a compact convex set into itself has fixed point.
To show an elementary method, assume there's no fixed point, then $f(x)>x$ or $f(x)<x$ for $x\in[a,b]$ since $f$ is continuous. It follows that $(f(a)-a)(f(b)-b)>0$. However, this is contradiction because $a,b$ is the boundary of the range and thus $f(a)\geq a$ and $f(b)\leq b$.