Does anybody know a book where the proof of recursivity property of Shannon's Entropy can be found?
I mean this: $$H(q_1,...,q_n)=H(q_1 + q_2, q_3,...,q_n) + (q_1 +q_2)H( \frac{q_1}{q_1+q_2} , \frac{q_2}{q_1+q_2} )$$
Where $q_i$ is probability of i-th value.
Use the definition. We have $$H(p_1,p_2,\ldots,p_n) = -\sum_{k=1}^np_k\log p_k$$
and
$$H(p_1+p_2,\ldots,p_n) = -(p_1+p_2)\log(p_1+p_2) - \sum_{k=3}^np_k\log p_k$$
so
$$H(p_1,p_2,\ldots,p_n) - H(p_1+p_2,\ldots,p_n) = -p_1\log p_1 - p_2\log p_2 + (p_1+p_2)\log (p_1+p_2)$$
and the right hand side can be written (after a bit of algebra):
$$-(p_1+p_2)\left( \frac{p_1}{p_1+p_2}\log \left[\frac{p_1}{p_1+p_2}\right] + \frac{p_2}{p_1+p_2}\log\left[\frac{p_2}{p_1+p_2}\right]\right)$$
which is nothing but $(p_1+p_2)H\left(\frac{p_1}{p_1+p_2},\frac{p_2}{p_1+p_2}\right)$.