Convex Optimization 2026, 11 - Convex Optimization
Convex optimization problems minimize a function f(x) subject to f1, ..., m(x) ≤ 0, and aiTx = bi where fi are convex. It follows that a by choosing a feasible set of convex optimization problems is convex, since the intersection of the domain ⅅ = ⋒mi=0 dom fi (4.2.1.0). The converse formulation is the quasiconvex maximization problem (4.2.1.1). The equality constraint functions for convex optimization problems must be affine by implication. Some feasible set for problems with non-affine equality constraint functions may still be convex. The latter is the abstract convex optimization problem (4.2.1.2). Any locally optimal point of a convex optimization problem is (globally) optimal (4.2.2). The solution x is optimal for a convex optimization problem, iff ∇f0(x)T(y - x) ≥ 0 ∀ y ∈ X (4.2.3). Given an unconstrained problem, the optimal solution's condition reduces to ∇f0(x) = 0.
Given problems with equality constraints only, assuming that the feasible set is both affine (given by convexity) and nonempty, the optimality condition is that ∇f0(x)T(y - x) ≥ 0 ∀ y: Ay = b. Since all such x are feasible, then y must have the form y = x + v; v ∈ N(A), so that ∇f0(x)Tv ≥ 0 ∀ v ∈ N(A) (4.2.3.2).
Given the problem of minimizing f0(x), x ⪰ 0, then the optimality condition is ∇f0(x)T(y - x) ≥ 0 ∀ y ⪰ 0. The resulting space is unbounded below, unless ∇f0(x) ⪰ 0, reducing the condition to a complementary ∇f0(x)Tx = 0 (4.2.3.3).