Possible Duplicate:
Proof for formula for sum of sequence $1+2+3+\ldots+n$?
I have a question:
Show that $$1+2 + \cdots+ n = \binom{n+1}{2}$$
This is a combinatorial proof. Here is my thinking:
Proof. ($\Leftarrow$): Suppose we have $n+1$ objects labeled $1$ to $n+1$. Then there are $n$ ways to pair $1$ with the other objects, $n-1$ ways to pair $2$ with the other objects (since $12$ is the same as $21$), etc.
Is that correct? How would we do the other direction?