Let $A$ be a given $m$ x $n$ matrix, and $c\in R^n$ and $b\in R^m$ be given vectors. Use LP duality theory to show that if the problem $$\min\{x^Tx: Ax=b, x\geq0\}$$ has a finite optimal solution, then the following problem $$\min\{c^Tx: Ax=u, x\geq 0\} $$ cannot be unbounded, no matter what value $u$ might take.
When it says that it has a finite optimal solution, does that mean the problem is infeasible? I am guessing it doesn't so if the first one has an optimal solution then that means the second one has an optimal solution.
If the first one is unbounded then the second cant be unbounded right? But how do I prove that the first one is unbounded? If it even is..