The title is the problem statement, but to reiterate,
Prove there is a unique $y:[0,1] \to \mathbb{R}$ solving $y(x) = e^x + \frac{y(x^2)}{2}$ for $x \in [0,1].$
Looking for hints/solutions, thanks in advance.
Edit 6/10/16: Progress? If we define the operator $Ty(x) = e^x + \frac{y(x^2)}{2},$ then $|Ty(x) - Tz(x)| = 1/2|y(x^2) - z(x^2)|,$ which might be a contraction map (not exactly sure how)... then we could use a fixed point theorem to conclude that for some guess $y_0,$ the series $T^N y_0(x) = \frac{y_0(x^{2^N})}{2} + \sum_{n=0}^N \frac{\exp(x^{2^n})}{2^n}$ converges to $y(x)$?
Could anybody confirm if one is allowed to claim this $$ |Ty(x) - Tz(x)| = 1/2|y(x^2) - z(x^2)| $$ is a contraction map? On one hand, it look like $$ |Ty - Tz| = 1/2|y - z|, $$ but on the other, the arguments are not the same for $y, z$ on both sides of the equation.