Suppose I have two independent problems of the form $\max L(f)$ and $\max L'(g)$ for two objective function $L$ and $L'$. We can assume that the space over which we try to find solutions $f,g$ are well defined and the two solutions exist. How can we prove that this is the same as $$\max_{f,g} L(f) + L'(g)$$
That $\max_{f,g} L(f) + L'(g)\le \max_f L(f) +\max_gL'(g)$ is clear. But how to conclude the other direction if there is no cross dependencies between $L$ and $L'$?