I was seeking the other day for intuition about the Hölder inequality and more precisely the geometric intuition behind the relation $\frac{1}{p} + \frac{1}{q} = 1$.
I found this interpretation of the Hölder inequality.
It says that we are trying to find an estimate of :
$$ \int f^a g^b$$ with the knowledge of $\int f^p$ and $\int g^q$.
For $(a, b) = (1,1)$, we need the relationship $\frac{1}{p} + \frac{1}{q} = 1$ so that the points : $(p, 0), (1,1), (0, q)$ lie on the same line. We can know use interpolation to have the Hölder inequality which give an estimate at the point $(1, 1)$.
But I feel like an argument is missing here. Why the estimate is using the geometric mean of the function $f$ and $g$ ? Why we don't have something like (using arithmetic mean) : $$ \int \mid fg \mid \leq \frac{1}{p} \int f^p + \frac{1}{q}\int g^q \;\;? $$ Moreover the article is saying we can generalize this approach to approximate $\int f^ag^b$ but in this case we need three points such that $(a,b)$ is in the convex hull of these three points. Why for $(1, 1)$ two points are needed while for general $(a, b)$ we need three points ?



But you do have something like that: Young's inequality says that for $u,v\ge 0$ and conjugate exponents $p$ and $q$, $$ uv\le p^{-1}u^p+q^{-1}v^q. $$ (This can be proved with a picture once you notice that $u\mapsto u^{p-1}$ and $v\mapsto v^{q-1}$ (the derivatives of $u\mapsto p^{-1}u^p$ and $v\mapsto q^{-1}v^q$) are inverse functions.) Take $u=|f(x)|$ and $v = |g(x)|$ and integrate.