File: TorsionSubcomplexes.xml

package info (click to toggle)
gap-hap 1.73%2Bds-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 58,508 kB
  • sloc: xml: 16,467; sh: 197; javascript: 155; makefile: 121; ansic: 47; perl: 24
file content (154 lines) | stat: -rw-r--r-- 6,252 bytes parent folder | download | duplicates (3)
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
<Chapter><Heading>Torsion Subcomplexes</Heading>

<Table Align="|l|" >

<Row>
<Item>
The Torsion Subcomplex subpackage has been conceived and implemented by <B>Bui Anh Tuan</B> and <B> Alexander D. Rahm</B></Item>
</Row>

<Row>
<Item>
<Index>RigidFacetsSubdivision</Index>
<C>RigidFacetsSubdivision( X )</C>
<P/>
It inputs an <M>n</M>-dimensional <M>G</M>-equivariant CW-complex <M>X</M> on which
all the cell stabilizer subgroups in <M>G</M> are finite.
It returns an <M>n</M>-dimensional <M>G</M>-equivariant CW-complex <M>Y</M> which is topologically the same
as <M>X</M>, but equipped with a <M>G</M>-CW-structure which is rigid.
</Item>
</Row>

<Row>
<Item>
<Index>IsPNormal</Index>
<C> IsPNormal( G, p)</C>
<P/>
Inputs a finite group <M>G</M> and a prime <M>p</M>. 
Checks if the group G is p-normal for the prime p. 
Zassenhaus defines a finite group to be p-normal if the center of one of its Sylow p-groups is the center of every Sylow p-group in which it is contained.
</Item>
</Row>

<Row>
<Item>
<Index>TorsionSubcomplex</Index>
<C>TorsionSubcomplex(  C, p)</C>
<P/>
Inputs either a cell complex with action of a group as a variable or a group name. In HAP, presently the following cell complexes with stabilisers fixing their cells pointwise are available, specified by the following "groupName" strings: <Br/><Br/>
"SL(2,O-2)" , "SL(2,O-7)" , "SL(2,O-11)" ,
 "SL(2,O-19)" , "SL(2,O-43)" , "SL(2,O-67)" ,
 "SL(2,O-163)",  <Br/><Br/>
where the symbol O[-m] stands for the ring of integers in the imaginary quadratic number field Q(sqrt(-m)), the latter being the extension of the field of rational numbers by the square root of minus the square-free positive integer m.
The additive structure of this ring O[-m] is given as the module Z[omega] over the natural integers Z with basis {1, omega}, and omega being the square root of minus m if m is congruent to 1 or 2 modulo four; else, in the case m congruent 3 modulo 4, the element omega is the arithmetic mean with 1, 
namely  <M>(1+sqrt(-m))/2</M>. 
 <Br/><Br/>
The function TorsionSubcomplex prints the cells with p-torsion in their stabilizer on the screen and returns the incidence matrix of the 1-skeleton of this cellular subcomplex, as well as a Boolean value on whether the cell complex has its cell stabilisers fixing their cells pointwise.
 <Br/><Br/> 
It is also possible to input the cell complexes
 <Br/><Br/> 
"SL(2,Z)" , "SL(3,Z)" , "PGL(3,Z[i])" , "PGL(3,Eisenstein_Integers)" ,
 "PSL(4,Z)" , "PSL(4,Z)_b" , "PSL(4,Z)_c" , "PSL(4,Z)_d" ,
 "Sp(4,Z)" 
<Br/><Br/>
provided by <B>Mathieu Dutour</B>.
</Item>
</Row>

<Row>
<Item>
<Index>DisplayAvailableCellComplexes</Index>
<C>DisplayAvailableCellComplexes();</C>
<P/>
Displays the cell complexes that are available in HAP.
</Item>
</Row>


<Row>
<Item>
<Index>VisualizeTorsionSkeleton</Index>
<C>VisualizeTorsionSkeleton( groupName, p)</C>
<P/>
Executes the function TorsionSubcomplex(  groupName, p) and visualizes its output, namely the incidence matrix of the 1-skeleton of the p-torsion subcomplex, as a graph.
</Item>
</Row>


<Row>
<Item>
<Index>ReduceTorsionSubcomplex</Index>
<C>ReduceTorsionSubcomplex( C, p)</C>
<P/>
This function start with the same operations as the function TorsionSubcomplex(  C, p), and if the cell stabilisers are fixing their cells pointwise, it continues as follows.
 <Br/><Br/> 
 It prints on the screen which cells to merge and which edges to cut off in order to reduce the p-torsion subcomplex without changing the equivariant Farrell cohomology.
Finally, it prints the representative cells, their stabilizers and the Abelianization of the latter. 
</Item>
</Row>

<Row>
<Item>
<Index>EquivariantEulerCharacteristic</Index>
<C>EquivariantEulerCharacteristic( X )</C>

<P/>
It inputs an <M>n</M>-dimensional <M>\Gamma</M>-equivariant CW-complex <M>X</M> all the cell stabilizer subgroups in <M>\Gamma</M> are finite. It returns the equivariant euler characteristic obtained by using mass formula <M>\sum_{\sigma}(-1)^{dim\sigma}\frac{1}{card(\Gamma_{\sigma})}</M>
</Item>
</Row>


<Row>
<Item>
<Index>CountingCellsOfACellComplex</Index>
<C>CountingCellsOfACellComplex( X )</C>
<P/>
It inputs an <M>n</M>-dimensional <M>\Gamma</M>-equivariant CW-complex <M>X</M> on which
all the cell stabilizer subgroups in <M>\Gamma</M> are finite. It returns the number of cells in <M>X</M>
</Item>
</Row>


<Row>
<Item>
<Index>CountingControlledSubdividedCells</Index>
<C>CountingControlledSubdividedCells( X )</C>
<P/>
It inputs an <M>n</M>-dimensional <M>\Gamma</M>-equivariant CW-complex <M>X</M> on which
all the cell stabilizer subgroups in <M>\Gamma</M> are finite. It returns the number of cells in <M>X</M> appear during the subdivision process using the RigidFacetsSubdivision.
</Item>
</Row>

<Row>
<Item>
<Index>CountingBaryCentricSubdividedCells</Index>
<C>CountingBaryCentricSubdividedCells( X )</C>
<P/>
It inputs an <M>n</M>-dimensional <M>\Gamma</M>-equivariant CW-complex <M>X</M> on which
all the cell stabilizer subgroups in <M>\Gamma</M> are finite. It returns the number of cells in <M>X</M> appear during the subdivision process using the barycentric subdivision.
</Item>
</Row>

<Row>
<Item>
<Index>EquivariantSpectralSequencePage</Index>
<C>EquivariantSpectralSequencePage( C, m, n)</C>
<P/>
It inputs a triple (C,m,n) where C is either a groupName explained as in TorsionSubcomplex, m is the dimension of the reduced torsion subcomplex, and n is the highest vertical degree in the spectral sequence page. At the moment, the function works only when m=1,i.e, after reduction the torsion subcomplex has degree 1. It returns a component object R consists of the first page of spectral sequence, and i-th cohomology groups for i less than n.
</Item>
</Row>

<Row>
    <Item>
        <Index>ExportHapCellcomplexToDisk</Index>
        <C>ExportHapCellcomplexToDisk( C, groupName)</C>
        <P/>
        It inputs a cell complex <M>C</M> which is stored as a variable in the memory, together with a user's desire name. In case, the input is a torsion cell complex then the user's desire name should be in the form "group_ptorsion" in order to use the function EquivariantSpectralSequencePage. The function will export C to the hard disk.

    </Item>
</Row>

</Table>
</Chapter>