I am trying to find a proof for this log inequality I found in an Information Theory. The inequality is $$-(a+b)\log(a+b)\leq-a\log a-b\log b\leq-(a+b)\log\frac{a+b}{2}$$ for $a,b\geq0$ and $a+b>0$.
The first inequality seems quite clear, by the fact that $\log$ is an increasing function, but I am struggling to see how to prove the second inequality. Any hints or guidance would be appreciated. Thank you!
Rewriting your inequality in the form $$\log((a+b)^{a+b})\geq \log (a^a b^b)$$ let$$a=bt$$ then we get after a rfew steps of algebra: $$(t+1)^{t+1}\geq t^t$$ this is $$(t+1)\ln(t+1)\geq t\ln(t)$$ $$h(t)=(1+t)\ln(1+t)-t\ln(t)$$ $$h'(t)=ln(1+t)-\ln(t)=\ln(\frac{1+t}{t})$$ $$h'(t)=\ln(1+\frac{1}{t})>0$$ for $t>0$ and $$\lim_{t\to 0^+}(1+t)\ln(1+t)-t\ln(t))=0$$