#Is <X,Y>_P := \Tr(X^H YP) is an inner product?
18 messages · Page 1 of 1 (latest)
Juan Carlos
Nevermind, for positive definiteness we can Cholesky factorize it as $P=L^H L$, then
[\Tr(X^H XL^H L)=\Tr(LX^H XL^H)=\Tr((XL^H)^H(XL^H))]
Is that legit
Then uhhhhhh
Juan Carlos
We have that $\Tr((XL^H)^H(XL^H))=||{XL^H}||^2$, under Frobenius norm
Since that is a norm (not a seminorm), if that is equal to 0 then $XL^H=0$, and then $X=0$ since $L$ is invertible

an inner product is defined over a vector space of matrices, so for addition to make sense they should be the same size
inner products must be conjugate symmetric, so both X^H Y and Y^H X should be defined (i.e. X and Y are square)
X and Y are the same dimension so that's fine