Recall that
Let $D$ be a convex set, then a function $f: D \subseteq \mathbb{R}^n \to \mathbb{R}$ is convex if $f(\sigma x + (1-\sigma)y) \leq \sigma f(x) + (1-\sigma)f(y)$ for all $x,y \in D$, $\sigma \in [0,1]$ and strictly convex if holds strictly whenever $x \neq y$ and $\sigma \in (0,1)$
I am having trouble with the definition of strongly convex. Some people online defines strongly convex as (Fundamentals of Resource Allocation in Wireless Networks: Theory and Algorithms By Slawomir Stanczak, Marcin Wiczanowski, Holger Boche)
Others provides the same definition but includes $0$ and $1$ i.e. $\mu \in [0,1]$ for example https://arxiv.org/pdf/1507.07144.pdf

Which definition is correct?
