The original problem (from here problem 8) is:
Let $\alpha>\frac{1}{2}$ be a real number. Prove that it is impossible to find a real function $f$ such that $$f(x)=1+\alpha\int_x^1 f(t)f(t-x) \, dt$$ holds for all $0\leq x\leq1$.
My solution: Integrate both sides for $x$ from $0$ to $1$ and suppose $s=\int_0^1f(x) \, dx$. Then the equality becomes $s=1+\frac{1}{2}\alpha s^2$. Apply AM-GM to finish the proof.
However, my solution works only when $f(x)$ is integrable (on $[0,1]$).
My question is: if the equality in the problem holds, then $\forall x\in [0,1]$, $f(t)f(t-x)$ is integrable, so is it true that $f(x)$ is integrable? If it is not true, is there an explicit counterexample?
For all "integrable" here, I think I mean "Riemann integrable". I have not studied the Lebesgue theory yet.
Suppose the equality holds for all $x$. In particular at $x=0$ we notice that $$\|f\|^2_{L^2[0,1]} = \int_0^1 |f(x)|^2 \ dx < \infty.$$ Then by Cauchy-Schwarz for functions, $$ \int_0^1 |f(x)|\ dx = \langle |f|, 1\rangle_{L^2[0,1]}\leq \|f\|_{L^2[0,1]}\|1\|_{L^2[0,1]} = \|f\|_{L^2[0,1]} < \infty.$$
Thus, as long as $f$ is (Lebesgue) measurable, your proof works.