Show that there exists a unique continuous function $f : [0; 1] \rightarrow \mathbb{R}$ such that we have
$f(x) = \int^1_0\cos(x+f(y))dy$, for all $x \in [0, 1].$
Hint: use Banach fixed point theorem.
I defined a map $T:L[0,1] \rightarrow L[0, 1]$
$ Tf(x) = \dfrac{1}{3}\int^1_0\cos(x+f(y)dy$
and want to show that it is a contraction map, i.e. $d(Tf_1, Tf_2) < \alpha d(f_1, f_2), 0 < \alpha <1$, to apply Banach fixed point theorem, but do not know how to extract $f_1, f_2$ outside of the $cos(x + f(y))$.
Any hints or other help is appreciated.