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

563672 views
1
<Verb>DiagonalApproximation(X):: RegCWComplex --> RegCWMap, RegCWMap</Verb><P/>
2
3
<P/> Inputs a regular CW-complex <M>X</M> and outputs a pair <M>[p,\iota]</M>
4
of maps of CW-complexes. The map <M>p\colon X^\Delta \rightarrow X</M>
5
will often
6
be a homotopy equivalence. This is always the case if <M>X</M> is the CW-space
7
of any pure cubical complex. In general, one can test to see if the induced
8
chain map <M>p_\ast \colon C_\ast(X^\Delta) \rightarrow C_\ast(X)</M> is an
9
isomorphism on integral homology. The second map
10
<M>\iota \colon X^\Delta \hookrightarrow X\times X</M> is an inclusion into the direct product.
11
If <M>p_\ast</M> induces an isomorphism on homology then the chain map
12
<M>\iota_\ast\colon C_\ast(X^\Delta) \rightarrow C_\ast(X\times X)</M> can be used to compute the cup product.
13
14
15
16