convexity of inverse function

21.2k Views Asked by At

I have a question on the reverse of a convex function.

Let $f(x)$ be a convex function.

Is the reverse function, say $g(x)=f(x)^{-1}$, is necessarily a concave function ? Considering that such function $g$ does exist ($f$ is invertible):

-Is necessarily a concave function?

-What about the opposite $-f(x)$, is concave?

Any hints?

2

There are 2 best solutions below

1
On

I'm not sure whether you mean the inverse of the function, i.e. $f^{-1}$ such that $f(f^{-1}(x))=f^{-1}(f(x))=x$ or of the reciprocal, i.e. $f(x)^{-1}=1/f(x)$.

The reciprocal of a convex function need not be concave, for example look at $f(x)=e^x$. $f$ is convex. Its reciprocal $f(x)^{-1}=1/f(x)=e^{-x}$ is also convex.

On the other hand, if $f$ is convex, then $-f$ is concave and vice versa. This is because you just multiply the defining inequality of convexity by $-1$ and it turns the inequality sign around.

For the inverse function there are two cases: Since $f$ is continuous and bijective, it must be either strictly increasing or strictly decreasing. If it is strictly increasing, then its inverse is concave. If it is strictly decreasing, its inverse is convex. An example is again $f(x)=e^{-x}$. This is convex and its inverse function is $f^{-1}(x)=-\log x$, also convex.

0
On

Because you didn't specify the domain and range, assume f is a real function. Also, so the inverse is defined, assume f is one-to-one. Thus f is either increasing or decreasing. Now the inverse of f reflects f about the line y=x. Can you visualize what this reflection does to convex or concave functions?