It looks not that complicated but I'm stuck in the middle.
$\mathbf{x}=[x_1,x_2, \cdots ,x_n]$.
- $g(\mathbf{x})=\exp(-\mathbf{x})$ is a decreasing, and convex function.
- $h(\mathbf{x})=x_1+x_2+x_3+\dotsm\;$ is a linear, increasing function, convex/concave.
So, $g(h(\mathbf{x}))$ is a convex function. Am I right so far?
and the problem is that $x_i$ is multiplied to $g(h(\mathbf{x}))$. $x_i$'s are positive and between 0 to 1 real value.
How can I prove $f_i(\mathbf{x})=x_i g(h(\mathbf{x}))$ is concave?
Thanks a lot.