I want to prove the following equality: $${n \choose 1} - 2{n \choose 2} + 3{n \choose 3} + \dots + (-1)^{n - 1}n{n \choose n} = 0$$ I tried taking the negative terms to the right hand side. The term $k{n \choose k}$ is equal to the number of teams of $k$ members with a captain. Then, proving this equality is equivalent to proving that the number of even teams with a captain is equal to the number of odd teams with a captain. However, I'm pretty stuck here. I know that the number of odd subsets is equal to the number of even subsets. But I don't know how to approach this specific problem. I tried defining a bijection between the even teams and the odd teams but I didn't get anywhere.
Hints would be appreciated. Thanks in advance.
Notice that this is not true for $n=1$.
Following your attempt, picking a team with captain is just picking a captain, and then adding players from the remaining $n-1$ players (this is a combinatorial proof of the equality $k{n\choose k} = n {n-1\choose k-1}$ mentioned in ZAF's answer).
The parity of the team is determined by the parity of the team without the captain. Then use what you already know.