Proof of first Fundamental theorem of calculus

975 Views Asked by At

Can you please, check if my proof is correct?

Suppose that $f:[a,b]\to \Bbb{R}$ is continuous and $F(x)=\int^{x}_{a}f(t)dt$, then $F\in C^{1}[a,b]$ and $$\dfrac{d}{dx}\int^{x}_{a}f(t)dt:=F'(x)=f(x)$$

MY PROOF: Credits to Aweygan for the correction

Let $x_0\in[a,b]$ and $\epsilon>0$ be given. Since $f$ is continuous at $x_0$ then, there exists $\delta>0$ such that $|t-x_0|<\delta$ implies $$|f(t)-f(x_0)|<\epsilon.$$ Thus, $$f(x_0)=\dfrac{1}{x-x_0}\int^{x}_{x_0}f(x_0)dt,\;\;\text{where}\;\;x\neq x_0.$$ For any $x\in (a,b),$ with $0<|x-x_0|<\delta,$ such that $x_1=\min\{x,x_0\}$ and $x_2=\max\{x,x_0\}$. So, we have \begin{align}\left| \dfrac{F(x)-F(x_0)}{x-x_0}-f(x_0) \right|&= \left| \dfrac{1}{x-x_0}\int^{x}_{x_0}(f(t)-f(x_0))dt \right| \\&\leq \dfrac{1}{|x-x_0|}\int^{x}_{x_0} \left|f(t)-f(x_0) \right|dt\\&\leq \dfrac{1}{|x-x_0|}\int^{x_2}_{x_1} \left|f(t)-f(x_0) \right|dt\\&< \dfrac{1}{|x-x_0|}\epsilon|x_1-x_2| \\&\leq \dfrac{1}{|x-x_0|}\epsilon|x-x_0| =\epsilon \end{align} Hence, $$F\in C^{1}[a,b]\;\;\text{and}\;\;\dfrac{d}{dx}\int^{x}_{a}f(t)dt:=F'(x)=f(x)$$

2

There are 2 best solutions below

2
On

It's essentially correct, but you should either split up the last part of the proof into the cases where $x<x_0$ and $x_0<x$, or write $x_1=\min\{x,x_0\}$, $x_2=\max\{x,x_0\}$ and do the following:

\begin{align} \left| \dfrac{F(x)-F(x_0)}{x-x_0}-f(x_0) \right|&= \left| \dfrac{1}{x-x_0}\int^{x}_{x_0}(f(t)-f(x_0))dt \right| \\ &\leq \dfrac{1}{|x-x_0|}\int^{x_2}_{x_1} \left|f(t)-f(x_0) \right|dt \\&< \dfrac{1}{|x-x_0|}\epsilon|x-x_0| \\ &=\epsilon. \end{align}

0
On

You can also directly use the mean value theorem for integrals: $$ \lim_{h\downarrow0}\frac{\int_{a}^{x}f(t)dt-\int_{a}^{x+h}f(t)dt}{h}=\lim_{h\downarrow0}\frac{\int_{x}^{x+h}f(t)dt}{h}=\lim_{h\downarrow0}\frac{f(c_{h})h}{h} $$ where $c_{h}$ is between $x$ and $x+h$. Therefore, $\lim_{h\downarrow0}c_{h}=x$. By continuity, $\lim_{h\downarrow0}f(c_{h})=f(x)$.