Study the Existence and Uniqueness of the IVP : $$y'(x) = (x-y(x))^{4/5}, \space y(3)=3$$
Regarding existence, I'd first assume $f$ the function such :
$$f(x,y)=(x-y)^{4/5}$$
We observe that $f(x,y)$ is not continuous in $ \mathbb R^2$ since we need $x-y\geq0$.
Letting $D$ be a domain such :
$$D=\{(x,y)\in \mathbb R^2: |x-3| \leq ε_1, \space |y-3|\leq ε_2 \}$$
we can say that there exists $ε_1,ε_2 \in \mathbb R$ such that $f$ is continuous in $D$, which means that the IVP has a solution in $D$.
Question : Is the above statement correct ? Shall I go into more details explaining why $f$ can be continuous in such a domain ?
Finally, regarding uniqueness, I know that showing that $f(x,y)=(x-y)^{4/5}$ is a Lipschitz function is enough. :
$$|f(x,y_2) -f(x,y_1)|=|(x-y_2)^{4/5}-(x-y_1)^{4/5}|$$
The function $g(y)=(x-y)^{4/5}$ is continuous in the interval $[y_1,y_2]$ with $y_1,y_2 \in D_f$ and $g$ is also differentiable in $(y_1,y_2)$ , which means that we can apply the Mean Value Theorem and yield :
$$g'(ξ)=\frac{g(y_2)-g(y_1)}{y_2-y_1}\Rightarrow \bigg|\frac{4}{5(x-ξ)^{1/5}}\bigg||y_2-y_1|=|(x-y_2)^{4/5}-(x-y_1)^{4/5}|$$
Here, we can see that there isn't a bound for the expression $\bigg|\frac{4}{5(x-ξ)^{1/5}}\bigg|$, thus meaning that the solution is not unique.
The function $f(x,y) := (x-y)^{4/5}$ is continuous is $\mathbb{R}^2$, being the composition of the continuous functions $\phi(t) := t^{4/5} = \sqrt[5]{t^4}$, $t\in\mathbb{R}$ and $g(x,y) := x-y$, $(x,y)\in\mathbb{R}^2$.
By Peano's existence theorem, the Cauchy problems associated with $f$ do have solutions.
The function $f$ is not (locally) Lipschitz continuous, but this is only a sufficient condition in order to get uniqueness of solution of Cauchy problems.
It is easy to see that $y(x)$ is a solution of $y'=f(x,y)$ if and only if $z(x) := y(x) - x$ is a solution of $z' = h(x,z)$, with $h(x,z) := z^{4/5} - 1$. In particular, $y(x)$ is a solution of the given Cauchy problem if and only if $z(x) := y(x) - x$ is a solution of the Cauchy problem $$ \begin{cases} z' = z^{4/5} - 1,\\ z(3) = 0. \end{cases} $$ This Cauchy problem admits, locally, a unique solution, implicitly defined by $$ \int_0^z \frac{1}{s^{4/5}-1}\, ds = x-3. $$ It can be proved (but this requires a simple qualitative study) that this unique local solution can be prolonged to a unique global solution.