I am working on a general LP exercise, and am having issues with proving the following:
I have a general minimization problem that looks like this:
$$\text{Minimum Problem} = \begin{cases} \text{min } \ \ \ C(r,h) \\ \text{s.t.:}\ \ SA(r,h)>0\\ \ \ \ \ \ \ \ \ \ \ \ C(r,h)>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ r>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ h>0\\ \ \ \ \ \ \ \ \ \ \ \ V(r,h)=20 \end{cases} $$
and want to show it as a general maximization problem, to which I believe looks like:
$$\text{Maximum Problem} = \begin{cases} \text{max } \ -C(r,h) \\ \text{s.t.:}\ \ \ \ \ SA(r,h)>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ C(r,h)>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ r>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ h>0\\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ V(r,h)= 20 \end{cases} $$
But (if this is right) I don't know how to prove it or how to show it can't be done... any ideas would be so helpful.