I am trying to solve:
Let $f:[a,b] \to [c,d]$ be a continuous bijection. Suppose $f(a) < f(b)$
(i) Let $a < x_1 < b$. Prove $f(a) < f(x_1) < f(b)$
(ii) Let $a < x_1 < x_2 < b$. Prove $f(x_1) < f(x_2)$
I think I need to use the IVT for this. For (i) I have stated that for all y between c and d there exists $x_1 \in [a,b]$ such that $f(x_1) = y$. As f is continuous, $f(x_1)$ is such that $f(a) < f(x_1) < f(b)$. I'm not sure this is right? I'm lost for part (ii), but assume I need to manipulate the definition of IVT to fit?
Thanks for your help, it is much appreciated.