Given $f$ is strongly convex with convexity parameter $\sigma$ and $\displaystyle x_0=\arg\min_{x}f(x)$, how do we arrive at the following inequality: $$f(x)\ge f(x_0)+\frac{\sigma}{2}\|x-x_0\|^2$$ Note that $f$ is not assumed to be differentiable.
I tried to prove by contradiction as follows: \begin{align} f(\theta x+(1-\theta)x_0)&\le\theta f(x)+(1-\theta)f(x_0)-\frac{\sigma}{2}\theta(1-\theta)\|x-x_0\|^2\\ &=f(x_0)+\theta\left(f(x)-f(x_0)-\frac{\sigma}{2}\|x-x_0\|^2\right)+\frac{\sigma}{2}\theta^2\|x-x_0\|^2\\ &\qquad\vdots\\ &<f(x_0) \end{align} but I am unable to get the last inequality above.