IsMalnormal - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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 H is a malnormal subgroup of a group G if H is a subgroup of G, and if it is has trivial intersection with each of its conjugates by elements not in H: HHg = 1, for all g in GH.

• 

The trivial subgroup and G itself are malnormal in G, but any proper non-trivial subgroup of G cannot be both normal and malnormal in G.

• 

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

withGroupTheory:

GSymm3

GS3

(1)

HSubgroupPerm1,2,G

H1,2

(2)

IsMalnormalH,G

true

(3)

HSubgroupPerm1,2,3,G

H1,2,3

(4)

IsMalnormalH,G

false

(5)

IsNormalH,G

true

(6)

IsMalnormalTrivialSubgroupG,G

true

(7)

IsMalnormalG,G

true

(8)

GSmallGroup72,41:

IsFrobeniusGroupG

true

(9)

HFrobeniusComplementG:

IsMalnormalH,G

true

(10)

GDihedralGroup16

GD16

(11)

HGroupPerm1,9,2,8,3,7,4,6,10,16,11,15,12,14

H1,92,83,74,610,1611,1512,14

(12)

IsSubgroupH,G

true

(13)

IsMalnormalH,G

false

(14)

GPSL2,17:

SSylowSubgroup3,G:

GroupOrderS

9

(15)

IsCyclicS

true

(16)

IsMalnormalS,G

false

(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