0

http://www.maths.qmul.ac.uk/~ob/MTH6121/moddocs/chap1_4.pdf

I'm currently reading over some notes, linked above, and I've come across a difficulty with proposition 1.27(page 12).

Underneath, it says the proof follows from 1.24. I can very easily prove 1.24, but for the life of me cannot get through this one. I just can't fully understand or appreciate where the $X_j$ counter comes from.

I hope that made sense,

Thanks.

user65132
  • 287
  • 1
    Perhaps you can include the proposition 1.24 and 1.27 and its proof so that people can see what the issue is without having to go off-site to look at the document? – Dilip Sarwate Apr 04 '13 at 15:41
  • I'm quite terrible at typing up Maths. If you'd like, I can write it down and take a picture. – user65132 Apr 04 '13 at 15:43

1 Answers1

2

You have $$ Var\left(\sum_{i}X_i\right) = Cov\left(\sum_{i}X_i,\sum_{j}X_j \right)$$ and you use different indices in order to get $X_1 X_2$, $X_1 X_3$ etc. You can't achieve a double sum by using only one index.

EDIT: It's like dealing with $\left(\sum_j X_j\right)^2$ where you use $\left(\sum_j X_j\right)^2 = \left(\sum_j X_j\right)\left(\sum_i X_i\right) = \sum_j\sum_i X_iX_j$ in order to make use of eventual independencies in proofs.