I am working on the following exercise:
Consider the LP
$max \ c \cdot x$ with $Ax \le 0$ and $x \ge 0$
Show that either $x=0$ is an optimal solution or the LP is unbounded.
My idea for a proof goes as follows:
We assume that $0$ is not an optimal solution. Now for the sake of contradiction we suppose that $\overline{x}$ is an optimal solution. Now we need to show that we can find a feasible $y$ sucht that $c \cdot y \ge c \cdot x$, but I do not see how to do this. Could you help me?