Some properties of the determinant and the trace

419 Views Asked by At

Could anyone please explain steps $\color{red}{(1)}$ and $\color{blue}{(2)}$? :)


enter image description here


A reference to the background of these guys would also be helpful.

2

There are 2 best solutions below

2
On BEST ANSWER

When $X=I+tvv^T$, $YX = Y + tYvv^T = Y + t\lambda vv^T$. Trace is linear, so $$ \operatorname{tr}{(YX)} = \operatorname{tr}{(Y+t\lambda vv^T)} = \operatorname{tr}{Y} + t\lambda \operatorname{tr}{(vv^T)}. $$ Trace is also cyclic, in that $\operatorname{tr}{(AB)}=\operatorname{tr}{(BA)}$, so $\operatorname{tr}{(vv^T)} = \operatorname{tr}{(v^Tv)} = \operatorname{tr}{(\lVert v \rVert_2^2)} = 1$ since this is just a scalar, and the red expression follows.

For the determinant, $\det{(I+tvv^T)}$, since a determinant is invariant under change-of-basis, we can evaluate it using an orthonormal basis where $v$ is the first vector. Then the matrix of $I+tvv^T$ is diagonal with elements $ 1+t , 1,1, \dotsc $, which has determinant $(1+t) \cdot 1 \cdot 1 \cdot \dotsb = 1+t$, which is the blue expression.

3
On

Step $\color{blue}{\boxed{2}}$ uses the Weinstein-Aronszajn determinant identity,

$$\det \left( \,\mathrm I + t \, \mathrm v \mathrm v^\top \right) = \det \left( 1 + t \, \mathrm v^\top \mathrm v \right) = 1 + t \, \| \mathrm v \|_2^2 = \color{blue}{1 + t}$$

because $\| \mathrm v \|_2 = 1$.