GroupTheory
NormalClosure
construct the normal closure of a subgroup or subset of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
NormalClosure( S, G )
NormalClosure( S )
S
-
a subgroup of G or a set of elements of G
G
a permutation group or a Cayley table group
The normal closure of a subset S in a group G is the smallest normal subgroup of G containing S.
The NormalClosure( G ) command constructs the normal closure of S in G.
The group G must be an instance of a permutation group or a Cayley table group.
If S is a subgroup of a group, then the one-argument form NormalClosure( S ) constructs the normal closure of S in the parent group Supergroup( S ).
The alternating group is simple, so the normal closure of any subset with a non-trivial element is the entire group.
The GroupTheory[NormalClosure] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[GroupOrder]
GroupTheory[IsNormal]
GroupTheory[IsSubgroup]
GroupTheory[RandomElement]
GroupTheory[SylowSubgroup]
GroupTheory[SymmetricGroup]
Perm
Download Help Document