Consider the quadratic function $f(x) = \frac{1}{2}x^tAx + b^tx +c$, where $A\in\mathbb{R}^{n\times n}$ is symmetric, $b\in\mathbb{R}^n$ and $c\in\mathbb{R}$. Let $x$ be a local minimum of $f$. Prove that $x$ is a global minimum of $f$.
From here https://math.stackexchange.com/a/659982/166180 I know that if the hessian is positive then I know the function is convex. If we had this property, the function would have a unique minimum and therefore it'd be the global minimum because the function is convex. But we don't have any information on the hessian.
The only thing I can say is that
$$\nabla f(x) = Ax + b\\\nabla^2f(x) = A$$
since $x$ is a local minimum, $Ax+b = 0$ and $A$ is positive semidefinite. If it were positive definite, I think the problem would be solved, but it isn't. So how should I proceed?
Also where the symmetry of the matrix $A$ is used in all of this?