File: transgrp.tex

package info (click to toggle)
gap-transgrp 3.6.5-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 58,692 kB
  • sloc: makefile: 120; sh: 9
file content (220 lines) | stat: -rw-r--r-- 9,271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Chapter{The Library of Transitive Groups}

The Transitive Groups Library is created by Alexander Hulpke.
You are free to distribute it, provided that you make no modifications.

The actual groups in the library and their generating sets are due to a
number of authors:
Gregory Butler, John McKay, Gordon
Royle, Alexander Hulpke, John Cannon, Gareth Tracy, and Derek Holt. 

The list of transitive  groups up  to degree 11
was published in \cite{BM83},  the list of degree  12 was published in
\cite{Roy87}, degree 14 and  15 were published in  \cite{Butler93} and
degrees 16--30 were published in \cite{Hulpke96} and \cite{HulpkeTG}.
Degree 32 was published in \cite{CanHolt32}, degrees 34-46 have been
obtained by Derek Holt and Gordon Royle in \cite{HoltRoyle47},
and degree 48 is due to Derek Holt, Gordon Royle, and Gareth Tracy in
~\cite{HoltRoyleTracy48}.
Groups of prime degree of course are primitive and were known long before.

The transitive groups library will contain representatives for all
transitive permutation groups of degree at most  47. Not all degrees might
be yet available in the current release. Due to the total number,
degree 32 and 48 need to be downloaded separately, see section ``Supplemental
Downloads'' below.

Two permutations groups of the same degree are considered to be
equivalent, if there is a renumbering of points, which maps one group into
the other one.
In other words, if they lie in the same conjugacy class under operation
of the full symmetric group by conjugation.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Transitive Permutation Groups}

\>TransitiveGroupsAvailable( <deg> ) F

returns whether the transitive groups groups of degree <deg> are available
for use. This function should be used to test for the scope of the library
available.

\>TransitiveGroup( <deg>, <nr> ) F

returns the <nr>-th transitive  group of degree <deg>.  Both  <deg> and
<nr> must be  positive integers. The transitive groups of equal  degree
are  sorted with  respect to   their  size, so for  example
`TransitiveGroup(  <deg>, 1 )' is a  transitive group  of degree and
size <deg>, e.g, the cyclic  group  of size <deg>,   if <deg> is a
prime.

\>NrTransitiveGroups( <deg> ) F

returns the number of transitive groups of degree <deg> stored in the
library of transitive groups. The function returns `fail' if <deg> is
beyond the range of the library.

The arrangement and the names of the groups of degree up to 15 is the same
as given in \cite{ConwayHulpkeMcKay98}. With the exception of the symmetric
and alternating group (which are represented as `SymmetricGroup' and
`AlternatingGroup') the generators for these groups also conform to this
paper with the only difference that 0 (which is not permitted in {\GAP} for
permutations to act on) is always replaced by the degree.

The arrangement for all degrees is intended to be equal to the arangement
within the system Magma, thus it should be safe to refer to particular
(classes of) groups by their index numbers.

\beginexample
gap> TransitiveGroup(10,22);
S(5)[x]2
gap> l:=AllTransitiveGroups(NrMovedPoints,12,Size,1440,IsSolvable,false);
[ S(6)[x]2, M_10.2(12)=A_6.E_4(12)=[S_6[1/720]{M_10}S_6]2 ]
gap> List(l,IsSolvable);
[ false, false ]
\endexample

\>TransitiveIdentification( <G> ) A

Let <G> be a permutation group, acting transitively on a set  of up to 30
points.  Then `TransitiveIdentification' will return the position of this
group in the transitive  groups library.  This means,  if <G> acts on
$m$ points and    `TransitiveIdentification'  returns $n$,  then <G>   is
permutation isomorphic to the group `TransitiveGroup(m,n)'.

Note: The points moved do *not* need to be [1..<n>], the group
$\langle (2,3,4),(2,3)\rangle$ is considered to be transitive on 3
points. If the group has several orbits on the points moved by it the
result of `TransitiveIdentification' is undefined.


\beginexample
gap> TransitiveIdentification(Group((1,2),(1,2,3)));
2
\endexample

\>MinimalTransitiveIndices( <deg> ) F

returns a list of indices of the transitive groups of degree <deg>, which
are minimally trransitive, i.e. for which every proper subgroup is not
transitive.

\beginexample
gap> MinimalTransitiveIndices(12);
[ 1, 2, 3, 4, 5, 7, 9, 17, 31, 34, 40, 46, 47, 57, 162, 166, 246 ]
\endexample

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Selection Functions}

