GroupTheory
IsNormal
test whether one group is contained as a normal subgroup of another
Calling Sequence
Parameters
Description
Examples
Compatibility
IsNormal( H, G )
H
-
a group
G
A group H is a normal subgroup of a group G if H is a subgroup of G, and if it is equal to each of its conjugates: H=Hg, for all g in G.
The IsNormal( H, G ) command tests whether the group H is a normal subgroup of the group G. It returns true if H is normal in G, and returns false otherwise. For some pairs H and G of groups, the value FAIL may be returned if IsNormal cannot determine whether H is a normal subgroup of G.
withGroupTheory:
G≔Symm4
G≔S4
H≔Alt4
H≔A4
IsNormalH,G
true
IsNormalAlt5,G
false
IsSubgroupAlt5,G
G≔Symm5
G≔S5
H≔DihedralGroup5
H≔D5
IsSubgroupH,G
The GroupTheory[IsNormal] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[DihedralGroup]
GroupTheory[IsSubgroup]
GroupTheory[SymmetricGroup]
Download Help Document