I have a concave function $F:A \rightarrow \mathbb R$ and an interval $I=[\underline y,\bar y ]$ for which I consider the preimage
$$f^{-1}(I) := \{ x \in A \lvert f(x) \in I\} = \{ x \in A\lvert \ \underline y \leq f(x) \leq \bar y \}$$
my question is how to show that $f^{-1}(I)$ is convex if that is indeed the case?
Obviously for $x_1$ and $x_2$ in $f^{-1}(I)$ it must be the case that for $x_3 = \alpha x_1 + (1-\alpha)x_2$ that
$$f(x_3) = f(\alpha x_1 + (1-\alpha)x_2) \geq \alpha f(x_1) + (1-\alpha)f(x_2)\geq \underline y$$
but whether $f(x_3) \leq \bar y$ eludes me.