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

Online Help

All Products    Maple    MapleSim


GroupTheory

  

IsMalnormal

  

test whether one group is a malnormal subgroup of another

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

IsMalnormal( H, G )

Parameters

H

-

a permutation group

G

-

a permutation group

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

(16)

(17)

Compatibility

• 

The GroupTheory[IsMalnormal] command was introduced in Maple 2019.

• 

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

See Also

GroupTheory

GroupTheory[FrobeniusComplement]

GroupTheory[IsFrobenius]

GroupTheory[IsNormal]

GroupTheory[IsSubgroup]

GroupTheory[SymmetricGroup]

 


Download Help Document