Does anyone have a good proof for the second part of the fundamental theorem of calculus? I haven't been able to find any good videos on it so far so I'd like someone to write it down and I can throw some questions on it if that's okay?
Prove: if $F'=f$ is Riemann integrable on $[a,b]$ then $$ \int_{a}^b f(x)\, dx = F(b) - F(a) .$$
If you are asking for the proof of $\int f(x)\,dx=F(x)\implies F'(x)=f(x)$
$$F(b)-F(a)=\lim_{n\to\infty}\frac1{n}\sum_{r=na}^{nb}f\left(\frac{r}{n}\right)$$
Letting $b=a+h$ with $h=\frac{1}{n}$
$$\lim_{h\to0}F(a+h)-F(a)=\lim_{n\to\infty}\frac{1}{n}\sum_{r=na}^{na+1}f\left(\frac{r}{n}\right)$$
$$\lim_{h\to0}F(a+h)-F(a)=\lim_{n\to\infty}\frac1{n}f(a)$$
$$\lim_{h\to0}\frac{F(a+h)-F(a)}{h}=f(a)$$
$$F'(a)=f(a)$$