How can a function increase/decrease in a point?

62 Views Asked by At

I am working on exercise 4.6 in the book "Convex Optimization", which is as follows: Quiz description

I don't understand what the author meant by saying a function h (similarly $f_0$, $f_i$) is monotonically decreasing in $x_r$ which is an element of the vector $x$. Should a function increase/decrease over an interval? Could anyone explain this to me?

I assume that the author meant to be on the whole domain $R^n$, then my approach is: Let $x^*$ be the optimal point and assume that $h(x) < 0$. Since $f_0$ increases, then $x^*$ must be the minimum point of the feasible domain.

For $y > x^*$, then we have: $f_i(y) < f_i(x*) \leq 0$, $h(y) < h(x^*) < 0$.

I have got stuck here and don't know how to keep going with it. Could someone help me out at this point?

1

There are 1 best solutions below

0
On

It is true that $x_r$ is a component (I would not say "element") of the vector $x.$ But $x$ is not a fixed vector, and its components, in particular a selected component $x_r,$ can range over $\mathbb R.$ Surely that is enough of an interval.