I have a simple doubt, we know that $$\min f(x)=-\max(-f(x)),$$ but suppose we have an optimization problem, say a linear programming problem, such that the objective is to minimize $f(x)$. If we want to write it as a maximization problem, we write it as $\max(-f(x))$. My doubt is, why it will not be $-\max(-f(x))$.
This may be a very silly question, my apologies, but I have always wondered why is it so.