GroupTheory
ReducedDegreePermGroup
try to find an isomorphic permutation group of smaller degree
Calling Sequence
Parameters
Description
Examples
ReducedDegreePermGroup( G )
G
-
PermutationGroup; a permutation group
The ReducedDegreePermGroup( G ) command returns a permutation group isomorphic (as an abstract group) with possibly smaller degree, if one can be found.
with⁡GroupTheory:
G≔SmallGroup⁡48,15
G≔1,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
Degree⁡G
48
R≔ReducedDegreePermGroup⁡G
R≔2,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
Degree⁡R
24
It is not always possible to produce an isomorphic permutation group with smaller degree.
G≔CyclicGroup⁡9
G≔C9
9
R≔C9
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.
G≔MathieuGroup⁡11,form=fpgroup
G≔⁢a,b⁢∣⁢a2,b4,a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2⁢a⁢b2,a⁢b⁢a⁢b⁢a⁢b-1⁢a⁢b⁢a⁢b2⁢a⁢b-1⁢a⁢b⁢a⁢b-1⁢a⁢b-1,a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢
P≔PermutationGroup⁡G:
Degree⁡P
7920
IsRegular⁡P
true
R≔ReducedDegreePermGroup⁡P
R≔1,24,57,910,11,1,2,4,35,6,8,79,1011,12
12
See Also
GroupTheory[Degree]
Download Help Document