It is generally known that multiplication of convex functions is not convex. Take for example:
$f_1(x) = 1-x$, $f_2(x) = 1+x$, Then $f_1(x)f_2(x) = 1-x^2$
Which is not convex
However, I've encountered situations where convexity appears to hold true in specific scenarios. Take for example:
$f(x) = a^xb^x$ where $a, b >=0$
Can this be generalized to a broader class of functions? Say for example strictly-convex functions/non-decreasing/non-increasing, a composition of requirements, or something more general. Much would be appreciated even if it is a link to a theorem for said specific case. Thanks!