I was working on a problem about a sequence of functions, each of which is a solution to a sequence of differential equations, that converges to a function which is supposed to be the limit of the previous sequence I mentioned.
The problem is as follows
Let $R=\lbrack t_0-a,t_0+a\rbrack\times\lbrack x_0-b,x_0+b\rbrack$, Suppose $(f_n)_{n\in\Bbb N}$ is a sequence of functions defined in $R$ which converges uniformly to $f$. This function is Lipschitz with respect to $x$ and continuous with respect to $t$.
Consider the following differential equations $$ \begin{cases} x'(t)=f(t,x)\\ x(t_0)=x_0 \end{cases} \quad \begin{cases} x'(t)=f_n(t,x)\\ x(t_0)=x_n \end{cases} $$
Let $\varphi,\varphi_n$ be solutions to both differential equations respectively defined on a common subinterval $\lbrack c,d\rbrack\subseteq \lbrack t_0-a,t_0+a\rbrack$. Show that if $x_n\xrightarrow[]{}x_0$ then $\varphi_n\to\varphi$ uniformly in $\lbrack c,d\rbrack$.
What I've done is to try and follow the definitions of uniform convergence for a sequence of functions and I can't quite grasp how to get to the convergence of $\varphi_n$. I know that the Lipschitz condition on $f$ guarantees the existence of such solutions to the differential equations.
It would seem that the problem has a bit of tricks behind it's back. I'm not quite sure on how should I work with this problem, any help is very much appreciated.