Further to my understanding What makes a proof, I'm doing exercises.
The purpose of this question is to compare the proof a certain textbook provides with the one that is logical to me, that I made up. If my proof is weak, why is it weak? Why is the proof from the book acceptable (other than it finds a way to involve $\lim_{h \to 0}$ :)...
Without further ado the question: Prove
$D_x(\int_a^x f(t)dt) = f(x)$
My proof is this:
Let $\int f(t)dt = F(t)$
Then $D_x( \int_a^x{f(t)dt} ) = D_x( \left[ F(t) \right]_a^x )$
$= D_x( F(x) - F(a) )$
But since F(a) is constant with respect to x, it goes to 0 when derived:
$= F'(x) $
$= f(x) $
Is that good? If not, specifically what is wrong with it? I know proofs have to do with "your audience", but a lot of proofs are written in assembly language -- they're so low level!
- The proof in the book I'm using says
Let $h(x) = \int_a^x{f(t)dt}$
Then:
$h(x + \Delta x) - h(x) = \int_a^{x+\Delta x}{f(t)dt} - \int_a^x{f(t)dt}$
$= \int_a^x{f(t)dt} + \int_x^{x+\Delta x}{f(t)dt} - \int_a^x{f(t)dt}$
$= \int_x^{x+\Delta x}{f(t)dt}$
$= \Delta x (f(x*))$ for some x* between x and x + $\Delta$ x by the mean value theorem for integrals
Thus, dividing both sides by $\Delta x$:
$\frac{h(x + \Delta x) - h(x)}{\Delta x} = f(x*)$
Therefore $D_x(\int_a^x f(t)dt) = D_x(h(x))$
$= \lim_{\Delta x \to 0} \frac{h(x + \Delta x) - h(x)}{\Delta x} $
$= \lim_{\Delta x \to 0} f(x*) $
But as $\Delta x \to 0$, $x + \Delta x \to x$ so $x* \to x$ (since $x*$ is between $x$ and $x + \Delta x$). Since f is continuous, $\lim_{x \to 0} f(x*) = f(x)$