The sufficient condition for optimality of minimization problem

karush kuhn tuckermaxima-minimaoptimization

According to wikipedia, "the necessary conditions are sufficient for optimality if the objective function of a maximization problem is a concave function, the inequality constraints are continuously differentiable convex functions and the equality constraints are affine functions". What about the case for minimization problem?

Best Answer

Exactly the same, except for changing the conditions to "objective function of a minimization problem is a convex function"

Indeed, this is equivalent because the optimal argument values for minimizing a function are the same as those for maximizing the negative of the function; and the negative of a concave function is a convex function.