I have learned that for an ordinary differential equation of the form:
\begin{align} \dot{x}(t)&=f(x,t) \\ x(t_{0})&=x_{0} \end{align} If $\;\;f:\mathbb{R}^{n}\rightarrow{}\mathbb{R}^{n}$ is globally Lipschitz continuous on $\mathbb{R}^{n}$, then there exists a unique solution to the ODE.
My question is: since only global Lipschitz continuity is sufficient for this ODE to have a unique solution, does this mean that local Lipschitz continuity is not sufficient? If this is true, can someone please provide an example where $f$ is locally, but not globally, Lipschitz continuous, and there does NOT exist a unique solution to the ODE?
Uniqueness isn't the issue, it is that there may not be a solution for all $t$. For instance, take $f(x,t) = x^2$. The unique solution to $\dot x(t) = x(t)^2$, $x(0) = 1$ is $x(t) = \dfrac{1}{1-t}$ which blows up at $t \to 1^-$.