Closed Form for Triangular Numbers/Combinatorial Proof

From ProofWiki
Jump to navigation Jump to search

Theorem

The closed-form expression for the $n$th triangular number is:

$\ds T_n = \sum_{i \mathop = 1}^n i = \frac {n \paren {n + 1} } 2$


Combinatorial Proof




Suppose we have $n + 1$ people who all shake hands with each other person once then we can count how many handshakes occur by counting the handshakes of each person, the first person shakes hands with all other $n$ people, then the second person shakes hands with the remaining $n - 1$ people, which continues until the $n$-th person can only shake hands with the $(n + 1)$-th person, so counting backwards this consists of $\sum_{i = 0}^n i$ handshakes. Similarly, we can count the number of choices of handshakes between any two of the $n + 1$ people, which will be ${n + 1 \choose 2} = \frac{n(n + 1)}{2}$ handshakes, which is our proposed solution to the sum.