Given a set of normalized vectors $\mathbf{x}$ and $\mathbf{y}$ of length $N$, with each entry independently sampled from $\mathcal{N}(0,1)$ before being divided by the vector norm.
By running simulations I got this empirical result:
$$var(\mathbf{x}^T\mathbf{y})=\frac{1}{N}$$
Can this be proved?
This can be treated in analogy to Expected value of inner product of uniformly distributed random unit vectors.
By rotational symmetry, we can assume one of the vectors to be a fixed unit vector, say, $\mathbf e_1$. The expected value of the dot product with this vector is $0$ by symmetry. Thus the variance is the expected value of the square. The sum of the squares of the $n$ components is $1$ due to normalization, so by symmetry the expected value for each component must be $\frac1N$.