Let $A\in R^{n\times n}$ be a symmetric positive definite matrix and $b\in R^n$. Define $f:R^n\to R$ by $f(x)=\frac{1}{2}x^TAx-b^Tx$. Show that $f$ is strictly convex and has exactly one global minimum.
I've managed to prove that $f$ is strictly convex through some messy calculation. But I only need the fact that $A$ is positive definite to show convexity. So I suppose to prove there exists a global minimum I need to use $A$ being symmetric. How do I do that? And since $f$ strictly convex, if it has a minimum, it will be unique, right?