We wish to minimize $y^Tb$ subject to $y\ge0$ and $y^TA\ge c^T$.
Why is it true:
if $-c\ge0$ and $b\ge0$, the (obvious) minimizer is $y=0$.
I cannot seem to figure this thing out, albeit the text states that it is obvious. Perhaps I am having one of those days, but I would really appreciate a clarification.
My attempt:
$$y\ge0\land b\ge0\implies y\cdot b\ge0$$ So, if the constraint is met, than the minimum is at $y=0$. Now we must look into the constraint. $$-c\ge0\implies c<0\implies (y=0\implies Ay\ge c)$$
Is this OK?