Key Takeaways
- The number of permutations of 1 element is 1
- The number of permutations of 2 elements is 2
- The number of permutations of 3 elements is 6
- The symmetric group S_3 has 6 elements, all permutations of 3 objects
- The order of the symmetric group S_n is n! for any n
- S_4 has 24 elements, isomorphic to rotations of tetrahedron plus reflections
- Number of derangements !3 = 2 in S_3
- Number of derangements !4 = 9
- Number of derangements !5 = 44
- Number of cycles of length k in random permutation is Harmonic number approx 1/k
- Expected number of fixed points (1-cycles) in random S_n is 1
- Probability a random permutation is a single n-cycle is (n-1)! / n! = 1/n
- The number of permutations of n objects with exactly k fixed points is the rencontre number D(n,k)
- In probability, the birthday problem uses 1 - P(no collision) ≈ 1 - e^{-n^2/2m}, related to partial derange
- Sorting by reversals: minimal number for random perm is approx n ln n / ln 2 or something, but pancake sorting depth 15/8 n+
Permutation counts grow factorially and quickly become extremely large.
Applications
Applications Interpretation
Cycle Structures
Cycle Structures Interpretation
Derangements
Derangements Interpretation
Fundamental Formulas
Fundamental Formulas Interpretation
Permutation Groups
Permutation Groups Interpretation
Sources & References
- Reference 1ENen.wikipedia.orgVisit source
- Reference 2MATHWORLDmathworld.wolfram.comVisit source
- Reference 3BRITANNICAbritannica.comVisit source
- Reference 4WOLFRAMALPHAwolframalpha.comVisit source
- Reference 5MATHmath.stackexchange.comVisit source
- Reference 6MATHSISFUNmathsisfun.comVisit source
- Reference 7BRILLIANTbrilliant.orgVisit source
- Reference 8OEISoeis.orgVisit source
- Reference 9GROUPPROPSgroupprops.subwiki.orgVisit source
- Reference 10ARXIVarxiv.orgVisit source
- Reference 11PROBABILITYCOURSEprobabilitycourse.comVisit source
- Reference 12ENen.cppreference.comVisit source






