If I have a quadratic program of the form
$$\min \frac 12 x^T Q x - \langle b,x \rangle$$
and there does not exist a solution, then what is the optimal value?
My intuition tells me that it is negative infinity! beause that's what would happen if the $Q$ matrix were indefinite. But I cannot prove it to myself, even though intuitively this makes sense to me. How would one go about proving that the optimal value must be $-\infty$?
If There does not exist a solution to $min h(x)$, then $h(x)$ must not be a coercive function. Which means Q must not be positive semi definite. That means that there exists at least one negative eigenvalue, which means the problem is unbounded below.