I am deriving some bounds involving two functions, which are $f(x)=\log(x)$ and $f(x)=-x\times\log(x)$. I found in several books that these two functions are concave. I have draw them down using python to quickly check. For that reason, by applying Jensen's inequality the next inequality should hold:
$f(x)+f(y)\leq f(x+y)$
which holds in case of $f(x)=\log(x)$ but not for $f(x)=-x\times\log(x)$. What am I missing?
Thank you.