Suppose we are given $f(x)$ such that $f(-x)=-f(x)$, then if we consider the integral $$F(x)=\int_{0}^{x} f(t)dt$$ Will $F(x)$ be an even function?
There are a couple of examples that strengthen this claim, such as $x^3$ and $\sin(x)$, but I'm not sure as to how one would go about proving this claim (if at all, it is true). Maybe, we could do something like this:
We have to show that $$F(-x)=F(x)\Rightarrow \int_{0}^{x} f(t)dt=\int_{0}^{-x} f(t)dt$$ If we substitute, $t=-t'\Rightarrow dt=-dt'$, in the second integral we get $$\int_{0}^{-x} f(t)dt=-\int_{0}^{x} f(-t')dt'=\int_{0}^{x} f(t')dt'\Rightarrow \int_{0}^{x} f(t)dt=\int_{0}^{-x} f(t)dt\Rightarrow F(x)=F(-x)$$ Is this argument correct?