9.7. Generalized Inequalities#

A proper cone K can be used to define a generalized inequality, which is a partial ordering on Rn.

Definition 9.38

Let KRn be a proper cone. A partial ordering on Rn associated with the proper cone K is defined as

xKyyxK.

We also write xKy if yKx. This is also known as a generalized inequality.

A strict partial ordering on Rn associated with the proper cone K is defined as

xKyyxK˚.

where K˚ is the interior of K. We also write xsuccKy if yKx. This is also known as a strict generalized inequality.

When K=R+, then K is same as usual and K is same as usual < operators on R+.

Example 9.20 (Nonnegative orthant and component-wise inequality)

The nonnegative orthant K=R+n is a proper cone. Then the associated generalized inequality K means that

xKy(yx)R+nxiyii=1,,n.

This is usually known as component-wise inequality and usually denoted as xy.

Example 9.21 (Positive semidefinite cone and matrix inequality)

The positive semidefinite cone S+nSn is a proper cone in the vector space Sn.

The associated generalized inequality means

XS+nYYXS+n

i.e. YX is positive semidefinite. This is also usually denoted as XY.

9.7.1. Minima and maxima#

The generalized inequalities (K,K) w.r.t. the proper cone KRn define a partial ordering over any arbitrary set SRn.

But since they may not enforce a total ordering on S, not every pair of elements x,yS may be related by K or K.

Example 9.22 (Partial ordering with nonnegative orthant cone)

Let K=R+2R2. Let x1=(2,3),x2=(4,5),x3=(3,5). Then we have

  • x1x2, x2succx1 and x3x2.

  • But neither x1x3 nor x1x3 holds.

  • In general For any x,yR2, xy if and only if y is to the right and above of x in the R2 plane.

  • If y is to the right but below or y is above but to the left of x, then no ordering holds.

Definition 9.39

We say that xSRn is the minimum element of S w.r.t. the generalized inequality K if for every yS we have xy.

  • x must belong to S.

  • It is highly possible that there is no minimum element in S.

  • If a set S has a minimum element, then by definition it is unique (Prove it!).

Definition 9.40

We say that xSRn is the maximum element of S w.r.t. the generalized inequality K if for every yS we have yx.

  • x must belong to S.

  • It is highly possible that there is no maximum element in S.

  • If a set S has a maximum element, then by definition it is unique.

Example 9.23 (Minimum element)

Consider K=R+n and S=R+n. Then 0S is the minimum element since 0xxR+n.

Example 9.24 (Maximum element)

Consider K=R+n and S={x|xi0i=1,,n}. Then 0S is the maximum element since x0xS.

There are many sets for which no minimum element exists. In this context we can define a slightly weaker concept known as minimal element.

Definition 9.41

An element xS is called a minimal element of S w.r.t. the generalized inequality K if there is no element yS distinct from x such that yKx. In other words yKxy=x.

Definition 9.42

An element xS is called a maximal element of S w.r.t. the generalized inequality K if there is no element yS distinct from x such that xKy. In other words xKyy=x.

  • The minimal or maximal element x must belong to S.

  • It is highly possible that there is no minimal or maximal element in S.

  • Minimal or maximal element need not be unique. A set may have many minimal or maximal elements.

Lemma 9.1

A point xS is the minimum element of S if and only if

Sx+K

Proof. Let xS be the minimum element. Then by definition xKyyS. Thus

yxKyS there exists some kKyS such that y=x+kyx+KySSx+K.

Note that kK would be distinct for each yS.

Now let us prove the converse.

Let Sx+K where xS. Thus

kK such that y=x+kySyx=kKySxKyyS.

Thus x is the minimum element of S since there can be only one minimum element of S.

x+K denotes all the points that are comparable to x and greater than or equal to x according to K.

Lemma 9.2

A point xS is a minimal point if and only if

{xK}S={x}.

Proof. Let xS be a minimal element of S. Thus there is no element yS distinct from x such that yKx.

Consider the set R=xK={xk|kK}.

rRr=xk for some kKxrKrKx.

Thus xK consists of all points rRn which satisfy rKx. But there is only one such point in S namely x which satisfies this. Hence

{xK}S={x}.

Now let us assume that {xK}S={x}. Thus the only point yS which satisfies yKx is x itself. Hence x is a minimal element of S.

xK represents the set of points that are comparable to x and are less than or equal to x according to K.