I want to prove for function $f : \mathbb{R}^n \rightarrow \mathbb{R} $, $$ f \text{ is quasi-convex} \iff -f \text{ is unimodal.}$$
Basic definitions:
- $f: \mathbb{R}^n \rightarrow \mathbb{R} $ is quasi-convex if for any $x, y \in \mathbb{R}^n$ and $\lambda \in [0,1]$, $$ f((1-\lambda)x + \lambda y) \leq \max\{f(x), f(y)\} .$$
- $-f$ is unimodal means that if $x^*$ is a global maximizer of function $-f$, then for any $x\in \mathbb{R}^n$, $-f((1-\lambda)x + \lambda x^*)$ is a nondecreasing function of $\lambda$ for $\lambda \in [0,1]$.
This claim can be found in some optimization books and should be fundamental. But I couldn't find a proof.
