Sorry in advance if this question is very simple for some. I need to minimize the sum of positive 2-D functions: $\sum_{i=1}^{N} f_i(k_0,k_1)$, and say that the values that optimize each of these functions are known, i.e., $k_{0,i}, k_{1,i}$. Is there a way to prove that the values $K_0, K_1$ that optimize the sum of the functions above satisfy the following
$\underset{i}{\mathrm{min}} \{k_{1,i}\} \leq K_1 \leq \underset{i}{\mathrm{max}} \{k_{1,i}\}$,
$\underset{i}{\mathrm{min}} \{k_{0,i}\} \leq K_0 \leq \underset{i}{\mathrm{max}} \{k_{0,i}\}$?

