So given $$\min_ \left.x\in[a,b \right] \left[g(x) + h(x) \right]= \min_{x\in[a,b]} g(x) + \min_{x\in[a,b]}h(x),$$
I am asked to prove or provide a case where this doesn't hold. I should also mention that x $\in$ [a,b] and [a,b] -> $\mathbb{R}$.
I don't really know how to approach this. If I wanted to find a contradiction to this I would simply find some functions g and h constrained to [a, b] and show that their respective minimum values equate. Is this a correct method? If this is in fact true then obviously I have to find a proof and I don't know how to do that either. So yeah, is the above correct and do I have to prove it?
It doesn't hold in general. Consider, for example, $g(x) = x$ and $h(x) = -x$ where $[a,b] = [0,1]$. Thus we obtain the counter-example \begin{align*} \min_{x\in[0,1]}\{g(x) + h(x)\} = \min_{x\in[0,1]}\{0\} = 0 \neq -1 = \min_{x\in[0,1]}\{g(x)\} + \min_{x\in[0,1]}\{h(x)\} \end{align*}