I am reading "A Tight Bound of Hard Thresholding" and on page 13 at definition 8 we have the following:
A differentiable function $f:\mathbb{R}^d\to \mathbb{R}$ is said to satisfy the property of restricted strong convexity (RSC) with parameter $\alpha_k >0 $, if for all vectors $x$ and $y$ in $\mathbb{R}^d$ with $||x-y||_0 \leq k$ it holds
$$f(y)\geq f(x)+\nabla f(x)\cdot(y-x)+\frac{\alpha_k}{2}||x-y||^2$$
where $||\cdot||_0$ is the number of nonzero elements.
What I am understanding is that the above condition says that along some directions our function is strongly convex. I am struggling to come up with good examples (or class of functions) that are easy to comprehend and can justify the intuition behind the definition.
Question: Can you please provide nonlinear examples that are intuitive and satisfy the above property?
This should be an example for $d=2$: $$ f(x) = (|x_1|+|x_2|)^2. $$ It is not strongly convex (constant on sets $|x_1|+|x_2|=c$). It should however satisfy the requirement for $k=1$: Take $x\in \mathbb R^2$, we need to check whether $t\mapsto f(x+ te_i)$ is strongly convex for unit vectors $e_1,e_2$. I.e., for $i=1$: $$\begin{split} f(x+te_1)&= (|x_1 + t|+|x_2|)^2 \\&= |x_1 + t|^2 + 2|(x_1+t)x_2|+|x_2|\\ &= t^2 + 2t |x_1| + x_1^2 + 2|(x_1+t)x_2|+|x_2|, \end{split} $$ which is the sum of a strongly convex ($t^2$) and convex functions, hence strongly convex.