Suppose $f : \mathbb{R} \to \mathbb{R}$ is continuous. Fix $a \in \mathbb{R}$ and define $$ F(x) := \int_a^x f(t) \, \mathrm{d}t. $$ Every version of the Fundamental theorem of calculus (FTC) I've seen tells us that $F$ is differentiable for $x \geq a$ and that $F'(x) = f(x)$ for all $x \geq a$.
My question is : Is the above result also true for $x < a$ ?
My guess : I think it holds for $x < a$, since in that case I believe we have $$ F(x) =\int_a^x f(t) \, \mathrm{d}t = - \int_{-a}^{-x} f(-t) \, \mathrm{d}t $$ and by the FTC and the chain rule it follows that $$ F'(x) = - f(-(-x)) \cdot (-1) = f(x). $$ Is this correct ?