Goto Chapter: Top 1 2 3 4 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

4 Example computations with almost crystallographic groups
 4.1 Example computations I
 4.2 Example computations II
 4.3 Example computations III

4 Example computations with almost crystallographic groups

4.1 Example computations I

Using the functions available for pcp groups in the Polycyclic package it is now easy to redo some of the calculations of [Dek96]. As a first example we check whether the groups indicated as torsion free in [Dek96] are also determined as torsion free ones by GAP. In [Dek96] these almost Bieberbach groups are listed as AB-groups. So for type 013 these are the groups with parameters \((k,0,1,0,1,0)\) where \(k\) is an even integer. Let's look at some examples in GAP:

gap> G:=AlmostCrystallographicPcpDim4("013",[8,0,1,0,1,0]);
Pcp-group with orders [ 2, 2, 0, 0, 0, 0 ]
gap> IsTorsionFree(G);
true
gap> G:=AlmostCrystallographicPcpDim4("013",[9,0,1,0,1,0]);
Pcp-group with orders [ 2, 2, 0, 0, 0, 0 ]
gap> IsTorsionFree(G);
false

Further, there is also some cohomology information in the tables of [Dek96]. In fact, the groups in this library were obtained as extensions \(E\) of the form

\[ 1 \rightarrow ℤ \rightarrow E \rightarrow Q \rightarrow 1 \]

where, in the 4-dimensional case \(Q = E/\langle d \rangle\). The cohomology information for the particular example above shows that the groups determined by a parameter set \((k_1,k_2,k_3,k_4,k_5,k_6)\) are equivalent as extensions to the groups determined by the parameters \((k_1, k_2 \bmod 2, k_3 \bmod 2, k_4 \bmod 2, k_5 \bmod 2, 0)\). This is also visible in finding torsion:

gap> G:=AlmostCrystallographicPcpDim4("013",[10,0,2,0,1,0]);
Pcp-group with orders [ 2, 2, 0, 0, 0, 0 ]
gap> IsTorsionFree(G);
false
gap> G:=AlmostCrystallographicPcpDim4("013",[10,0,3,0,1,9]);
Pcp-group with orders [ 2, 2, 0, 0, 0, 0 ]
gap> IsTorsionFree(G);
true

4.2 Example computations II

The computation of cohomology groups played an important role in the classification of the almost Bieberbach groups in [Dek96]. Using GAP, it is now possible to check these computations. As an example we consider the 4-dimensional almost crystallographic group of type 85 on page 202 of [Dek96]. This group \(E\) has 6 generators. In the table, one also finds the information

\[ H^2(Q,ℤ) = ℤ \oplus (ℤ_2)^2 \oplus ℤ_4 \]

for \(Q=E/\langle d \rangle\) as above. Moreover, the \(Q\)-module \(ℤ\) is in fact the group \(\langle d \rangle\), where the \(Q\)-action comes from conjugation inside \(E\). In the case of groups of type 85, \(ℤ\) is a trivial \(Q\)-module. The following example demonstrates how to (re)compute this two-cohomology group \(H^2(Q,ℤ)\).

gap> G:=AlmostCrystallographicPcpGroup(4, "085", false);
Pcp-group with orders [ 2, 4, 0, 0, 0, 0 ]
gap> GroupGeneratedByd:=Subgroup(G, [G.6] );
Pcp-group with orders [ 0 ]
gap> Q:=G/GroupGeneratedByd;
Pcp-group with orders [ 2, 4, 0, 0, 0 ]
gap> action:=List( Pcp(Q), x -> [[1]] );
[ [ [ 1 ] ], [ [ 1 ] ], [ [ 1 ] ], [ [ 1 ] ], [ [ 1 ] ] ]
gap> C:=CRRecordByMats( Q, action);;
gap> TwoCohomologyCR( C ).factor.rels;
[ 2, 2, 4, 0 ]

This last line gives us the abelian invariants of the second cohomology group \(H^2(Q,ℤ)\). So we should read this line as

\[ H^2(Q,ℤ) = ℤ_2 \oplus ℤ_2 \oplus ℤ_4 \oplus ℤ \]

which indeed coincides with the information in [Dek96].

4.3 Example computations III

As another application of the capabilities of the combination of AClib and Polycyclic we check some computations of [DM01].

Section 5 of the paper [DM01] is completely devoted to an example of the computation of the \(P\)-localization of a virtually nilpotent group, where \(P\) is a set of primes. Although it is not our intention to develop the theory of \(P\)-localization of groups at this place, let us summarize some of the main results concerning this topic here.

For a set of primes \(P\), we say that \(n \in P\) if and only if \(n\) is a product of primes in \(P\). A group \(G\) is said to be \(P\)-local if and only if the map \(\mu_n:G\rightarrow G: g \mapsto g^n\) is bijective for all \(n \in P'\), where \(P'\) is the set of all primes not in \(P\). The \(P\)-localization of a group \(G\), is a \(P\)-local group \(G_P\) together with a morphism \(\alpha :G \rightarrow G_P\) which satisfy the following universal property: For each \(P\)-local group \(L\) and any morphism \(\varphi: G \rightarrow L\), there exists a unique morphism \(\psi:G_P \rightarrow L\), such that \(\psi \circ \alpha = \varphi\).

