CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

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

Views: 418346
1
<Chapter><Heading> Cohomology rings of <M>p</M>-groups (mainly <M>p=2)</M></Heading>
2
3
The functions on this page were written by <B>Paul Smith</B>. (They are included in HAP but they are also independently included in Paul Smiths HAPprime package.)
4
<Table Align="|l|" >
5
6
7
8
<Row>
9
<Item>
10
<Index> Mod2CohomologyRingPresentation (HAPprime)</Index>
11
<C>Mod2CohomologyRingPresentation(G) </C>
12
<C>Mod2CohomologyRingPresentation(G,n) </C>
13
<C>Mod2CohomologyRingPresentation(A) </C>
14
<C>Mod2CohomologyRingPresentation(R) </C>
15
16
<P/>
17
18
When applied to a finite <M>2</M>-group <M>G</M> this function returns a presentation for the mod 2 cohomology ring <M>H^*(G,Z_2)</M>. The Lyndon-Hochschild-Serre spectral sequence is used to prove that the presentation is correct.
19
20
<P/>
21
When the function is applied to a <M>2</M>-group <M>G</M> and positive integer <M>n</M> the function first constructs <M>n</M> terms of a free <M>Z_2G</M>-resolution <M>R</M>, then constructs the finite-dimensional graded algebra
22
<M>A=H^(*\le n)(G,Z_2)</M>, and finally uses <M>A</M> to approximate
23
a presentation for <M>H^*(G,Z_2)</M>. For "sufficiently large" the approximation will be a correct presentation for <M>H^*(G,Z_2)</M>.
24
25
<P/> Alternatively, the function can be applied directly to either the resolution <M>R</M> or graded algebra <M>A</M>.
26
27
<P/>This function was written by <B>Paul Smith</B>. It uses the Singular commutative algebra package to handle the Lyndon-Hochschild-Serre spectral sequence.
28
</Item>
29
</Row>
30
31
<Row>
32
<Item>
33
<Index> PoincareSeriesLHS (HAPprime)</Index>
34
<C>PoincareSeriesLHS(G) </C>
35
<P/>
36
37
Inputs a finite <M>2</M>-group <M>G</M>
38
and returns a quotient of polynomials
39
<M>f(x)=P(x)/Q(x)</M> whose coefficient of <M>x^k</M>
40
equals the rank of the vector space <M>H_k(G,Z_2)</M>
41
for all <M>k</M>.
42
<P/>
43
This function was written by <B>Paul Smith</B>. It use the Singular system for commutative algebra.
44
</Item>
45
</Row>
46
47
48
49
50
</Table>
51
</Chapter>
52
53
54
55