Let $f_0(x)$ be integrable on $[0,1]$, and $f_0(x)>0$. We define $f_n$ iteratively by $$f_n(x)=\sqrt{\int_0^x f_{n-1}(t)dt}$$ The question is, what is $\lim_{n\to\infty} f_n(x)$?
The fix point for operator $\sqrt{\int_0^x\cdot dt}$ is $f(x)=\frac{x}{2}$. But it's a bit hard to prove this result. I have tried approximate $f(x)$ by polynomials, but it's hard to compute $f_n$ when $f_0(x)=x^n$ since the coefficient is quite sophisticated. Thanks!