PermutationListQ
PermutationListQ[expr]
returns True if expr is a valid permutation list and False otherwise.
Examples
open allclose allScope (2)
PermutationListQ works efficiently with large permutation lists:
The empty list is considered a permutation list of length and degree 0:
Properties & Relations (4)
RandomSample[Range[n]] always gives a valid permutation list:
A possible, but less efficient, Wolfram Language implementation:
Validity of permutations in cyclic form is checked with PermutationCyclesQ. A permutation list can always be obtained as a permutation of the elements in canonical order using Permute:
Ordering always returns a permutation list, even if the elements of the expression are repeated:
Text
Wolfram Research (2010), PermutationListQ, Wolfram Language function, https://reference.wolfram.com/language/ref/PermutationListQ.html.
CMS
Wolfram Language. 2010. "PermutationListQ." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PermutationListQ.html.
APA
Wolfram Language. (2010). PermutationListQ. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PermutationListQ.html