Few days ago, I found this equation:
$ \sum_{i=1}^n \sum_{j>i} \frac{1}{2} = {n \choose 2} \frac{1}{2} $
I didn't manage to prove it. Does anyone of you know how to prove it?
Few days ago, I found this equation:
$ \sum_{i=1}^n \sum_{j>i} \frac{1}{2} = {n \choose 2} \frac{1}{2} $
I didn't manage to prove it. Does anyone of you know how to prove it?
$\sum_{i=1}^n \sum_{j>i} \frac{1}{2}=\sum_{i=1}^n (n-i) \frac{1}{2} = \big(n^2-\frac{n(n+1)}{2}\big)\frac{1}{2} = {n \choose 2} \frac{1}{2} $
[1] $(n-1) + (n-2) + ... + (n-n)$
[2] $(n^2 - \frac{n(n+1)}{2})$
– user1384636 Oct 17 '14 at 19:25