I'm trying to prove that the sum of two log-convex functions is log-convex. I've figured out that this can be done by proving:
$a^\alpha b^\beta + c^\alpha d^\beta \leq (a+c)^\alpha (b+d)^\beta$
for $a,b,c,d,\alpha,\beta \in \mathbb{R}$ and $\alpha,\beta \geq 0$ (actually, in my case $\alpha + \beta = 1$, in addition). Any ideas?
Edit: Assume further that $a,b,c,d > 0$ (in the original problem, they are inputs to a logarithm and so must be positive).