Suppose that we have that $f(x)$ is a continuous function over the support of $x$. Assume also that $f(x)$ has a unique maximizer, $x^*$. I would like to show that maximizer is well-separated. In other words:
For every $\epsilon >0$, there exists a $k > 0$ such that:
$$ \sup_{x \ : \ d(x,x^*) \geq \epsilon} f(x) < f(x^*)-k $$
My idea is to construct sequences using a proof by contradiction, but am running into problems there. Is there a more straightforward way to prove this? Thanks!