I am kindly requesting a proof to the following theorem-lemma found in my Optimization notes without proof :
Consider the quadratic function $f:\mathbb R^n \to \mathbb R, \; f(x) = \frac{1}{2}x^TAx -b^Tx.$ If the matrix $A$ is symmetrical and positive definite, the function $f$ is strictly convex and also if $\|x_n\| \to \infty$ then $f(\| x_n \|) \to \infty$.
If we let $\phi(t) = f(x_0+t(x_1-x_0)) $, then $\phi''(t) = \langle x_1-x_0, A(x_1-x_0) \rangle > 0$, hence $f$ is strictly convex.
If $A>0$ then there is some $c>0$ such that $\langle x , Ax \rangle \ge c \|x\|^2$ for all $x$. Then $f(x) \ge { 1\over 2} c \|x\|^2 - \|b\| \|x\|$. If we choose $\|x\| \ge 2 { ( 1+\|b\| ) \over c}$ then $f(x) \ge \|x\|$ from which it follows that $\lim_{\|x\| \to \infty} f(x) = \infty$.