0

I know the RHS is ${n}\choose 2$ and I'm suppose to think to the LHS as a pair but I'm not sure how exactly I'm suppose to decomposition it

2 Answers2

1

You’re counting $2$-element subsets of $\{0,1,\ldots,n-1\}$. The righthand side counts them all at once. The $i$-th term on the lefthand side counts the number of pairs having $i$ as larger member.

Brian M. Scott
  • 616,228
0

Recall Pascal's triangle and the Hockey-stick identity to sum along the $1+2+3+\dots+n$ diagonal.