This is a problem from the book of Terence Tao, Analysis I and it looks like-
Let $a<b$ be two real numbers, and let $f:[a,b]\to\Bbb{R}$ be a monotone increasing function. Let $F:[a,b]\to\Bbb{R}$ be the function $F(x)=\int_{[a,x]} f$. Let $x_0\in[a,b]$. Show that $F$ is differentiable at $x_0$ if and only if $f$ is continuous at $x_0$.
Observe that, the "if" part can be easily proved by using Fundamental Theorem of Calculus.
Just to recall ...
Statement of Fundamental Theorem of Calculus:
Let $a<b$ be two real numbers, and let $f:[a,b]\to\Bbb{R}$ be a Riemann Integrable function. Let $F:[a,b]\to\Bbb{R}$ be the function $F(x)=\int_{[a,x]} f$. Then $F$ is continuous on $[a,b]$. Furthermore, if $x_0\in[a,b]$ and $f$ is continuous at $x_0$, then $F$ is differentiable at $x_0$, and $F'(x_0)=f(x_0)$.
Here, $f$ is monotone increasing on $[a,b]$, hence $f$ is Riemann Integrable on $[a,b]$ and $f$ is continuous at $x_0\implies F$ is differentiable at $x_0$
I can't understand how to tackle the "only if" part. There is a hint given in the book: Consider left and right limits of $f$ and argue by contradiction.
Can anybody solve the part in a rigorous and analytical way?
Thanks for your help in advance!
Suppose that $f$ is discontinuous at $x_0$. The limits $\lim_{x\to{x_0}^-}f(x)$ and $\lim_{x\to{x_0}^+}f(x)$ exist (since $f$ monotonic) and therefore, since $f$ is discontinuous at $x_0$ and $f$ is increasing,$$\lim_{x\to{x_0}^-}f(x)<\lim_{x\to{x_0}^+}f(x).$$If $h>0$,$$F(x_0+h)-F(x_0)=\int_{x_0}^{x_0+h}f(x)\,\mathrm dx\geqslant h\lim_{x\to{x_0}^-}f(x),$$and, if $h<0$,$$F(x_0+h)-F(x)=\int_{x_0}^{x_0+h}f(x)\,\mathrm dx\leqslant h\lim_{x\to{x_0}^-}f(x).$$So$$\lim_{h\to0^+}\frac{F(x_0+h)-F(x_0)}h>\lim_{h\to0^-}\frac{F(x_0+h)-F(x_0)}h$$and therefore $F$ is not differentiable at $x_0$.