MaximalNormalSubgroups - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : MaximalNormalSubgroups

GroupTheory

  

NormalSubgroups

  

compute the normal subgroups of a finite group

  

MinimalNormalSubgroups

  

compute the minimal normal subgroups of a finite group

  

MaximalNormalSubgroups

  

compute the maximal normal subgroups of a finite group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

NormalSubgroups( G )

MinimalNormalSubgroups( G )

MaximalNormalSubgroups( G )

Parameters

G

-

a finite group

Description

• 

The NormalSubgroups( G ) command computes the normal subgroups of a finite group G.

• 

The group G must be an instance of a permutation group or a Cayley table group.

• 

The MinimalNormalSubgroups( G ) command computes the minimal normal subgroups of a permutation group G. These are the non-trivial normal subgroups of G that properly contain no other non-trivial normal subgroup of G.

• 

The MaximalNormalSubgroups( G ) command computes the maximal normal subgroups of a permutation group G. These subgroups are proper normal subgroups of G contained properly in no other proper normal subgroup of G.

Examples

(1)

(2)

(3)

The alternating group of degree 5 is simple, so it has only two normal subgroups, itself and the trivial subgroup.

(4)

(5)

(6)

(7)

(8)

(9)

(10)

Observe that the trivial group has neither maximal nor minimal normal subgroups.

(11)

The only maximal normal subgroup of a simple group is the trivial subgroup.

(12)

Moreover, the only minimal normal subgroup of a simple group is the entire group itself.

(13)

The automorphism group of the Clebsch graph contains a perfect normal subgroup of index two.

(14)

(15)

(16)

(17)

(18)

(19)

Since every subgroup of an abelian group is normal, the following example returns the collection of all subgroups of the group.

(20)

(21)

(22)

(23)

(24)

Compatibility

• 

The GroupTheory[NormalSubgroups] command was introduced in Maple 2016.

• 

For more information on Maple 2016 changes, see Updates in Maple 2016.

See Also

GroupTheory

GroupTheory[IsNormal]

 


Download Help Document