I've seen the following question and solution
Question When is the epigraph of a function a convex cone?
Solution If the function is convex and positively homogeneous $(f(\alpha x) = \alpha f(x)$ for $\alpha \geq 0$).
The solution I came up with was that the function must be the pointwise maximum of a finite number of linear functions, i.e.
$$ f(x) = max(f_1(x), ..., f_n(x)) $$
where $f_1$, ..., $f_n$ are linear.
This lead me to wonder, is the set of functions defined by the pointwise maximum of a finite number of linear functions equivalent to the set of convex positively homogeneous functions? If not, what is wrong with my solution above? Does this equivalence hold for a countably infinite set of linear functions?
Edit
Since this question is derived from epigraphs, I am interested in functions $f: \mathbb{R}^M \rightarrow \mathbb{R}$ and similarly for $f_1, ..., f_n$.
A proper, lsc, convex function $f : \mathbb{R}^n \rightarrow \overline{\mathbb{R}}$ is the pointwise supremum of its affine supports
– mgilbert May 30 '17 at 13:08