First we define the left and right hand derivatives.
The left derivative of any function $f$ is defined to be $f^{-}(x) = \lim_{h \to 0^{-}} \frac {f(x+h) - \lim_{a \to x^{-}} f(a)}{h}$.
The right derivative of any function $f$ is defined to be $f^{+}(x) = \lim_{h \to 0^{+}} \frac {f(x+h) - \lim_{a \to x^{+}} f(a)}{h}$.
I've been able to prove the addition, multiplication, and (integer) power rules for these two operators. I am fine assuming any previous knowledge or proofs regarding the integral itself. I wish to prove the following statement:
Let $f$ be a piecewise continuous function. Then, if for any real number $a$ we have that $g(x) = \int^{x}_{a} f(t) dt$ then $g(x)$ is left and right hand differentiable, $g^{+}(x) = \lim_{b \to x^{+}} f(b)$, and $g^{-}(x) = \lim_{b \to x^{-}} f(b)$.
The exact reason is because it is needed to patch a hole in one of the proofs here (in fact the only hole I know of aside from me lately habitually getting "-" and "+" backwards in limits):
Piecewise Constant Functions in Differential and Functional Equations
In particular I use it in the first implied derivative proof as quoted here:
By the definition of $f$ being piecewise continuous it has a left and right hand limit everywhere. Therefore for every real number $x$ we have that $F^{+}(x) = \lim_{a \to x^{+}} f(a)$ and $F^{-}(x) = \lim_{a \to x^{-}} f(a)$. Furthermore, since $\lim_{a \to x^{+}} f(a) = f(x)$ or $\lim_{a \to x^{-}} f(a) = f(x)$ we can state that $F^{+}(x) = f(x)$ or $F^{-}(x) = f(x)$. Therefore by the definition of an implied derivative, $f$ is an implied derivative of $F$.
Of course, the link is not self-apparent as that proof was one of the first written in that paper (about a month ago). At that time, the one-sided derivatives were defined using the regular definition. I changed it as it allows it to be defined for functions it otherwise wouldn't while otherwise not changing the value.
Well, the general result is as follows:
The proof is based on the fact that existence of right hand limit (say $L$) of $f$ at $c$ constrains the values of $f$ near $L$ so that for any given $\epsilon >0$ we have a $\delta>0$ for which $$L-\epsilon<f(x) <L+\epsilon$$ for all $x$ with $c<x<c+\delta$. And therefore for $0<h<\delta$ the expression $$F(c+h) - F(c) =\int_{c} ^{c+h} f(x) \, dx$$ lies between $h(L-\epsilon) $ and $h(L+\epsilon) $. Thus $$\left|\frac{F(c+h) - F(c)} {h} - L\right|\leq \epsilon $$ for all $0<h<\delta$. The right hand derivative of $F$ at $c$ is therefore equal to $L$.
Your definitions for left / right hand derivatives are slightly different from the usual ones so that it applies to discontinuous functions also, but it does not matter here as $F$ is guaranteed to be continuous.