I am trying to find a convex set and function that satisfy having a global minimum but not a local minimum. I have been told that this is achievable but I am having a hard time conceptualizing such a scenario.
Thanks for any help.
Edit:
A local minimizer is defined in terms of an open ball set:
$$B_R(x_0)=\{x\in\mathbb{R}^n|∥x-x_0∥_2<R\}$$
where $x_0\in{\mathbb{R}^n}$ and $R>0$. And a local minimizer is defined as a point $x^*\in\Omega$ such that $R>0$ and $B_R(x)\in\Omega$ with:
$$f(x^*)\leq{f(x)}$$
for $x\in{B_R(x)}$