Consider the following equation which holds for all $w$ in some space, $$\langle v(t), w \rangle = \langle v(0), w \rangle - \int_0^t \langle F(s,v(s)), w \rangle$$ where $\langle F(s,v),w \rangle$ is locally Lipschitz continuous in $v$.
This integral equation has a solution by help of Banach's fixed point theorem in analogy to the existence theorem of Picard-Lindelöf.
I don't see how this is similar to the equation $y'(t) = f(t, y(t))$ or its integral, because we have the duality pairing $\langle v(t), w \rangle$ here. How to overcome this?
Source is Section 2.1 of http://link.springer.com/article/10.1007%2Fs10492-012-0004-0.
edit: Maybe I put the integral inside the duality pairing and then apply the ODE existence theory to the first component of the duality pairing??
EDIT: some text from the paper: https://i.stack.imgur.com/8Tyh5.jpg https://i.stack.imgur.com/APkUp.jpg http://imgur.com/drlwRgv
In the article it is written $w_j$ is a finite dimensional basis of a finite dimensional space $A := span(w_1...w_k)$ and that the equation you mention has a solution $[0, T]\to A$ (only, it is written just before (2.1))
The author showed that $\|\langle F(s,u),w\rangle - F(s,v),w\rangle\|\le C\|u-v\|$ for all $u,v$ in a bigger space than $A$. Then, as Alex has written, let $$ F_j(y) = \langle v(0),w_j\rangle + \int_0^t \langle F(s,y), w_j\rangle ds. $$ If you assume that $F_j\colon A\to C([0,T])$; let $y_n:\mathbb R\to A$ be given, and $(F_j(y_n))_{j\le k}$ is a family of $k$ elements, there exists then a unique $y_{n+1}(t)\in A$ s.t. $$ \forall j, t,\qquad F_j(y_n)(t) = \langle y_{n+1}(t), w_j\rangle $$ because the family $(w_j)_j$ is a basis!! This transition $y_n\to y_{n+1}$ is now clear, and with the relation $$ \forall j, \langle y_{n+1}, w_j\rangle = F_j(y_n) $$ you prove that there exists a fixed point for the sequence $(y_k)$...
Note: It seems for me that the finite basis hypothesis is the key for the proof... Moreover, i'm not totally sure about the spaces above, but you will correct me if needed...
EDIT: how to get the fixed point? As usually: Let $\|\cdot\|$ be the norm as explained in the article (like $L^{m'}$) norm and define the new norm in time $$ \|f\|_T = sup_{t\in[-T,T]}(e^{-Lt}\|f(t)\|) $$ Moreover, as the deimension is finite and all norm are equivalent, the $\|\cdot\|$ norm in $A$ is equivalent to the norm defined by $f\in A$, $\sum_j |\langle f, w_j\rangle|$. Therefore, exists $C'$ such that $$ \|y_{n+1}(t) - y_n(t)\| \le C' \int_0^t \|y_n(s)-y_{n-1}(s)\|ds $$ Then, $$ \begin{split} \|y_{n+1}-y_n\|_T &\le C'\sup_{[-T,T]} e^{-Lt}\int_0^t\|y_n(s)-y_{n-1}(s)\|e^{-Ls}e^{Ls}ds \\ &\le C'\|y_n-y_{n-1}\|_T \sup_{[-T,T]} \frac 1Le^{-Lt}[e^{Lt}-1] \\ &\le \frac{C'}{L}\|y_n - y_{n-1}\|_T \end{split} $$ Thus for $L<C'$ the sequence is contracting. We just have to check that the space $\mathcal C([0, T]; A)$ with $\|\cdot\|_T$ is a Banach space. $A$ with $\|\cdot\|$ is a Banach (it is $L^{m'}$ projected on a closed space), thus $C([0,T],A)$ with this sup norm is also a Banach: Everything is fine and you can apply Banach fixed point theorem!