Suppose we have a general quadratic programming problem:
\begin{align} \min_{x}\,\,&c^Tx+\frac{1}{2}x^TQx,\\ \mbox{s.t.}\,\,& Ax=b,\\ &x\geq0, \end{align} where $Q$ is positive semi-definite, $A$ has full column rank. Suppose the problem is feasible.
Is it possible to prove that: if the problem is lower bounded, then there must be a feasible solution $x^{\ast}$ which optimizes the problem?
The problem is in my opinion the lag of positivity in Q. Usually You would start by stating that if the problem is bounded from below we can find a minimizing sequence $(x_{n})_{n\in N}$, such that $$\forall n: x_{n}\hbox{ is feasible, that is: } x_{n}\geq0\wedge Ax_{n}=b \ \forall n\in N$$ Now the question of will the $x_{n}$ converge, has to be answered: Assuming we have this minimizing sequence we know that there is $C>0$ such that $$ c^{T}x_{n}+\tfrac{1}{2}x_{n}^{T}Qx_{n}\leq C\ \forall n\in N. $$ If we could now argue that $x_{n}$ is uniformly bounded (for instance if $Q$ would be positiv definite, we had the postulated property, also if the kernel of $Q$ would be compensated by the equality constraint), we could use Bolzano Weierstrass, to conclude that there is a subsequnce converging to $x_{\infty}$). Then showing that the limit will also be feasible You are almost done. Nevertheless this is not possible here...but maybe it is helpful?