Proof of the theorem

There are two surprising facts about the proof of the fundamental theorem of calculus. First, it turns out that the proof is quite simple, and second, it does not involve the sum of bars, but ... differential calculus.

Recall the theorem we want to prove. For any function ff and some function FF with F=fF'=f it is

abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b)-F(a)

To start the proof, we define FF as follows (see figure below):

F(x)=area beneath f between 0 and xF(x)=\text{area beneath $f$ between $0$ and $x$}

Now, this is a strange function indeed. It is neither defined by an algebraic rule, nor do we presently have the means to determine the exact output value yy for a given input value xx. However, even though we do not know the output value, there clearly is one, because the region under the curve ff between 00 and xx has an area. So every input has an output, we just do not know the output value. Nevertheless, we can see that this function has a very interesting property:

abf(x)dx=F(b)F(a)\int_a^b f(x)\, dx = F(b)-F(a)

Why? First, we already know that the left hand side, the integral, is the signed area under the curve between aa and bb, which is the shaded area in the figure below (figure below, left). Second, F(a)F(a) is the area between 00 and aa (figure below, middle), and F(b)F(b) is the area between 00 and bb (figure below, right), so F(b)F(a)F(b)-F(a) is also the area between aa and bb.

So if we can show that FF is an antiderivative of ff, F(x)=f(x)F'(x)=f(x) for all xx, we have proved the theorem. To do so, we increase the input xx of FF by a small amount Δx\Delta x, so that we are now looking at F(x+Δx)F(x+\Delta x). This is shown in the figure below:

From this figure we see that

F(x+Δx)F(x)+f(x)ΔxF(x+\Delta x) \approx F(x)+f(x)\Delta x

and it is intuitively clear that the approximation gets better and better for smaller and smaller Δx\Delta x. Taking F(x)F(x) on the other side, and dividing both sides by Δx\Delta x we obtain

f(x)F(x+Δx)F(x)Δxf(x) \approx \frac{F(x+\Delta x)-F(x)}{\Delta x}

The approximation above is not a general property of functions, but arises from our definition of FF as the area from 00 to xx. But a general property of functions, as we have seen in differential calculus, is that the right hand side converges towards F(x)F'(x) for Δx0\Delta x\rightarrow 0. Indeed, the right hand expression is simply the difference quotient of FF, and difference quotients always converge to derivatives!

Thus, for Δx0\Delta x\rightarrow 0 we get

f(x)=F(x)f(x)=F'(x)

As this is correct for every input xx, we see that FF is indeed an antiderivative of ff. And this concludes the proof.