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> Induced equivariant chain maps</Heading>
2
3
<Table Align="|l|" >
4
5
<Row>
6
<Item>
7
<Index> EquivariantChainMap</Index>
8
<C>EquivariantChainMap(R,S,f)</C>
9
10
<P/>
11
Inputs a <M>ZG</M>-resolution <M>R</M>, a <M>ZG'</M>-resolution <M>S</M>,
12
and a group homomorphism <M>f : G \longrightarrow G'</M>.
13
It outputs a component object <M>M</M> with the following components.
14
<P/>
15
<List>
16
<Item> <M>M!.source</M> is the resolution <M>R</M>.</Item>
17
<Item> <M>M!.target</M> is the resolution <M>S</M>.</Item>
18
<Item><M>M!.mapping(w,n)</M> is a function which gives the image in <M>S_n</M>,
19
under a chain map induced by <M>f</M>, of a word <M>w</M> in <M>R_n</M>.
20
(Here
21
<M>R_n</M> and <M>S_n</M> are the <M>n</M>-th
22
modules in the resolutions <M>R</M> and <M>S</M>.)</Item>
23
<Item> <M>F!.properties</M> is a list of pairs such as
24
["type", "equivariantChainMap"].</Item>
25
</List>
26
<P/>
27
The resolution <M>S</M> must have a contracting homotopy.
28
</Item>
29
</Row>
30
31
</Table>
32
</Chapter>
33
34
35
36