GroupTheory
IsTransitive
determine whether a permutation group is transitive
Calling Sequence
Parameters
Description
Examples
Compatibility
IsTransitive( G, domain )
G
-
a permutation group
domain
(optional) a stable set (or list) of positive integers
A permutation group (acting on the set is transitive if, for any and , there is a permutation in for which . Alternatively, is transitive if it has precisely one orbit.
The domain argument, which is optional and is, by default, equal to the support of G, specifies a stable set under the action of G on which to test the transitivity of G.
The IsTransitive( G ) command returns true if the permutation group G is transitive, and returns false otherwise. The group G must be an instance of a permutation group.
The following group is not transitive because it has two orbits.
However, it is transitive on each of its orbits.
The GroupTheory[IsTransitive] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[FrobeniusGroup]
GroupTheory[Orbit]
GroupTheory[PermutationGroup]
GroupTheory[Transitivity]
Download Help Document