I'm trying to prove that $\frac{1}{(1+e^x)}$ is strictly convex over $[0,\infty)$
Over $(0,\infty)$ it is easily proven using the theorem:
Let $f$ be a twice continuously differentiable function over a convex set $C\subseteq\mathbb{R}^n$ and suppose that $\nabla^2f(x)>0$ for any $x\in C$. Then $f$ is strictly convex of $C$.
However, this theorem doesn't apply to $x=0$ since $f''(x)=\frac{e^x}{(1+e^x)^2 }⋅(\frac{2e^x}{1+e^x}-1)$ and $f''(0)=0$
How then can I show this for $x=0$?