If $\{J_n\}$ is an array of a convex functions on a convex set $U$ and $G(u)=\sup J_i(u), u\in U$, how to show that $G(u)$ is convex too?
I've done this, but I am not sure about properties of a supremum.
Since $U$ is convex, $\alpha x +(1-\alpha) y)\in U$ for all $x,y\in U$.
If $G$ is convex, than it would be $G(\alpha x +(1-\alpha) y)\leq \alpha G(x)+(1-\alpha) G(y)$ i.e. $\sup J_i(\alpha x +(1-\alpha) y)\leq \alpha \sup J_i(x)+(1-\alpha) \sup J_i(y)$.
So, I've done this
$G(\alpha x +(1-\alpha) y)=\sup J_i(\alpha x +(1-\alpha) y)\leq sup \{\alpha J_i(x)+(1-\alpha)J_i(y)\}\leq \alpha \sup J_i(x)+(1-\alpha) \sup J_i(y)=\alpha G(x)+(1-\alpha) G(y)$.
Is this ok?