Bases: sage.categories.category.Category
The category of permutation groups.
A permutation group is a group whose elements are concretely represented by permutations of some set.
Todo
shall we accept only permutations with finite support or not?
EXAMPLES:
sage: PermutationGroups()
Category of permutation groups
sage: PermutationGroups().super_categories()
[Category of groups]
TESTS:
sage: C = PermutationGroups()
sage: TestSuite(C).run()
alias of FinitePermutationGroups
Return a list of the immediate super categories of self.
EXAMPLES:
sage: PermutationGroups().super_categories()
[Category of groups]