Let $X_1,\ldots,X_n$ independent normally distributed random variables with variance $\sigma_1^2,\ldots \sigma_n^2 \in [0, \infty) $. Further more let $\alpha_1,\dots,\alpha_n,\beta_1,\dots,\beta_n$ numbers with $\sum_{k=1}^n \sigma_k^2 \alpha_k\beta_k=0$. Show that $X:=\sum X_k \alpha_k$ , $Y:=\sum X_k \beta_k$ are independent.
In general $cov(X,Y)=0$ does not implicate independence, but I am wondering if $cov(X,Y)=0$ in this case would implicate independence. But I am not able to proove it. My attempt so far:
$$cov(X,Y)=E[(X-E[X])(Y-E[Y])=E[XY]-E[X]E[Y]=E[(\sum X_k\alpha_k)(\sum X_k\beta_k)-E[\sum X_k\alpha_k]E[\sum X_k\beta_k]=E[\sum X_k\alpha_k\sum X_k\beta_k]-\sum \alpha_kE[X_k]\sum \beta_kE[X_k]=0 \textrm{ by expansion of the product. }$$ But I am not able to continue. Especially I do not know where to use $\sum_{k=1}^n \sigma_k^2 \alpha_k\beta_k=0$ Does my attempt has any content or am I on the wrong track? Comments and help are welcome!