I am trying to prove the above result. I can show one direction but am having trouble with the direction "unique minimum implies positive definite".
Edit: I have seen related questions such as Quadratic Function must be positive definite to have a unique minimum
Unfortunately, I cannot use any results about convex functions as I have not covered that content yet. The tools I have are the gradient, hessian, sufficient/necessary conditions for optimality, and Taylor's theorem.
I know that if we have a unique minimum, $x^*$, we necessarily have $\nabla f(x^*) = Qx^*+p = 0$, $\nabla^2 f(x) = Q \geq 0$ and $f(x) > f(x^*)$ for all $x \not= x^*$. Past this, I have not made progress.