-1

Suppose $f \in L^p(\mathbb{R}^n), g \in L^q(\mathbb{R}^n)$.

I would like to show that $|| f*g||_{L^{\infty}} \leq ||f||_{L^p}||g||_{L^q}$ for $\frac{1}{p}+\frac{1}{q}=1.$

my main idea was to use Holder's inequality. This means that I have

$||fg||_{L^1} \leq ||f||_{L^p} ||g||_{L^q}$ Now I need to show $||f*g||_{L^\infty} \leq || fg||_{L^1}$

Is this the case? Why is this true?

Epsilon
  • 69
  • 3
    No, it is not true: It's trivial to come up with examples of functions $f$ and $g$ such that $|fg|_1 = 0$ but the convolution is non-zero. –  Mar 02 '18 at 16:41
  • Could ypu give me a hint on how to solve the problem then? – Epsilon Mar 02 '18 at 16:43
  • Daniel Fischer's answer to this previous Question gives details for the case $p=q=2$ and then sketches the necessary steps to prove Young's inequality in general. However your Question concerns validity of the inequality $||f*g||{L^\infty} \leq || fg||{L^1}$. – hardmath Mar 02 '18 at 16:51

1 Answers1

1

Fix a point $x$ and define $G(y) = g(x-y)$. Observe that $\|G\|_q = \|g\|_q$. Then $$|f \ast g(x)| \le \int |f(y)g(x-y)| \, dy = \int |f(y) G(y)| \, dy = \|fG\|_1.$$ Now apply Holder's inequality.

Umberto P.
  • 52,165