I'm trying to prove the uniqueness of solution in following IVP problem
$$\frac{dy}{dx}=\lvert y\rvert^\alpha,\,\,\,y(0)=0 ~~~~~(\alpha>1)$$
One possible way here is to apply the Picard's Theorem. So I have to prove that
$$||y_1|^\alpha-|y_2|^\alpha|\le L|y_1-y_2|$$
where $L$ is a constant for a certain area, say $|y|<b$. When $\alpha=2$, this can be easily done.
$$||y_1|^2-|y_2|^2|=(|y_1|+|y_2|)(|y_1|-|y_2|)\leq L|y_1-y_2|$$
But for an arbitrary real $\alpha>1$ I have no idea how to do it.
Any idea or discussion is welcome. Thanks in advance.
Let $=t_2=\lvert y_2\rvert>\lvert y_1\rvert=t_1$.
Then, for $t=\lvert y\rvert\le b$: $$ \lvert y_2\rvert^a-\lvert y_1\rvert^a=t_2^a-t_1^a=a\int_{t_1}^{t_2}s^{a-1}\,ds\le a\int_{t_1}^{t_2}b^{a-1}\,ds=ab^{a-1}(t_2-t_1)=ab^{a-1}(\lvert y_2\rvert-\lvert y_1\rvert)\le ab^{a-1}\lvert y_2-y_1\rvert. $$ So $L=ab^{a-1}$.