GroupTheory/ReducedDegreePermGroup - 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 : GroupTheory/ReducedDegreePermGroup

GroupTheory

  

ReducedDegreePermGroup

  

try to find an isomorphic permutation group of smaller degree

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ReducedDegreePermGroup( G )

Parameters

G

-

PermutationGroup; a permutation group

Description

• 

The ReducedDegreePermGroup( G ) command returns a permutation group isomorphic (as an abstract group) with possibly smaller degree, if one can be found.

Examples

withGroupTheory:

GSmallGroup48,15

G1,23,154,115,106,127,148,139,1617,2818,2719,3820,3721,3422,3323,3224,3125,3626,3529,4030,3941,4842,4743,4644,45,1,32,94,175,166,187,198,2010,2711,1512,2813,2914,3021,4122,4223,3924,4025,4326,4431,4532,4633,3734,3835,4736,48,1,4,6,52,10,12,113,16,18,177,21,25,238,22,26,249,15,28,2713,31,35,3314,32,36,3419,39,43,4120,40,44,4229,37,47,4530,38,48,46,1,62,123,184,57,258,269,2810,1113,3514,3615,2716,1719,4320,4421,2322,2429,4730,4831,3332,3437,4538,4639,4140,42,1,7,82,13,143,19,204,21,225,23,246,25,269,29,3010,31,3211,33,3412,35,3615,37,3816,39,4017,41,4218,43,4427,45,4628,47,48

(1)

DegreeG

48

(2)

RReducedDegreePermGroupG

R2,83,46,79,1011,2012,1913,1614,1517,1821,2422,23,1,23,94,85,106,117,1213,2114,2215,1916,2017,2318,24,1,6,72,11,123,13,144,15,165,17,188,19,209,21,2210,23,24

(3)

DegreeR

24

(4)

It is not always possible to produce an isomorphic permutation group with smaller degree.

GCyclicGroup9

GC9

(5)

DegreeG

9

(6)

RReducedDegreePermGroupG

RC9

(7)

DegreeR

9

(8)

On the other hand, particularly for groups produced either from a finitely presented group (which are often regular), or via a linear or projective action on a vector space, the degree can be reduced substantially.

GMathieuGroup11,form=fpgroup

Ga,ba2,b4,ab2ab2ab2ab2ab2ab2,ababab-1abab2ab-1abab-1ab-1,ababababababababababab

(9)

PPermutationGroupG:

DegreeP

7920

(10)

IsRegularP

true

(11)

RReducedDegreePermGroupP

R1,24,57,910,11,1,2,4,35,6,8,79,1011,12

(12)

DegreeR

12

(13)

See Also

GroupTheory

GroupTheory[Degree]