$$f(x)=\exp\left\{\max_{i=1,\ldots,n}\left|\log(a_i^Tx)\right| \right\}$$ where $a_i \in \mathbb{R}^m$ and $\operatorname{dom} f = \{x \in \mathbb{R}^m_+ \mid a_i^Tx>0, i = 1,\ldots,n \}$
I know that $|\log(a_i^Tx)|$ is neither convex or concave but is this also the case for $f$? If so how can I show that?
\text{exp}rather than\exp, then instead of $3\exp5$ or $3\exp(5)$ you see $3\text{exp}5$ or $3\text{exp}(5).$ Notice that in $\exp5$ and $\exp(5),$ coded as\exp5and\exp(5)respectively, there is more space to the right of $\exp$ in one of these expressions than in the other. With\text{exp}you don't get context-dependent spacing. – Michael Hardy Jan 24 '21 at 21:11\max_{i=1,\ldots,n}you see $\displaystyle \max_{i=1,\ldots,n}$ (when it's in a "displayed" setting) whereas with\text{max}_{i=1,\ldots,n}you see $\displaystyle \text{max}_{i=1,\ldots,n}. \qquad$ – Michael Hardy Jan 24 '21 at 21:11