Properties and identities of binomial coefficients
The binomial coefficient (rn) is more than a number that appears in an expansion. It is a counting object , the number of r-subsets of an n-set , and that combinatorial meaning generates a whole catalogue of identities. We collect the most useful ones here. Every identity has both an algebraic proof (manipulating factorials or expansions) and a combinatorial proof (counting the same thing two ways). Whenever possible, learn both , they protect against memory failures.
Definitions
For non-negative integers 0≤r≤n,
(rn)=r!(n−r)!n!.
We extend the definition by (rn)=0 if r<0 or r>n. The shorthand Cr:=(rn) is common when n is fixed.
Key identities
1. Symmetry. (rn)=(n−rn).
Algebraically obvious from the formula. Combinatorially: choosing r to include is the same as choosing n−r to exclude.
2. Pascal's rule. (rn)=(r−1n−1)+(rn−1) for 1≤r≤n−1.
Algebra: common denominator. Combinatorics: fix one element. Either include it (then choose r−1 from the rest: (r−1n−1) ways) or exclude it (choose r from the rest: (rn−1) ways).
3. Absorption. r(rn)=n(r−1n−1).
Both sides count: choose a committee of r from n with a designated leader. LHS: pick the committee, then the leader. RHS: pick the leader first (n ways), then the rest of the committee ((r−1n−1) ways).
4. Sum of all coefficients. ∑r=0n(rn)=2n.
Set a=b=1 in the binomial theorem. Combinatorial: the total number of subsets of an n-set is 2n, and we partition them by size.
5. Alternating sum. ∑r=0n(−1)r(rn)=0 for n≥1.
Set a=1,b=−1 in the binomial theorem. Combinatorial: an n-set has equally many even- and odd-sized subsets.
6. Sum of squares. ∑r=0n(rn)2=(n2n).
Compare the coefficient of xn on both sides of (1+x)n(1+x)n=(1+x)2n.
7. Sum of even-indexed = sum of odd-indexed. ∑r even(rn)=∑r odd(rn)=2n−1 for n≥1.
Add and subtract identities (4) and (5).
8. Vandermonde's identity. (rm+n)=∑k=0r(km)(r−kn).
Choose r from m+n people: split by how many come from the first group.
Worked examples
Example 1. Show (310)=(710).
By symmetry. Numerically: (310)=120=(710).
Example 2. Prove ∑r=0nr(rn)=n⋅2n−1.
Use absorption: r(rn)=n(r−1n−1). Then
∑r=0nr(rn)=n∑r=1n(r−1n−1)=n∑s=0n−1(sn−1)=n⋅2n−1.\qed
Alternatively, differentiate (1+x)n at x=1.
Example 3. Show ∑r=0n(rn)2=(n2n).
Compare coefficients of xn in (1+x)n(1+x)n and (1+x)2n. On the left,
coeff of xn=∑r=0n(rn)(n−rn)=∑r=0n(rn)2,
by symmetry. On the right, it is (n2n).
Example 4. Prove (0n)+(2n)+(4n)+⋯=2n−1 for n≥1.
Add (1+1)n=∑(rn) and (1−1)n=∑(−1)r(rn). Odd-r terms cancel, even-r terms double:
2∑r even(rn)=2n⇒∑r even(rn)=2n−1.
Example 5. Find the value of (450)+∑r=16(356−r).
Use Pascal repeatedly: (450)+(350)=(451). Then (451)+(351)=(452), and so on. After applying (356−r) for r=6,5,…,1, the sum collapses to (456).
Try it yourself
- Compute (512).
- Show (rn)+(r−1n)=(rn+1) from the factorial definition.
- Prove ∑r=0n(−1)rr(rn)=0 for n≥2.
- Show ∑r=0nr+1(rn)=n+12n+1−1. (Hint: integrate (1+x)n from 0 to 1.)
- Prove that ∑r=0nr2(rn)=n(n+1)2n−2.
- Compute (020)+(220)+(420)+⋯+(2020).
- If (32n):(2n)=44:3, find n.
- Prove (1n)−2(2n)+3(3n)−⋯+(−1)n−1n(nn)=0 for n≥2.
- Show that (rn) is largest when r=⌊n/2⌋ or ⌈n/2⌉.
- Prove Vandermonde's identity combinatorially.
- Find ∑r=1nr(rn)2. (Answer: n(n−12n−1).)
- If C0,C1,…,Cn are coefficients of (1+x)n, prove C0Cr+C1Cr+1+⋯+Cn−rCn=(n−r2n).
Pitfalls / Tricks
- Don't confuse "coefficient of xr" with "the r-th term". The former corresponds to r in the formula; the latter is Tr+1.
- When using Pascal's rule iteratively, the indices must be consecutive , check carefully.
- Many sums of binomial coefficients yield to the trick: evaluate (1+x)n at clever values of x (like 1,−1,i).
- Insight. Every identity here has a combinatorial meaning. If you ever forget the formula, ask: what am I counting?