[guided]Assume that $x$ is a solution of the initial value problem. This means two things: first,
\begin{align*}
x(t_0)=x_0,
\end{align*}
and second, at every interior point $s$ of $J$,
\begin{align*}
\dot{x}(s)=F(s,x(s)).
\end{align*}
The goal is to recover $x(t)$ by accumulating its velocity from $t_0$ to $t$.
Fix $t\in J$. If $t=t_0$, then the integral over the degenerate interval is zero, so the desired identity is exactly the initial condition
\begin{align*}
x(t_0)=x_0.
\end{align*}
Now suppose $t>t_0$. Write $x=(x_1,\dots,x_n)$ and $F=(F_1,\dots,F_n)$, where $F_i:I\times U\to\mathbb{R}$ denotes the $i$th coordinate function of $F$. For each component index $i\in\{1,\dots,n\}$, consider the scalar component $x_i:K_t\to\mathbb{R}$. The function $x_i$ is continuous on $K_t=[t_0,t]$, differentiable at every interior point of $K_t$, and its derivative is
\begin{align*}
\dot{x}_i(s)=F_i(s,x(s)).
\end{align*}
The right-hand side is continuous in $s$, because it is the $i$th component of the continuous map $s\mapsto F(s,x(s))$. Therefore the [Fundamental Theorem of Calculus](/theorems/632) applies to $x_i$ on $[t_0,t]$: the function $x_i$ is continuous on $[t_0,t]$, differentiable on $(t_0,t)$, and has continuous derivative $s\mapsto F_i(s,x(s))$. It gives
\begin{align*}
x_i(t)-x_i(t_0)=\int_{t_0}^{t}F_i(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
Since this holds for every component $i$, the vector identity follows:
\begin{align*}
x(t)-x(t_0)=\int_{t_0}^{t}F(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
Using $x(t_0)=x_0$, we obtain
\begin{align*}
x(t)=x_0+\int_{t_0}^{t}F(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
Finally suppose $t<t_0$. The fundamental theorem of calculus is applied on the ordinary compact interval $[t,t_0]$. For each component $i$ it gives
\begin{align*}
x_i(t_0)-x_i(t)=\int_{t}^{t_0}F_i(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
The oriented integral convention says that reversing the endpoints changes the sign:
\begin{align*}
\int_{t_0}^{t}F_i(s,x(s))\,d\mathcal{L}^1(s)=-\int_{t}^{t_0}F_i(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
Hence
\begin{align*}
x_i(t)-x_i(t_0)=\int_{t_0}^{t}F_i(s,x(s))\,d\mathcal{L}^1(s).
\end{align*}
Combining the component identities and using $x(t_0)=x_0$ gives the required integral formula for $t<t_0$ as well.[/guided]