I'd like to prove the following:
Given an optimization problem, $\min_{x} f(x)+\rho*P(x)$, as $\rho$ increases, the penalty function evaluated at the optimal value $x^*$, $P(x^*)$ decreases. $x\in \mathcal{R}^n$.
I tried breaking this into different cases for each possible minimum value $x_1^*$ and $x_2^*$ for different problems involving different $\rho$'s where $\rho_1 < \rho_2$:
- i) $f(x_1^*)+\rho_1P(x_1^*)< f(x_2^*)+\rho_2 P(x_2^*)$
- ii) $f(x_1^*)+\rho_1P(x_1^*) > f(x_2^*)+\rho_2 P(x_2^*)$
- iii) $f(x_1^*)+\rho_1P(x_1^*) = f(x_2^*)+\rho_2 P(x_2^*)$
The only obvious case is case iii). I'm having trouble showing $P(x_2^*)<P(x_1^*)$ for the other cases.
Someone give me a hint?