Assuming that $A$ is a real symmetric matrix and $(\forall x: \ x^tAx=0)$, is it possible to prove that $A$ is the zero matrix?
I am trying to prove example 2.15 from the Book "Convex Optimization" by Stephen Boyd. The example states that $S^n_+$ is proper cone, when $S^n_+$ is the group containing all symmetric and positive semi-definite (PSD) matrices of size nxn. According to the book, a proper cone has to be pointed, when the term "pointed" is defined by:
$K$ is pointed iff $(x ∈ K\text{ and } −x ∈ K\Longrightarrow x=0)$
I deduced that if $A ∈ S^n_+$ and $-A ∈ S^n_+$ then $(\forall x: \ x^tAx=0)$, but I wasn't sure if it is possible to continue and deduce that $A$ is the zero matrix from that information.
first let $x=e_i,$ the column vector with all zeroes except a single $1$ at position $i.$ Multiply it out, it tells you something very specific.
Then, for each pair $i \neq j,$ let $x = e_i + e_j$