Theorem 1.1

For integers k and n such that 0kn, the number of k-permutations of a set of n objects is P(n,k)=n!(nk)!^Definition

Proof

First suppose that k=0.
Then P(n,0) and n!(n0)!=n!n!=1, and hence the result holds
Now assume that 1k, and consider the following counting procedure:

  1. Choose an element for the first position (n choices)
  2. Choose an element for the second position (n1 choices)
  3. Choose an element for the kth position (nk+1 choices)
    So, by the Multiplication Principle, P(n,k)=n(n1)(nk+1)
    n!(nk)!=n(n1)(nk+1)(nk)!(nk)!=n(n1)(nk+1), and hence the result holds true

Note that P(n,n)=n!