I have the following problem: Consider the quadratic function $f(x) = \frac{1}{2}x^{T}Ax + b^{T}x$ with $A \in \mathbb{R}^{n×n}$ symmetrical and $b\in \mathbb{R}^{n}$. Show that if $f$ is limited iinferiorly, then $A$ is semi-defined positive and $f$ has global minimizer. What I've done so far: indeed if $A$ is not positive semidefinite then there exists some $u\in\Bbb{R}^{n\times n}$ such that $u^{\top}Au<0$. Let $C_0:=u^{\top}Au$ and $C_1:=b^{\top}u$ so that $f(u)=C_0+C_1$, and for every scalar $k\in\Bbb{R}$ you have $$f(ku)=(ku)^{\top}A(ku)+b^{\top}(ku)=k^2(u^{\top}Au)+k(b^{\top}u)=C_0k^2+C_1k.$$ Because $C_0<0$ it follows that $\lim_{k\to\infty}f(ku)=-\infty$, contradicting the assumption that $f$ is bounded below.
My question is, how do I prove that $f$ has a global minimizer? Would I have to do the function gradient?