Is f(x)=-log(x) a closed function?

746 Views Asked by At

I am reading Convex optimization written by Stephen Boyd. In page 640, there is an example said \begin{equation} f(x)=-log(x) \end{equation} is a closed function. But this function seems does not satisfy the definition of closed function in this book. The plot of this function is attached below: enter image description here And the definition of closed function in the book is attached below: enter image description here

Can anybody tell me whether this function is closed or not ?

2

There are 2 best solutions below

3
On BEST ANSWER

We have $dom\ f = (0,\infty),$ and for any $\alpha \in\mathbb R$ $$ x\in\ dom\ f\ and\ f(x) \leq \alpha \Leftrightarrow x \ge e^{-\alpha} \Leftrightarrow x \in [e^{-\alpha},\infty). $$ Now, the set $[e^{-\alpha},\infty)$ is closed, so $f$ is a closed function, according to the definition.

4
On

It's closed. It's level sets are of the form $[b, \infty[$ and hence, closed.