Permutations without Repetition
Definition: Permutation
Theorem: Number of Permutations
Let be a finite set with elements.
The total number of possible permutations of is
NOTATION
PROOF
We go through the process of constructing a permutation.
For the first element of the permutation, we can choose any one of the elements inside . For the second element of the permutation, we can choose only between the remaining elements of , since we already chose one element as our first. In general, for the -th element of the permutation, we can choose between elements, since at the -th step, we have already filled places of the permutation with elements from . Multiplying these possibilities together, we get the stated result.
Permutations with Repetition
Definition: Permutation with Repetition
Theorem: Total Number of Permutations with Repetition
If is a multiset with cardinality , then the total number of permutations with repetition can be calculated via and the multiplicity of each element as follows:
NOTATION
Since this number depends only on the cardinality and multiplicities but does not depend on the elements themselves, we call the above number the total number of permutations with repetition of class and denote it by
PROOF
TODO