0

Suppose that $f$ is a positive function and $1\leq p<\infty$. Consider $$A=\int (\int f(x,y)^p\ dx)^{1/p}dy,\ B=(\int (\int f(x,y)\ dy)^p dx)^{1/p}.$$ Suppose all quantities are integrable and finite. Prove that $A \geq B$.

I think I'm supposed to use Fubini's Theorem alongside with the Minowski inequality, but I'm not sure how to apply it in the right way. How do I prove this?

Hector Lombard
  • 649
  • 3
  • 11

1 Answers1

0

$$B=\sup_{g\ge 0\|g\|_q=1} \int g(x)\int f(x,y)dydx=\int\left(\int g(x)f(x,y)dx\right)dy\le \int \|f(\cdot, y)\|_pdy$$

Pelota
  • 338