Suppose that $f$ and $g$ are differentiable functions on $(a,b)$ and suppose that $g'(x)=f'(x)$ for all $x \in (a,b)$. Prove that there is some $c \in \mathbb{R}$ such that $g(x) = f(x)+c$.
So far, I started with this:
Let $h'(x)=f'(x)-g'(x)=0$, then MVT implies $\exists$ c $\in \mathbb{R}$ such that $h'(c) = \frac{h(b)-h(a)}{b-a} =0$. Then $h'(c)=0 \implies h(c)=c$
After this i'm not sure where to go, or if this is correct at all, any hints? This is also my first post in Latex so sorry if there's any mistakes!
If $F(x)$ is a differentiable function on $(a, b)$ with
$F'(x) = 0, \; \forall x \in (a, b), \tag 1$
then
$\exists c \in \Bbb R, \; F(x) = c; \tag 2$
for, picking any $x_1, x_2 \in (a, b)$ with $x_1 < x_2$, we have, by the fundamental theorem of calculus,
$F(x_2) - F(x_1) = \displaystyle \int_{x_1}^{x_2} F'(s) \; ds = \int_{x_1}^{x_2} 0 \; ds = 0; \tag 3$
it follows that
$F(x_1) = F(x_2), \; \forall x_1, x_2 \in (a, b); \tag 4$
thus we may take
$c = F(y) \tag 5$
for any $y \in (a, b)$. Now setting
$F(x) = f(x) - g(x), \tag 6$
we find
$F'(x) = f'(x) - g'(x) = 0, \; \forall x \in (a, b); \tag 7$
we see from the above that
$f(x) - g(x) = F(x) = c, \tag 8$
whence
$f(x) = g(x) + c, \; \forall x \in (a, b). \tag 9$
If one wishes, for whatever reason, to avoid integration and the fundamental theorem, then of course a demonstration based upon the mean value theorem is also possible: again, letting $F(x)$ be differentiable on $(a, b)$, suppose that there were $x_1, x_2 \in (a, b)$, $x_1 < x_2$, with
$F(x_1) \ne F(x_2); \tag{10}$
then by the MVT, there exists $\xi \in (x_1, x_2)$ such that
$F(x_2) - F(x_1) = F'(\xi)(x_2 - x_1), \tag{11}$
whence
$F'(\xi) = \dfrac{F(x_2) - F(x_1)}{x_2 - x_1} \ne 0 \tag{12}$
by virtue of (10), contradicting the hypothesis that $F'(x) = 0$ for $x \in (a, b)$. Thus
$F(x_2) = F(x_1) = c, \; \text{a constant}, \; \forall x_1, x_2 \in (a, b); \tag{13}$
the desired result now follows by taking $F(x)$ as in (6).
As for our OP Brad Scott's effort to invoke the MVT, though it seems to be headed in the right general direction, it does erroneously conclude that $h(c) = c$ for some $c \in \Bbb R$; it is almost as if the MVT has been confused with the intermediate value theorem here. But as pointed out by my colleagues mfl and Lev Ban in their answers, the correct approach is to use the MVT in the present context is to affirm it implies that $h(x_1) = h(x_2)$ for $x_1, x_2 \in (a, b)$, or as I have phrased it, $F(x) = f(x) - g(x)$ is constant.