4

What is the average $\mathbb{E}_{\text{Haar}}|\langle\psi|O\psi\rangle|$ of expectation of an arbitrary observable $O$ over the Haar distribution? Let $d$ be the dimension, i.e, the size of $O$. Do we have something similar to $$\mathbb{E}_{\text{Haar}}\langle\psi|O\psi\rangle=\frac{\text{tr}O}{d}?$$

doug doug
  • 41
  • 2

1 Answers1

7

Since a Haar-random $\lvert\psi\rangle=U\lvert0\rangle$ for a Haar-random $U$, your expectation value equals $$ \langle 0 \rvert \Big[\int \mathrm d U\, UOU^\dagger\Big]\lvert0\rangle\ . $$ The integral in the brackets must be proportional to the identity matrix (that's Schur's lemma -- the identity is the only operator which commutes with all unitaries), and the proportionality constant can easily be determined to be $\mathrm{tr}(O)/\mathrm{tr}(\mathrm{Id})=\mathrm{tr}(O)/d$.

Thus, $$ \langle 0 \rvert \Big[\int \mathrm d U\, UOU^\dagger\Big]\lvert0\rangle = \langle 0 \rvert \frac{\mathrm{tr}(O)}{d} \mathrm{Id} \lvert0\rangle = \frac{\mathrm{tr}(O)}{d}\ , $$ as you indeed suspected.

Norbert Schuch
  • 6,521
  • 16
  • 27
  • I know about Schur's Lemma but I fail to see why should the integral commute with all unitaries, is there some simple argument for that that I'm missing? – Tristan Nemoz Apr 14 '22 at 07:33
  • Basically Schur's Lemma says that $I$ is the only matrix which transforms trivially under $X\mapsto UXU^\dagger$. And everything which transforms non-trivially will averge out to zero. – Norbert Schuch Apr 14 '22 at 13:37