$$f(x) = |x|^{3/2}, x \in \mathbb{R}$$ If you take the 2nd derivative you get $$ f''(x) = \frac{3}{4\sqrt{|x|}}$$ If you go by the requirement that $f$ is strongly convex when $$f''(x) \geq m \gt 0$$ Then $f$ is strongly convex.
However, if you go by the requirement that $f$ is strongly convex when
$$g(x)=f(x)−\frac{m}{2} ||x||^2$$ is convex, $∀x$ and some $m>0$ $$g(x) = |x|^{3/2} - \frac{m}{2} ||x||^2$$ $g$ is clearly not convex since $\frac{d^2}{dx^2}\frac{m}{2}||x||^2 > \frac{d^2}{dx^2}|x|^{3/2}$ for large enough $x$.
Please let me know where my mistake is!
Thanks