
98 2 Uncertainty and Modeling Issues
The feasible region is also most generally closed so that it contains all limits of
infinite sequences of points in the region. The region is also generally connected,
so that, for any x
1
and x
2
in the region, there exists some path of points in the
feasible region connecting x
1
to x
2
by a function, η : [0,1] → ℜ
n
that is contin-
uous with η(0)=x
1
and η(1)=x
2
. For certain results, we may also assume the
region is bounded so that a ball of radius M , {x |x≤M} , contains the entire set
of feasible points. Otherwise, the region is unbounded. Note that a region may be
unbounded while the optimal value in (11.1)or(11.3) is still bounded. In this case,
the region often contains a cone, i.e., a set S such that if x ∈S ,then
λ
x ∈ S for all
λ
≥ 0 . When the region is both closed and bounded, then it is compact.
The set of equality constraints, h(x)=0 , is often affine, i.e., they can be ex-
pressed as linear combinations of the components of x and some constant. In this
case, each constraint, h
i
(x)=0, is a hyperplane, a
i·
x −b
i
= 0 , as in the linear
program constraints. In this case, h(x)=0 , defines an affine space,atranslation
of the parallel subspace, Ax = 0 . The affine space dimension is the same as its
parallel subspace, i.e., the maximum number of linearly independent vectors in the
subspace.
With nonlinear constraints and inequalities, the region may not be an affine space,
but we often consider the lowest-dimension affine space containing them, i.e., the
affine hull of the region. The affine hull is useful in optimality conditions because it
distinguishes interior points that can be the center of a ball entirely within the region
from the relative interior ( ri ), which can be the center of a ball whose intersection
with the affine hull is entirely within the region. When a point is not in a feasible
region, we often take its projection into the region using an operator,
Π
.Ifthe
region is X , then the projection of x onto X is
Π
(x)=argmin{w−x|w ∈ X}.
In this book, we generally assume that the objective function f is a convex func-
tion, i.e., such that
f (
λ
x
1
+(1 −
λ
)x
2
) ≤
λ
f (x
1
)+(1 −
λ
) f (x
2
),
0 ≤
λ
≤ 1.If f also is never −∞ and is not +∞ everywhere, then f is a proper
convex function. The region where f is finite is called the effective domain of f
( dom f ). We can also define convex functions in terms of the epigraph of f ,
epi( f )={(x,
β
) |
β
≥ f (x)}. In this case, f is convex if and only if its epigraph is
convex. If −f is convex, then f is concave.
Often, we assume that f has directional derivatives, f
(x;w) , that are defined
as:
f
(x;w)=lim
λ
↓0
f (x +
λ
w) − f (x)
λ
.
When these limits exist and do not vary in all directions, then f is differentiable,
i.e., there exists a gradient, ∇f , such that
∇f
T
w = f
(x;w)