Consider the IVP: $$\frac{dy}{dt}=f(t,y)~,~y(0)=y_{0},$$ where $f(t,y)$ is a bounded function, continuous on the set $\Omega(t,y)=\{ |t| < a , |y-y_{0}| < b \}$ and satisfies a Lipschitz condition there with Lipschitz constant $K.$ Find a condition which will ensure that a unique solution will exist inside $\Omega$ and that the condition has a maximal area on $\Omega.$
My approach. The solution of the IVP is given by $$y(t)=y_{0}+\int_{0}^{t} f(s,y(s))~ds.$$ $$\implies | y(t) - y_{0} | \leq \int_{0}^{t} | f(s,y(s))|~ds \leq M \cdot |t|,~~\text{where}~M=\max_{s}|f(s,y(s))|.$$ Since in $\Omega,~|t| < a,$ we have $$| y(t) - y_{0} | < a \cdot M.$$ Also, incorporating the Lipschitz condition in the second argument yields $$|f(t,x)-f(t,y)| \leq K \cdot |x-y|.$$
I don't know how to continue from here onwards. Any help is much appreiciated.