Prove that any LP optimization problem can be transformed into the following form: \begin{align*} \text{minimize} && 0 · x \\ \text{subject to} && Ax &= b\\ && x&\ge 0 \end{align*}
If the LP is feasible, then it has an optimum value of 0
If the LP is not feasible, then it has an optimal value of infinity
0 is zero. I think the above function is not a dual function. How to prove it?