GroupTheory
IsMalnormal
test whether one group is a malnormal subgroup of another
Calling Sequence
Parameters
Description
Examples
Compatibility
IsMalnormal( H, G )
H
-
a permutation group
G
A group is a malnormal subgroup of a group if is a subgroup of , and if it is has trivial intersection with each of its conjugates by elements not in : = 1, for all in .
The trivial subgroup and itself are malnormal in , but any proper non-trivial subgroup of cannot be both normal and malnormal in .
A group that has a proper non-trivial malnormal subgroup is a Frobenius group, and the malnormal subgroup is a Frobenius complement.
The IsMalnormal( H, G ) command tests whether the group H is a malnormal subgroup of the group G. It returns true if H is malnormal in G, and returns false otherwise. For some pairs H and G of groups, the value FAIL may be returned if IsMalnormal cannot determine whether H is a malnormal subgroup of G.
The GroupTheory[IsMalnormal] command was introduced in Maple 2019.
For more information on Maple 2019 changes, see Updates in Maple 2019.
See Also
GroupTheory[FrobeniusComplement]
GroupTheory[IsFrobenius]
GroupTheory[IsNormal]
GroupTheory[IsSubgroup]
GroupTheory[SymmetricGroup]
Download Help Document