A function is said to be quasi-convex if $f(\theta x +(1-\theta)y)\leq \max\{f(x), f(y)\}$ for all $x,y$ and $\theta \in [0,1]$. A function is said to be quasi-linear if $f$ and $-f$ are both quasiconvex (e.g $\log$ or $\tanh$, $\sqrt{x}$ are such functions). Given $f_1$ and $f_2$ is quasi-linear, is it true that $f_1+f_2$ is also quasi-linear?
I know it is not true for quasi-convex functions, but could it be for quasi-linear?
I think the answer is no, because if you take $f_1(x)=\sqrt{x}$ and $f_2(x)=-\log(x)$ (which are both quasi-convex) then $f_1+f_2$ is quasi-convex but $-(f_1+f_2)$ is not! Therefore it is not quasi-linear