I have tried proving the fundamental theorem of calculus:
Assuming: f,g,F are continuous,differentiable in the appropriate range(s)
By definition, $$ \int _{x=a}^{x=b}g(x)dx=\lim_{n \to \infty} \sum_{r=0}^{n}\dfrac{b-a}{n}g(a+ r\dfrac{b-a}{n})\tag{E1}$$ Which can be better expressed as: $$\int _{v=v_{1}}^{v=v_{2}}g(v)dv=\lim_{n \to \infty} \sum_{r=0}^{n}\dfrac{v_{2}-v_{1}}{n}g(v_{1}+ r\dfrac{v_{2}-v_{1}}{n})\tag{E2}$$
where $v$ is some quantity.
Now consider the integral:
$I= \int _{a}^{b}f(t)dt$.
Suppose there exists a function $F(t)$ such that $F'(t)=f(t)$.Thus,
$I= \int _{a}^{b}f(t)dt= \int _{a}^{b}\dfrac{dF(t)}{dt}dt=\int _{t=a}^{t=b}dF(t)$, which is equivalent to: $$ \int _{F(t)=F(a)}^{F(t)=F(b)} dF(t)$$
I believe that saying $F(t)=F(a)$ is just an equivalent statement to $t=a$ think Using $E2$,this becomes,(since $v=F(t)$, and $g(v)=1$) :
$$\lim_{n \to \infty} \sum_{r=0}^{n}\dfrac{F(b)-F(a)}{n}$$
Which is just $F(b)-F(a).$
(This is of course intuitively obvious: adding up small changes $dF$ will simply be the overall change in $F$, viz: $F(b)-F(a)$, however I wished to avoid this line of reasoning since this will entail discussions on "rigorously" treating/defining differentials)
If we consider a function $I(x)=\int _{a}^{x}f(t)dt$, then by the same reasoning, we will have:
$I(x)=F(x)-F(a)$.
Which implies, $I'(x)=F'(x)=f(x)$
According to me, This completes the proof of both parts: part 1 and the evaluation theorem also.
However, this, in my view is different from the proof given in Thomas'-calculus (or just any standard textbook), since it does not make use of the Mean value theorem anywhere.
Also, this proof seems to be significantly shorter.
All of this makes me believe there is something wrong, or "non-rigorous" about my proof. My guess is the cancellation of $dt$ with $dt$. If anything else, I will be glad if someone points it out.