Is matrix $Svv^\top S$ positive semidefinite, given $S$ is symmetric positive semidefinite?

128 Views Asked by At

Is matrix $Svv^\top S$ positive semidefinite, given $S$ is symmetric positive semidefinite? Where $v\in\mathbb{R}^n$, $S\in \mathbb{R}^{n\times n}$

1

There are 1 best solutions below

8
On BEST ANSWER

Yes, if your definition of positive semidefinite includes that $S$ is symmetric. Then $$ Svv^\top S=Svv^\top S^\top=(Sv)(Sv)^\top. $$ $$ A\triangleq (Sv)^\top\quad\Rightarrow\quad (Sv)(Sv)^\top=A^\top A $$ Any matrix of the form $A^TA$ is positive-semidefinite: because if $A$ is $m\times n$, then for any $x$ of size $n\times 1$, $$ x^T(A^TA)x=(Ax)^TAx=y^Ty=\sum_{j=1}^my_j^2\geq0, $$ where $y=Ax$.