I am looking at a very basic example and trying to understand uniqueness of ODEs.
The ODE in question is $y'(x)=\sqrt{y}$, which can easily be solved with separation of variables. After this, we have $\sqrt{y} = \dfrac{x}{2}+C$ for some constant $C$.
I am examining the "Fundamental Theorem of Uniqueness for ODEs". I noticed that $\dfrac{\partial}{\partial y} \left( \sqrt{y} \right) = \dfrac{1}{2\sqrt{y}}$, which is not continuous when $y=0$. This leads us to a nonunique solution, in particular, $y \equiv 0$ satisfies the IVP $y'(x) = \sqrt{y}$ where $y(0)=0$.
But other IVPs have nonunique solutions, correct? For example, if $y(0)=1$, then $C=1$ so $\sqrt{y} = \dfrac{x}{2} +1$.
That is, $y(x) = \dfrac{1}{4}(x+2)^2$ and $y(x) = \dfrac{1}{4}(x-2)^2$ are both solutions. Without the Fundamental Theorem, how can I tell that this second IVP $(y(0)=1)$ has a nonunique solution? In this case, directly solving was simple, but I'm certain that is not always the case...