I am reading the Wikipedia page on the fundamental theorem of calculus and have a hard time understanding the logic of the theorem and its generalization (section 9). I browsed over the other questions on the site, Understanding the Fundamental theorem of Calculus in plain english, but it seems irrelevant to mine.
First, I am going to phrase the theorem in my own way so others may spot the problems in my understanding:
Let $f$ be a function defined on $[a,b]$, define $$F(x):=\int^x_{a}f(x)dx$$ the fundamental theorem of caluclus states that:
- $f$ is continuous on $[a,b] \Rightarrow F(x)$ is uniformly continuous on $(a,b)$ and $F'(x)=f(x)$ for all $x\in(a,b)$.
- $f$ is Riemann integrable $\Rightarrow \int^b_af(x)dx=F(b)-F(a)$.
(Purpose of Generalization) Since the fundamental theorem of calculus primarily serves to link integration and differentiation, and continuity of $f$ on $[a,b]$ is a very strong condition, it makes sense to relax this condition a bit and still make $F'(x)=f(x)$ and $\int^b_af(x)dx=F(b)-F(a)$ work.
Here comes to my understanding of the Generalizations part of Wikipedia:
"Part 1 of the theorem then says... is differentiable for $x=x_0$ with $F'(x_0)=f(x_0)$"
This part means we can relax the assumption of $f$ is continuous on $[a,b]$ to $f$ is Lebesgue integrable on $[a,b]$. To my understanding, Lebesgue integrable function only requires the function to be measurable, and satisfies either $\int_{X} f^{+} d \mu<\infty $ or $ \int_{X} f^{-} d \mu<\infty$. (Reference). So it seems the condition is indeed weaker. However, I am not sure any $x_0\in[a,b]$ satisfies $F'(x_0)=f(x_0)$ make any different to $F'(x)=f(x)$ for all $x\in[a,b]$.
"we can relax the conditions on $f$ still further... the function $F$ is differentiable a.e and $F'(x)=f(x)$"
This part means $f$ need not be Lebesgue integrable on the whole $[a,b]$ as long as it can be decomposed into small Lebesgue integrable sections. ($F'(x)=f(x)$ will still hold a.e).
I hope so far I am not far off the correct understanding, I have bigger problems understanding the generalization of the second part of the theorem.
"Part II of the theorem is true for any Lebesgue integrable function f...., then $F(b)-F(a)=\int_{a}^{b} f(t) d t$".
Does it mean the statement will hold true when we relax $f$ being Riemann integrable to Lebesgue integrable? However, I am really confused when trying to understand the next paragraph, where states:
This result may fail for continuous functions $F$ that admit a derivative $f(x)$ at almost every point $x$, as the example of the Cantor function shows. However, if $F$ is absolutely continuous, it admits a derivative $F^{\prime}(x)$ at almost every point $x,$ and moreover $F^{\prime}$ is integrable, with $F(b)-F(a)$ equal to the integral of $F^{\prime}$ on $[a, b] .$ Conversely, if $f$ is any integrable function, then $F$ as given in the first formula will be absolutely continuous with $F^{\prime}=f$ a.e.
This paragraph seems to suggest there exists function $f$ with continuous antiderivative $F(x)$ but will fail the equation $F(b)-F(a)=\int_{a}^{b} f(t) d t$. What exactly is $f$ is not explicitly stated. And it seems also suggest as longas $f$ is Lebesgue integrable, $F(x)$ will be absolutely continuous, hence $F(b)-F(a)=\int_{a}^{b} f(t) d t$ will still hold.
Is my logic correct?