Can somebody help me to prove that entropic regularizer $R(\mathbf{w})= \frac{1}{\eta}\mathbf{w}^T\log \mathbf{w}$ is strongly convex with respect to $l_1$ norm.
My attempt: To show if a function $f$ is strongly convex w.r.t $\|\cdot\|_1$, I have to show if the hessian $\partial^2 f / \partial f^2 >= ss^T$, where $s$ is sign vector,i.e., $[\pm1,...,\pm 1]$. In order to proceed, I tried to calculte hesisan of entropic function but stuck as first derivative of entropic function involves division of vectors. Are their other way to prove strong convexity of entropic regularizer?