Let $a,b,c \in \mathbb{R}$ and $a+b+c=3$. What is the minimum value of $$\frac{1}{\sqrt{a}} + \frac{1}{\sqrt{b}} + \frac{1}{\sqrt{c}}?$$
I've previously posted an olympiad problem where the solution was dependent on Hölder's inequality. As I'm trying to learn about how to apply this to contest problems surprisingly I couldn't find a whole lot of example problems. It seems that the general version ($\sum_{i=1}^n |x_iy_i| \leqslant (\sum_{i=1}^n|x_i|^p)^{1/p}(\sum_{i=1}^n|y_i|^q)^{1/q}$) of this is not very applicable here.
For this problem that I found it seems that the proposed solution skipped some steps while explaining it. What they had was this:
$$(\frac{1}{\sqrt{a}} + \frac{1}{\sqrt{b}} + \frac{1}{\sqrt{c}})^{1/3}(\frac{1}{\sqrt{a}} + \frac{1}{\sqrt{b}} + \frac{1}{\sqrt{c}})^{1/3}(a + b + c)^{1/3} \geq 1^{1/3} + 1^{1/3} +1^{1/3} = 3.$$
Now it seems that here they have $p=q=3$? How did they come up with the $LHS$ here? It's not clear and there's no explanation for it anywhere...
In your general version, take $p = 3$ and $q = 3/2$.
Take $x_{1, 2, 3} = a^{1/3}, b^{1/3}, c^{1/3}$ and $y_{1, 2, 3} = a^{-1/3}, b^{-1/3}, c^{-1/3}$.
This gives you the minimal value.