The Wikipedia page mention that the log-sum-exp function, $f(x)=\log \sum_{i=1}^n\exp(x_i)$ is strictly convex when we add $x_0=0$, i.e., $g(x)=\log (1+\sum_{i=1}^n\exp(x_i))$ I want to verify this claim but I'm not sure how to do so.
I can show that $f$ is convex by showing the Hessian is positive semi-definite, but it is not necessary that $g$ is positive definite to have that the Hessian is strictly convex. Indeed, the Hessian of $g$ is not positive definite. (When we take $b^\top Hb$, where $H$ is the Hessian and $b$ has the same element in all entry, $b^\top H b=0$).
I understand that $f$ is affine along the "45-degree line", as explained in this post. But, I'm not sure how to prove that $g$ is indeed convex when we add $0$ and eliminate the possibility that $x_i=x,\forall i$ (except ($x_i = 0$)).