Given a nonnegative and convex function $f: \mathcal{D} \rightarrow \mathbb{R}_{+}$, where the domain $\mathcal{D} \subset \mathbb{R}$. Define the inverse of the function $g(x) = \frac{1}{f(x)}$. Is there a condition that $g(x)$ being either convex, quasi-convex, concave, or quasi-concave?
I tried the following functions:
- $f(x)=1, g(x)=1$ is both convex, quasi-convex, concave, and quasi-concave
- $f(x)=x$ for $x\geq0$, $g(x) = \frac{1}{x}$ is convex, quasi-convex, and quasi-concave
- $f(x)=x^2$, $g(x) = \frac{1}{x^2}$ is quasi-concave for $x\in\mathbb{R}$; $g(x)$ is also convex and quasi-convex for $x>0$.
- $f(x)=x^2+1$, $g(x) = \frac{1}{x^2+1}$ is quasi-concave for $x\in\mathbb{R}$; $g(x)$ is not convex but quasi-convex for $x>0$.
- $f(x)=e^x$, $g(x) = e^{-x}$ is convex, quasi-convex, and quasi-concave.
- $f(x)= x^x$, $g(x) = x^{-x}$ is quasi-concave for $x\in\mathbb{R}$.
I have the following conjectures for the condition of quasi-convexity and quasi-concavity:
- $g(x)$ is always quasi-concave if $f(x)$ is convex
- $g(x)$ is quasi-convex if $f(x)$ is monotonically non-decreasing
I wonder if we can prove the above from definition. Also, I could not find a condition so that $g(x)$ being convex or concave.