Counting Principles - Main Theorem
The Binomial Theorem is the central result connecting combinatorics with algebra, providing a powerful tool for expanding powers and deriving identities involving binomial coefficients.
DefinitionBinomial Theorem
For any real numbers x and y and any non-negative integer n,
(x+y)n=∑k=0n(kn)xn−kyk
where (kn)=k!(n−k)!n! is the binomial coefficient.
Proof (Combinatorial):
We provide a combinatorial proof by counting the terms in the expansion of (x+y)n=(x+y)(x+y)⋯(x+y) (n factors).
Each term in the expansion is obtained by choosing either x or y from each of the n factors and multiplying these choices together. A term of the form xn−kyk arises by choosing y from exactly k of the n factors and x from the remaining n−k factors.
The number of ways to choose which k factors contribute y is (kn), since we are selecting k positions from n positions. Therefore, the coefficient of xn−kyk is (kn).
Summing over all possible values of k from 0 to n gives:
(x+y)n=∑k=0n(kn)xn−kyk
Proof (Algebraic/Induction):
We prove by induction on n.
Base case: For n=0, (x+y)0=1=(00)x0y0, which is true.
Inductive step: Assume the formula holds for n. We show it holds for n+1:
(x+y)n+1=(x+y)(x+y)n=(x+y)∑k=0n(kn)xn−kyk
Expanding:
=∑k=0n(kn)xn+1−kyk+∑k=0n(kn)xn−kyk+1
Reindexing the second sum (replacing k with k−1):
=∑k=0n(kn)xn+1−kyk+∑k=1n+1(k−1n)xn+1−kyk
The k=0 term from the first sum is (0n)xn+1=xn+1. The k=n+1 term from the second sum is (nn)yn+1=yn+1. For 1≤k≤n, we use Pascal's identity:
(kn)+(k−1n)=(kn+1)
Therefore:
(x+y)n+1=(0n+1)xn+1+∑k=1n(kn+1)xn+1−kyk+(n+1n+1)yn+1
=∑k=0n+1(kn+1)xn+1−kyk
This completes the induction. □
Remark
The binomial theorem has numerous important corollaries. Setting x=y=1 gives ∑k=0n(kn)=2n, the total number of subsets of an n-element set. Setting x=1 and y=−1 gives ∑k=0n(−1)k(kn)=0 for n≥1, showing that there are equally many subsets of even and odd size. The binomial theorem extends to negative and fractional exponents in the generalized binomial theorem, which is fundamental in generating function theory.