If f,g in L2, then how does the inequality
| f(x)g(x) | <= 1/2 ( f(x) * f(x) + g(x) * g(x) )
imply that fg in L2?
Clearly the RHS is integrable and finite, in which case, since integration
is monotonic, | fg | is integrable and therefore in L1. But what does that
say about fg being in L2?
Thanks
-sto
In other words, if f and g are functions in L2, then how does this imply
the function fg is also in L2?
fg need not be in L^2. Let f(x) = g(x) = x^{-1/4} on (0,1) for example.
I don't understand this counterexample.
The square of x^{-1/4} is x^{-1/2}, which has antiderivative 2x^{1/2},
which in turn integrates to 2 on (0,1) so it *is* in L2.
f(x)g(x) = x^{-1/2}, which is not in L^2(0,1).
-thanks