$\{\Phi_n\}$ are independent and identically distributed random variables distributed uniformly on $[0,2\pi]$ and $$B_1 = \frac{1}{\sqrt{N}}\sum_{n=1}^N \cos\Phi_n$$ $$B_2 = \frac{1}{\sqrt{N}}\sum_{n=1}^N \sin\Phi_n,$$ and I want to prove that when $N$ tends to infinity, $B_1$ and $B_2$ are independent of each other. I know this does not sound like a rigorous statement, but I don't know how to put it rigorously.
I think maybe the central limit theorem can be applied here, but I am not sure how.
Comment: I can summon very little intuition about this problem. So I tried a straightforward simulation in R statistical software.
From a simulation of 100,000 iterations, each with n = 20, one can see that the sample correlation of $B_1$ and $B_2$ is consistent with 0 population correlation. Furthermore, no association is evident in the scatterplot.
Note: This is a corrected post. The original had typos in the R code. I regret any inconvenience from posting garbage for an hour.