From this definition, how to prove $\mu$-strongly convex is strictly convex? I know there are some similar questions in the website, but they use the definition containing differentiable. But that is not necessary.
The defition of $\mu$-strongly convex is:
f is $\mu$-strongly convex on T (with respect to the Euclidean norm $||\cdot ||$) if there exists a $\mu$ > 0 such that for any $\theta, \tau \in X$ and $\lambda \in [0, 1]$ we have
$$f(\lambda \theta + (1-\lambda) \tau) \leq \lambda f(\theta) + (1-\lambda) f(\tau) + \mu \lambda (1-\lambda) || \theta - \tau||^2$$
I know if I can drop the last term above, then it is done. But how to justify this drop step? From the definition, it only says there exists a $\mu$, it doesn't say any $\mu >0$, so I cannot say let $\mu \to 0$ and drop the last term.