GroupTheory
IsPermutable
test whether one group is contained as a permutable subgroup of another
Calling Sequence
Parameters
Description
Examples
Compatibility
IsPermutable( H, G )
IsQuasinormal( H, G )
H
-
a group
G
A group is a permutable (or quasi-normal) subgroup of a group if is a subgroup of , and if it permutes (set-wise) with every other subgroup of in the sense that . Every normal subgroup of a group is permutable, but not conversely.
The IsPermutable( H, G ) command tests whether the group H is a permutable subgroup of the group G. It returns true if H is permutable in G, and returns false otherwise. For some pairs H and G of groups, the value FAIL may be returned if IsPermutable cannot determine whether H is a permutable subgroup of G.
The IsQuasinormal command is an alias for IsPermutable.
This is the smallest example of a group with a permutable, non-normal subgroup.
Permutable subgroups are subnormal.
Of course, all the normal subgroups of a group are permutable.
The GroupTheory[IsPermutable] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
GroupTheory[IsNormal]
GroupTheory[IsSubgroup]
GroupTheory[IsSubnormal]
Download Help Document