I would like to minimize the following function:
$f(x)=log(e^{-x_1}+..+e^{-x_n})$
Subject to:
$\sum_{i=1}^{n}{x_i}=1$
$0 \leq x_i \leq 1$
So far I have discovered the following: If all the $x_i$'s are equal, $f(x)=max(x_i)+log(n)$, but I have not been able to find a conclusive answer regarding what would be the value of the $x_i$'s for the minimum value of the function.
Let $y_i = e^{-x_i}$, then $0 < y_i \leq 1$, and $x_i = -lny_i$, and then $-lny_1 - lny_2 -...-lny_n = 1 \to ln(y_1y_2....y_n) = -1 \to y_1y_2...y_n = \dfrac{1}{e}$. So: by AM-GM inequality: $log(y_1 + y_2 +...+ y_n) \geq log(n\cdot (y_1y_2...y_n)^{\frac{1}{n}}) = log(n\cdot e^{-1/n}) = logn - \dfrac{1}{n}$.
So: $f_{min} = logn - \dfrac{1}{n}$