I am given that, $$ x \log_2(x) + (1-x)\log_2(1-x) \geq -1 $$ for $ 0 < x< 1$
I am supposed to show that, $$ \sum_{i=1}^{2^n}x_i \log_2 x_i \geq -n $$ where $$ \sum_{i=1}^{2^n} x_i = 1 $$ and $x_i > 0$, for all $i$.
So I guess it's a job for induction. The first step is already done. Assuming it's right for the $p$th step,
$$ \sum_{i=1}^{2^p}x_i \log_2 x_i \geq -p $$
$$ \sum_{i=1}^{2^p} x_i = 1 $$ and $x_i > 0$, for all $i$.
So now I have to go from this step to $p+1$st step. However, I cannot understand how to keep the condition of $ \sum_{i=1}^{2^p} x_i = 1 $ intact when I go to the $(p+1)$st step.
Is there anyway of doing this? Or am I going in the wrong direction?
Please help.