Suppose $a_k > 0$ for $k=1,...,n$ and $\sum_{k=1}^n \dfrac{1}{1+a_k} = n-1 $. Prove that
$$ \prod_{k=1}^n \dfrac{1}{a_k} \geq (n-1)^n $$
Proof:
Taking $log$ in both sides we obtain that
$$ \sum_{k=1}^n \log(1/a_k) \geq n \log (n-1) $$
And by hypothesis, it be enough if we can prove
$$ \sum_{k=1}^n \log \left( \dfrac{1}{a_k } \right) \geq n \log \left( \sum_{k=1}^n \dfrac{1}{1+a_k} \right) $$
I dont see how to prove this. But, we go back to the beginning and apply Harmonic-Geometric mean ineq to $( \prod 1/a_k )^{1/n} $, we obtain
$$ \left( \prod_{k=1}^n \dfrac{1}{a_k} \right)^{1/n} \geq \dfrac{n}{\sum_{k=1}^n a_k } \geq \sum_{k=1}^n \dfrac{1}{1+a_k} = n -1 $$
and this would be the end but we still to prove that
$$ n \geq (a_1+.... + a_n) \left( \dfrac{1}{1+a_1} + ... + \dfrac{1}{1+a_n} \right) $$
but I am unable to prove this. Any assistance would be greatly appreciated.