This concept of localization is well developed for finite groups and for nilpotent groups. For a finite group \(G\), the \(P\)-localization is the largest quotient of \(G\), having no elements with an order belonging to \(P'\) (the morphism \(\alpha\), mentioned above is the natural projection).

In [DM01] a contribution is made towards the localization of virtually nilpotent groups. The theory developed in the paper is then illustrated in the last section of the paper by means of the computation of the \(P\)-localization of an almost crystallographic group. For their example the authors have chosen an almost crystallographic group \(G\) of dimension 3 and type 17. For the set of parameters \((k_1,k_2,k_3,k_4)\) they have considered all cases of the form \((k_1,k_2,k_3,k_4)=(2,0,0,k_4)\).

Here we will check their computations in two cases \(k_4=0\) and \(k_4=1\) using the set of primes \(P=\{2\}\). The holonomy group of these almost crystallographic groups \(G\) is the dihedral group \({\cal D}_6\) of order 12. Thus there is a short exact sequence of the form

\[ 1 \rightarrow Fitt(G) \rightarrow G \rightarrow {\cal D}_6 \rightarrow 1. \]

As a first step in their computation, Descheemaeker and Malfait determine the group \(I_{P'}{\cal D}_6\), which is the unique subgroup of order 3 in \({\cal D}_6\). One of the main objects in [DM01] is the group \(K=p^{-1} (I_{P'}{\cal D}_6)\), where \(p\) is the natural projection of \(G\) onto its holonomy group. It is known that the \(P\)-localization of \(G\) coincides with the \(P\)-localization of \(G/\gamma_3(K)\), where \(\gamma_3(K)\) is the third term in the lower central series of \(K\). As \(G/\gamma_3(K)\) is finite in this example, we exactly know what this \(P\)-localization is. Let us now show how GAP can be used to compute this \(P\)-localization in two cases:

First case: The parameters are \((k_1,k_2,k_3,k_4)=(2,0,0,0)\)

gap> G := AlmostCrystallographicPcpGroup(3, 17, [2,0,0,0] );
Pcp-group with orders [ 2, 6, 0, 0, 0 ]
gap> projection := NaturalHomomorphismOnHolonomyGroup( G );
[ g1, g2, g3, g4, g5 ] -> [ g1, g2, id, id, id ]
gap> F := HolonomyGroup( G );
Pcp-group with orders [ 2, 6 ]
gap> IPprimeD6 := Subgroup( F , [F.2^2] );
Pcp-group with orders [ 3 ]
gap> K := PreImage( projection, IPprimeD6 );
Pcp-group with orders [ 3, 0, 0, 0 ]
gap> PrintPcpPresentation( K );
g1^3 = id 
g2 ^ g1 = g2^-1 * g3^-1
g3 ^ g1 = g2 * g4^2
g3 ^ g2 = g3 * g4^2
g3 ^ g2^-1 = g3 * g4^-2
gap> Gamma3K := CommutatorSubgroup( K, CommutatorSubgroup( K, K ));
Pcp-group with orders [ 0, 0, 0 ]
gap> quotient := G/Gamma3K;
Pcp-group with orders [ 2, 6, 3, 3, 2 ]
gap> S := SylowSubgroup( quotient, 3);
Pcp-group with orders [ 3, 3, 3 ]
gap> N := NormalClosure( quotient, S);
Pcp-group with orders [ 3, 3, 3 ]
gap> localization := quotient/N;
Pcp-group with orders [ 2, 2, 2 ]
gap> PrintPcpPresentation( localization );
g1^2 = id 
g2^2 = id 
g3^2 = id 

This shows that \(G_P\cong ℤ_2^3\).

Second case: The parameters are \((k_1,k_2,k_3,k_4)=(2,0,0,1)\)

gap> G := AlmostCrystallographicPcpGroup(3, 17, [2,0,0,1]);;
gap> projection := NaturalHomomorphismOnHolonomyGroup( G );;
gap> F := HolonomyGroup( G );;
gap> IPprimeD6 := Subgroup( F , [F.2^2] );;
gap> K := PreImage( projection, IPprimeD6 );;
gap> Gamma3K := CommutatorSubgroup( K, CommutatorSubgroup( K, K ));;
gap> quotient := G/Gamma3K;;
gap> S := SylowSubgroup( quotient, 3);;
gap> N := NormalClosure( quotient, S);;
gap> localization := quotient/N;
Pcp-group with orders [ 2, 2, 2 ]
gap> PrintPcpPresentation( localization );
g1^2 = id 
g2^2 = g3
g3^2 = id 
g2 ^ g1 = g2 * g3

In this case, we see that \(G_P={\cal D}_4\).

The reader can check that these results coincide with those obtained in [DM01]. Note also that we used a somewhat different scheme to compute this localization than the one used in [DM01]. We invite the reader to check the same computations, tracing exactly the steps made in [DM01].

 

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 Bib Ind

generated by GAPDoc2HTML