In the proof of the theorem which states that the Lipschitz condition guarantees well posed-ness of an initial value problem $y'=f(x,y)$, $y(x_0)=y_0$, I came across this
Let the perturbed problem be
$$ z'=f(x,z) + \delta(t) \\ z(x_0)=y_0 + \epsilon_0 $$
Let $\epsilon(x)=z(x)-y(x)$ and let $f$ satisfy the Lipschitz condition. Then we have
$$ \epsilon '=z'-y'=f(x,z)-f(x,y)+\delta(x)\\ \implies |\epsilon'(x)| \leq |f(x,z)-f(x,y)| + |\delta(x)|\\ $$
Let $\delta(x)$ have the maximum value $\epsilon$. Therefore, we get,
$$ |\epsilon'(x)| \leq |f(x,z)-f(x,y)| + \epsilon\\ \implies |\epsilon'(x)| \leq L|\epsilon(x)| + \epsilon $$
I don't understand the next step i.e. how is the above inequality integrated to give
$$ |\epsilon(x)| \leq \frac{\epsilon}{L} \left[ (L+1)e^{Lt}-1\right] $$
How is the inequality integrated?
Multiply through by $|\epsilon (x )|$ to get:
$|\epsilon'(x )\epsilon (x )|\leq L|\epsilon (x )|^2+\epsilon|\epsilon (x )|$
$\frac{1}{2}|(\epsilon^2(x))'|\leq L |\epsilon^2(x)|+\epsilon|\epsilon (x)|\leq L|\epsilon(x)^2|+\epsilon^2$
$\Rightarrow \frac {1}{2}\frac {d}{dx}(|\epsilon ^ 2( x ) | e ^ { -2Lx })\leq \epsilon^2e^{-2Lx}\Rightarrow\frac {1}{2}|\epsilon ^ 2( x ) | e ^ { -2Lx}\leq \frac{1}{2}|\epsilon ^ 2 ( 0) |+\frac{1}{2L}(\epsilon ^ 2)(1-e^{-2Lx}) $
$\Rightarrow |\epsilon ^ 2( x ) |\leq|\epsilon ^ 2( 0) |e^{2Lx}+\frac{1}{L}(\epsilon^2)(e^{2Lx}-1)\leq\epsilon^2e^{2Lx}+\frac{1}{L}(\epsilon^2)(e^{2Lx}-1)=\frac{\epsilon^2}{L^2}(L^2+Le^{2Lx}-L)$
still working on this, but it's quite close to the desired estimate.