Suppose $x_i$'s are IID random samples from $d$-dimensional isotropic Gaussian centered at zero and normalized to have $E[\|x\|^2]=1$
Suppose we have $$a=x_1 \\ b=a+x_2 \\ c=b+x_3$$
As $d$ increases, the following is observed
$$\cos(a,c) \approx \cos(a,b)\cos(b,c)$$
Where $$\cos(x,y)=\frac{\langle x, y\rangle}{\|x\| \|y\|}$$
Why?
individual cosine distribution:
We can continue this pprocess with $d=c+x_4$, $e=d+x_5$, and this "three-way" cosine similarity seems to approach integer values among all triplets of vectors


