1

I suspect the following relation is true for random variable in $\mathbb{R}^d$ can someone suggest a way of proving it?

$$E[xx'\otimes xx'] \succ E[xx']\otimes E[xx']$$

Using Loewner order symbol $\succ$ and Kronecker product symbol $\otimes$

Yaroslav Bulatov
  • 6,199
  • 2
  • 28
  • 42

1 Answers1

3

Rewrite $xx'$ as a $d^2$-vector $y$. The elements of $(xx') \otimes (xx')$ are the elements of $yy'$, with the same permutation $P$ applied to rows and columns.

Let $a$ be a unit $d^2$-vector. Then as scalars $$E[a'yy'a]\geq a'E[y]E[y]'a$$ regardless of $a$, and so $$E[yy']\succ E[y]E[y]'$$ in the Loewner order. Call the permutation $P$. We have $$E[P(xx') \otimes (xx')P']\succ PE[(xx')] \otimes E(xx')P']$$ and the permutation doesn't affect the Loewner ordering.

Thomas Lumley
  • 38,062