Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563500 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%
3
%W intro.tex GAP documentation D�rte Feichtenschlager
4
%%
5
%H $Id: intro.tex, v0.5 2010/05/31 09:30:00 gap SymbCompCC $
6
%%
7
8
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9
\Chapter{Introduction}
10
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12
\Section{Overview}
13
14
The coclass of a finite $p$-group of order $p^n$ and nilpotency class $c$ is
15
defined as $n-c$. This invariant of finite $p$-groups has been introduced by
16
Leedham-Green and Newman in \cite{LGN80} and it became of major importance
17
in $p$-group theory.
18
19
A first tool in the classification of all $p$-groups of coclass $r$ is the
20
coclass graph $G(p,r)$. Its vertices are the isomorphism types of finite
21
$p$-groups of coclass $r$. Two vertices $G$ and $H$ are joined by an edge if
22
$G$ is isomorphic to the quotient $H/\gamma(H)$ where $\gamma(H)$ is the last
23
non-trivial term of the lower series of $H$.
24
25
Du Sautoy \cite{dS00} and Eick and Leedham-Green \cite{ELG08} proved that
26
$G(p,r)$ contains certain periodic patterns. Eick and Leedham-Green
27
\cite{ELG08} define infinite coclass sequences of finite $p$-groups of
28
coclass $r$ which underpin this periodic pattern. In $G(2,r)$ and $G(3,1)$
29
almost all groups are contained in an infinite coclass sequence.
30
31
Eick and Leedham-Green \cite{ELG08} also proved that the infinitely many
32
$p$-groups in an infinite coclass sequence can be defined by a single
33
parametrised presentation.
34
35
The first aim of this package is the definition of polycyclic parametrised
36
presentations; these are parametrised presentations as defined by Eick
37
and Leedham-Green \cite{ELG08} and additionally they have various features
38
of polycyclic presentations. Each such presentation defines all the
39
infinitely many finite $p$-groups in an infinite coclass sequence.
40
41
We then provide some algorithms to compute with polycyclic parametrised
42
presentations. In particular, we introduce a generalisation of the
43
collection algorithm for polycyclic parametrised presentations. Based
44
on this, we describe algorithms to compute polycyclic parametrised
45
presentations for Schur extensions, for the Schur multiplicator and
46
for some low-dimensional cohomology groups. We refer to \cite{EF11}
47
for details on the underlying algorithms and further references.
48
49
Finally, we exhibit a database of polycyclic parametrised presentations
50
for the infinite coclass families of the finite $2$-groups of coclass at
51
most $2$ and the finite $3$-groups of coclass $1$.
52
53
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54
\Section{Background on (polycyclic) parametrised presentations}
55
56
In this section we describe the polycyclic parametrised presentations
57
(pp-presentations) for infinite coclass sequences.
58
59
Let $(G_x | x\in \N)$, where $\N$ denotes the natural numbers, be an
60
infinite coclass sequence; $x$ is the parameter of this infinite coclass
61
sequence. Then every group $G_x$ is an extension of a finite $p$-group $P$
62
of order $p^n$ by an abelian $p$-group $T_x$ of rank $d$. Furthermore, every
63
$G_x$ has a polycyclic presentation (short pp-presentation) on generators
64
$g_1, \ldots, g_n, t_1, \ldots, t_d$ with relations of the form
65
%display{nontext}
66
$$
67
\eqalign{
68
&g_i^{p} = g_{i+1}^{a_{i,i,i+1}} \cdots g_n^{a_{i,i,n}}t_1^{\alpha_{i,i,1}(x)} \cdots t_d^{\alpha_{i,i,d}(x)}, \cr
69
&g_i^{g_j} = g_{j+1}^{a_{i,j,j+1}} \cdots g_n^{a_{i,j,n}}t_1^{\alpha_{i,j,1}(x)} \cdots t_d^{\alpha_{i,j,d}(x)}, \cr
70
&t_k^{g_i} = t_1^{b_{k,i,1}(x)} \cdots t_d^{b_{k,i,d}(x)}, \cr
71
&t_k^{t_l} = t_k, \cr
72
&t_k^{p^{x+e}} = 1,
73
}
74
$$
75
%display{text}
76
%g_i^p = g_{i+1}^{a_{i,i,i+1}} ... g_n^{a_{i,i,n}}t_1^{\alpha_{i,i,1}(x)}... t_d^{\alpha_{i,i,d}(x)},
77
%g_i^{g_j} = g_{j+1}^{a_{i,j,j+1}} ... g_n^{a_{i,j,n}}t_1^{\alpha_{i,j,1}(x)}... t_d^{\alpha_{i,j,d}(x)},
78
%t_k^{g_i} = t_1^{b_{k,i,1}(x)}... t_d^{b_{k,i,d}(x)},
79
%t_k^{t_l} = t_k,
80
%t_k^{p^{x+e}} = 1,
81
%enddisplay
82
where $1\le j \< i\le n$ and $1 \le k \< l\le d$; certain $a_{i,j,m}\in \{0,
83
\ldots, p-1\}$, a non-negative integer $e$, $\alpha_{k,l,m}(x)$ of the form
84
$c_{k,l,m}+p^xd_{k,l,m}$ and $b_{k,l,m}$ with $b_{k,l,m},c_{k,l,m},d_{k,l,m}$
85
certain $p$-adic integers. The $p$-adic exponents arising in the relations
86
can be reduced modulo the relative orders of the involved elements and thus
87
can be reduced to integers for every specific $x$.
88
89
We call such a pp-presentation $integral$ if
90
all the $p$-adic numbers $b_{k,l,m}, c_{k,l,m}, d_{k,l,m}$ are integers.
91
Our algorithms introduced in this package compute with integral
92
pp-presentations only.
93
94
We call such an pp-presentation $consistent$ if for every $x \in \N$
95
the presentation is consistent as a polycyclic presentation; where we
96
possibly reduce the exponents in the presentation modulo the relative
97
orders of the generators.
98
99
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
100
\Section{Computation of Schur multiplicators}
101
102
In this section we recall briefly the method of \cite{EF11} to determine
103
the Schur multiplicators of almost all groups $G_x$ in an infinite coclass
104
sequence.
105
106
Suppose we are given a consistent integral pp-presentation $F/R_x$ for the
107
groups $G_x$ in an infinite coclass sequence, where $F$ is a free group and
108
$R_x$ is generated by parametrised relations as above. Note that the
109
exponents in these relations depend on $x$, while the number of generators
110
and the number of relations does not depend on the parameter.
111
112
Using this presentation we can define a parametrised presentation for the
113
Schur extensions $G_x^{*} = F/[F,R_x]$, corresponding to the parametrised
114
presentation $F/R_x$. The next step is to find the isomorphism types of
115
$Y_x = R_x/[F,R_x]$ since $M(G_x) \cong (F^\prime \cap R_x)/[F,R_x]$ are the
116
torsion subgroups of $Y_x$ as all $G_x$ are finite <p>-groups.
117
118
Then $Y_x = R_x/[F,R_x]$ are generated by certain so-called
119
consistency relations. Using this we can compute the isomorphism types of
120
$Y_x$ and thus the isomorphism types of $M(G_x)$ for almost all $G_x$ in the
121
chosen infinite coclass sequence.
122
123
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
124
\Section{Computation of low-dimensional cohomology}
125
126
From the parametrised presentation $F/R_x$ we can see that the Abelian
127
invariants are the same for all groups $G_x$ in an infinite coclass sequence,
128
and we can compute them. Using this and the computation of the Schur
129
multiplicators one obtains $H^n(G_x,\Z)$ and $H^n(G_x,GF(p))$ for $0 \le n
130
\le 2$, where the $G_x$ act trivially on $\Z$ and $GF(p)$, respectively.
131
132
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
133
\Section{Example}
134
135
In this section we present the well-known example of quaternion groups
136
$Q_{2^{x+3}}$. It is well known that they have a parametrised presentation of
137
the following form:
138
139
%display{nontext}
140
$$
141
\eqalign{
142
\{ g_1,g_2,t_1 | &\, g_1^{2} = t_1^{2^x}, \, g_2^{g_1} = g_2t_1^{-1+2^{x+1}},\cr
143
&\, g_2^{2} = t_1, \, t_1^{g_1} = t_1^{-1+2^{x+1}},\cr
144
&\, t_1^{2^{x+1}} = 1 \}.
145
}
146
$$
147
%display{text}
148
% { g_1,g_2,t_1|g_1^2 = t_1^{2^x}, g_2^{g_1} = g_2t_1^{-1+2^{x+1}},
149
% g_2^{2} = t_1, t_1^{g_1} = t_1^{-1+2^{x+1}},
150
% t_1^{2^{x+1}} = 1 }.
151
%enddisplay
152
153
Using this we can define the Schur extensions $Q_{2^{x+3}}^{*}$
154
155
%display{nontext}
156
$$
157
\eqalign{
158
\{ g_1,g_2,t_1,c_1, c_2, c_3 | &g_1^{2} = t_1^{2^x}c_3,
159
\, g_2^{g_1} = g_2t_1^{-1+2^{x+1}}c_2^{1-2^{x+1}},\cr
160
&\, g_2^{2} = t_1c_1,\, t_1^{g_1} = t_1^{-1+2^{x+1}}c_2^{2-2^{x+1}},\cr
161
&\, t_1^{2^{x+1}} = c_2^{2^{x+1}}, \cr
162
&\, c_1,c_2,c_3 central \}.
163
}
164
$$
165
%display{text}
166
% { g_1,g_2,t_1,c_1,c_2,c_3|g_1^{2} = t_1^{2^x}c_3,
167
% g_2^{g_1} = g_2t_1^{-1+2^{x+1}} c_2^{1-2^{x+1}},
168
% g_2^{2} = t_1c_1,
169
% t_1^{g_1} = t_1^{-1+2^{x+1}} c_2^{2-2^{x+1}},
170
% t_1^{2^{x+1}} = c_2^{2^{x+1}},
171
% c_1,c_2,c_3 central }.
172
%enddisplay
173
174
This yields $M(Q_{2^{x+3}}) = 1$.
175
176