The recursive formula (nk)=(n1k1)+(n1k)\dbinom{n}{k} = \dbinom{n-1}{k-1} + \dbinom{n-1}{k} is proved by a simple combinatorial argument, distinguishing two cases.

Proof — Tartaglia's formula

Consider a set of nn objects, one of which is “special”. A subset of kk elements either contains the special one or it does not:

  • if it contains it, the remaining k1k-1 are chosen from the other n1n-1: (n1k1)\dbinom{n-1}{k-1} ways;
  • if it does not contain it, all kk are chosen from the other n1n-1: (n1k)\dbinom{n-1}{k} ways.

The sum covers all subsets of kk elements, that is (nk)\dbinom{n}{k}. \blacksquare

Topics: Combinatorics
Concepts: Binomial coefficient · Tartaglia’s triangle
Methods: Tartaglia triangle
Skills: Proving · Reasoning by cases
People: Niccolò Tartaglia