We have the following function:
\begin{equation*} g(x) = \begin{cases} x,&x<1\\ x-1, &x\geq 1. \end{cases} \end{equation*}
Prove that this function cannot be a derivative using Darboux's Theorem.
My confusion is this: Darboux's Theorem basically says that the derivative has to obey the intermediate value theorem, so if we have an input interval $ s < t $ in which $ f(s) < f(t) $, then $f$ has to take every value between $f(s)$ and $f(t)$ as well on this interval. I don't see how this function doesn't fulfill that? If you choose an interval in which the two pieces overlap, like $(0,2)$, then $f$ takes on some values twice, but it never "skips" a value.
What am I missing here? I'm pulling my hair out over this one, and the only other thread I've found on this question doesn't have the specific answer I'm looking for regarding the intermediate value theorem.
EDIT: To remove confusion, the definition of Darboux's I was given for this problem was this:
If $f $ is differentiable at every point of an open interval $I$, $s$ and $t$ are any numbers in $I$ such that $s < t$, and $f ' (s) < f' (t)$, then for every real number y such that $f' (s) < y < f' (t)$, there is a $c ∈ (s, t)$ such that $f ' (c) = y$.
So my problem is that according to the above defintion, if $f'(s) > f'(t)$, I can't even apply Darboux's at all.
My issue with the linked thread is that I don't understand the answer given based on "images", I'd like an answer to point out specifically where $g(x)$ betrays the Intermediate Value Theorem as that is the specific point I'm confused on.
@DHMO I saw the old thread, but I made this one because your answer on it doesn't clear my confusion. I'm wondering specifically about how this function doesn't fulfill the IVT. The explanation using images - I don't know what that means, and even if I did I'd still want an answer that responds directly to the IVT.
– Bookie Apr 17 '17 at 09:12