In a recent problem set for my optimization course, following problem was mentioned.
Problem
Consider constrained minimization problem of the following form: $$\min_{\textbf{x}\in \Omega} f(\textbf{x})$$
Show that if $f$ is convex and the feasible region is convex, then the local solutions of the problems are also global solutions. Also show that the set of global solutions is convex. A problem with convex objective function and convex feasible region is said to be convex optimization problem.
My attempt
I considered $\textbf{x}^\star$ as the local minimizer. I tried solving the problem with contradiction.
Since its mentioned that the feasible solution is a convex set, I considered a point $\tilde{\textbf{x}}$ which is in the set such that, $$f(\tilde{\textbf{x}}) \leq f({{\textbf{x}^\star}})$$
I would proceed like I would in the unconstrained optimization but how do I incorporate information about the feasible set $\Omega$.
Where feasible set is defined as $$\Omega = \{x|c_{i}(x) = 0 \text{ }\forall\ i \in \mathcal{E} ; c_{i}(x) \geq 0 \text{ }\forall\ i \in \mathcal{I} \}$$
where, $c_{i}(x)$ are the constraints, $\mathcal{E}$ is the set of equality constrains while $\mathcal{I}$ is the set of inequality constrains