\>AllTransitiveGroups( <fun1>, <val1>, ... ) F
\>AllLibraryTransitiveGroups( <fun1>, <val1>, ... ) F
\>OneTransitiveGroup( <fun1>, <val1>, ... ) F

These functions take an arbitrary number of pairs (but at least one pair)
of arguments. The first argument in such a pair is a function that can be
applied to the groups in the library, and the second argument is either a
single value that this function must return in order to have  this  group
included in the selection, or a list of such  values. 
It returns all (ore one) group satisfying the parameters:

%notest
\beginexample
gap> AllTransitiveGroups(NrMovedPoints,[10..15],
>                        Size,         [1..100],
>                        IsAbelian,    false    );
\endexample

returns a list of all transitive groups with degree between 10 and 15 and
size less than 100 that are not abelian.

Thus  the `AllTransitiveGroups'  behaves  as if   it was implemented  by a
function similar to the one defined below, where `TransitiveGroupsList' is a
list of all transitive groups.  (Note that in  the definition below we assume
for simplicity that `AllTransitiveGroups' accepts exactly 4 arguments.  It is
of course  obvious how to change this  definition so that the function would
accept a variable number of arguments.)

\begintt
AllTransitiveGroups := function( fun1, val1, fun2, val2 )
local    groups, g, i;
  groups := [];
  for i  in [ 1 .. Length( TransitiveGroupsList ) ] do
    g := TransitiveGroupsList[i];
    if      fun1(g) = val1  or IsList(val1) and fun1(g) in val1
        and fun2(g) = val2  or IsList(val2) and fun2(g) in val2
     then
      Add( groups, g );
    fi;
  od;
  return groups;
end;
\endtt
Note that the real  selection functions are considerably  more difficult,
to improve the efficiency. Most  important, each recognizes a certain set
of properties which are precomputed for the library without having to
compute them anew for each group. This will substantially speed up the
selection process.

The selection functions for the transitive
groups library are `AllTransitiveGroups' and `OneTransitiveGroup'. They
obtain the following properties from the database without having to compute
them anew:

`NrMovedPoints', `Size',   `Transitivity', and `IsPrimitive'.

The function `AllLibraryTransitiveGroups' works the same way as
`AllTransitiveGroups' but does not warn if no degree is specified.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Interfacing with the library}

Only access using the functions described in this manual is promised to
remain stable. Code that wants to use the transitive groups library should
use `TransitiveGroupsAvailable' to establish the data being installed for
the desired degree. (This function has a dummy equivalent in the main {\GAP}
library so that it is always available to return `false'.) Then
`NrTransitiveGroups' should be used to determine the range of valid indices for
the given degree. Routines should not try to access data structures of the
library directly.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Section{Supplemental Downloads}

There are almost 3 million groups of degree 32 and these groups require over
a GB of disk space when uncompressed.
These groups are therefore not part of the package
distribution, but are made available as a supplemental download at 
\begintt
https://www.math.colostate.edu/~hulpke/transgrp/trans32.tgz
\endtt

Simply unpack this archive (which is a tar archive compressed with gzip --
consult your computer administrator on the correct way of unpacking)
in the top folder of the `transgrp' package (this
folder will contain the `PackageInfo.g' file, it will create a folder dat32
containing the groups of degree 32. Once you restart GAP it will
automatically recognize the existence of these groups.

The $195826352$ groups of degree 48 take over 30GB of disk space in
compressed form and thus require a particular download:

Create a folder `dat48' in the top folder of the `transgrp' package. Then
download the 11 files `Trans48Part....tar' from
\begintt
https://zenodo.org/record/5935751
\endtt
and unpack them into this folder. 
*Do not uncompress the resulting `.gz' files*
(You can delete the `.tar' archive files afterwards.)
Once GAP is restarted these groups will be available, but
`TransitiveIdentification' (for groups not created from the library) or
the `AllTransitiveGroups' selector will not work.

Conversion of these groups to GAP is due in part to Jesse Lansdown, whose
help is greatly appreciated

Due to the compressed storage, it is perceivable that the groups of degree 48
do not work under Windows. This has not been tested and no promise for this
particular functionality is made.