I need to prove that the I and Q of a complex random variable are independent, where: $$I = \sum_n(C_n * \cos(\phi_n))$$ and $$Q = \sum_n(C_n * \sin(\phi_n))$$
$C_n$ are random variables with not further specified distribution, with all $C_n$ independent.
$\phi_n$ are uniform random variables over $[-\pi, \pi]$, all independent from each other and also independent from the $C_n$.
As the sum goes to infinity, the central limit theorem is invoked to model the $I$ and $Q$ components as having the normal distribution, with zero mean. So far, so good.
The part I don't understand however, is that the $I$ and $Q$ components are always taken to also be independent from each other, making them jointly Gaussian.
Unless I am mistaken, for each $n$, $\cos(\phi_n)$ and $\sin(\phi_n)$ are dependent. So how can their sums over all $n$ (with identical values of $C_n$ as factor in both sums) be independent ?
I'd appreciate any help on this, so many thanks in advance!
P.S. the independence of $I$ and $Q$ components is then used in the theory books to model $\sqrt{I^2 + Q^2}$ as a Rayleigh random variable.