Let $A ∈ \mathbb{R}^{n×n}$ be a symmetric matrix. How can I demonstrate that A is positive definite iff the function $q(x) := x^TAx$ is coercive .
I know the eigenvalues of A have to be positive for a positive definite matrix. But I don't see how this relates to coerciveness.
Does't $x^TAx$ need to be greater than $0$ to be positive definite?
The definition of positive definite is that $x^\top A x > 0$ for all $x \neq 0$.
The definition of coercive is that $x^\top A x > c\lVert x \rVert^2$ for some constant $c >0$.
Obviously, coercive implies positive definite. For the reverse impliciation, I suggest thinking about $x^\top A x$ restricted to the unit sphere. What can you say about its minimum value?
Another approach, if you know it, is to use the real spectral theorem.