Notes 10
Notes 10
Notes 10
Permutations
Ordered Selections
Combinations
n
m
Induction:
n
m
n
= m 1 + nm1 for 0 < m < n.
1
The induction parameter is a little tricky:
technically it is m(n m), which is 0 for the
basis (only) and decreases in the inductive
step.
n
Use c(n; m) for the inductively de ned m .
Proof is a complete induction on m(n m)
that c(n; m) = n!= (n m)!m! .
Basis: If m(n m) = 0 then m = 0 or m = n.
If m = 0, then n!= (n m)!m! = n!=n! =
1 = c(n; 0).
Note 0! = 1 is the accepted de nition.
Similarly, if m = n, n!= (n m)!m! =
n!=n! = 1 = c(n; n).
Induction: We know c(n; m) = c(n 1; m 1) +
c(n 1; m) (inductive de nition).
Since the induction parameter m(n m) is
less in both terms on the right than on the
left, we may assume
c(n 1; m 1) = (n 1)!= (n m)!(m 1)!
c(n 1; m) = (n 1)!= (n m 1)!m!
Adding the left sides: c(n; m).
Adding right sides: n!= n m)!m! .