<h4>16.1 <span class="Heading">Knot complements in the 3-ball</span></h4>
<p>While methods for endowing knot complements with CW-structure already exist in HAP (see section 2.1), they often result in a large number of cells which can make computing with them taxing. The following example shows how one can obtain a comparatively small 3-dimensional regular CW-complex corresponding to the complement of a thickened trefoil knot from an arc presentation. Recall that an arc presentation is encoded in HAP as a list of integer pairs corresponding to the position of the endpoints of each horizontal arc in a grid.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">k_:=PureCubicalKnot(3,1); </span>
prime knot 1 with 3 crossings
<p>An optional argument of <code class="code">"rand"</code> in the <code class="code">KnotComplement</code> function randomises the order in which <span class="SimpleMath">\(2\)</span>-cells are added to the complex. This allows for alternate presentations of the knot group.</p>
<span class="GAPprompt">gap></span> <span class="GAPinput">g:=FundamentalGroup(k); RelatorsOfFpGroup(g); </span>
#I there are 2 generators and 1 relator of total length 6
<fp group of size infinity on the generators [ f1, f2 ]>
[ f2^-1*f1*f2^-1*f1^-1*f2*f1^-1 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">k:=KnotComplement(arc,"rand"); </span>
Random 2-cell selection is enabled.
Regular CW-complex of dimension 3
<span class="GAPprompt">gap></span> <span class="GAPinput">g:=FundamentalGroup(k); RelatorsOfFpGroup(g);</span>
#I there are 2 generators and 1 relator of total length 7
<fp group of size infinity on the generators [ f1, f2 ]>
[ f1*f2^-2*f1*f2*f1^-1*f2 ]
</pre></div>
<p>It is often useful to obtain an inclusion of regular CW-complexes <span class="SimpleMath">\(\iota : \partial (N(K)) \hookrightarrow B^3 \backslash N(K)\)</span> from the boundary of a tubular neighbourhood of some knot <span class="SimpleMath">\(N(K)\)</span> into its complement in the <span class="SimpleMath">\(3\)</span>-ball <span class="SimpleMath">\(B^3 \backslash N(K)\)</span>. The below example does this for the first prime knot on 11 crossings.</p>
<p>Note that we can add <span class="SimpleMath">\(n\)</span>-cells to regular CW-complexes by specifying the <span class="SimpleMath">\((n-1)\)</span>-cells in their boundaries and <span class="SimpleMath">\((n+1)\)</span>-cells in their coboundaries.</p>
<p>Let <span class="SimpleMath">\(Y\)</span> denote a CW-subcomplex of a regular CW-complex <spanclass="SimpleMath">\(X\)</span> and let <span class="SimpleMath">\(N(Y)\)</span> denote an open tubular neighbourhood of <span class="SimpleMath">\(Y\)</span>. Given an inclusion of regular CW-complexes <span class="SimpleMath">\(f : Y \hookrightarrow X\)</span>, this algorithm describes a procedure for obtaining the associated inclusion <span class="SimpleMath">\(f' : \partial C \hookrightarrow C\) where \(C=X \backslash N(Y)\) and \(\partial C\) denotes the boundary of \(C\). The following is also assumed:
<p>Let <span class="SimpleMath">\(e^n\)</span> denote a cell of <span class="SimpleMath">\(X \backslash Y\)</span> of dimension <span class="SimpleMath">\(n\)</span> with <span class="SimpleMath">\(\bar{e}^n\)</span> denoting its closure. For each <span class="SimpleMath">\(n\)</span>-cell, all of the connected components of the subcomplex <span class="SimpleMath">\(\bar{e}^n \cap Y\)</span> are contractible.</p>
<p>Some additional terminology and notation is needed to describe this algorithm. The output regular CW-complex <span class="SimpleMath">\(X \backslash N(Y)\)</span> consists of the cell complex <span class="SimpleMath">\(X \backslash Y\)</span> as well as some additional cells to maintain regularity. A cell of <span class="SimpleMath">\( X \backslash N(Y)\)</span> is referred to as <em>internal</em> if it lies in <span class="SimpleMath">\(X \backslash Y\)</span>, it is <em>external</em> otherwise. Let <span class="SimpleMath">\(\bar{e}^n\)</span> denote the closure in <span class="SimpleMath">\(X\)</span> of an internal cell <span class="SimpleMath">\(e^n\)</span>. Note that <span class="SimpleMath">\(\bar{e}^n\)</span> is a CW-subcomplex of <span class="SimpleMath">\(X\)</span> and so is the intersection <span class="SimpleMath">\(\bar{e}^n \cap Y\)</span> which can be expressed as the union</p>
<p>of its path components <span class="SimpleMath">\(A_i\)</span> all of which are CW-subcomplexes of <span class="SimpleMath">\(Y\)</span>. For each <span class="SimpleMath">\(n\)</span>-cell of <span class="SimpleMath">\(X \backslash Y\)</span> there is one internal <span class="SimpleMath">\(n\)</span>-cell <span class="SimpleMath">\(e^n\)</span> of <span class="SimpleMath">\(X \backslash N(Y)\)</span>. For <span class="SimpleMath">\(n \geq 1\)</span> there is also one external <span class="SimpleMath">\((n-1)\)</span>-cell <span class="SimpleMath">\(f^{e^n}_{A_i}\)</span> for each path component <span class="SimpleMath">\(A_i\)</span> of <span class="SimpleMath">\(\bar{e}^n \cap Y\)</span>. Lastly, we need a method for determining the homological boundary of the internal and external cells:</p>
<p><span class="SimpleMath">\(\bullet\)</span> The boundary of an internal <span class="SimpleMath">\(n\)</span>-cell <span class="SimpleMath">\(e^n\)</span> consists of all those internal <span class="SimpleMath">\((n-1)\)</span>-cells of <span class="SimpleMath">\(\bar{e}^n\)</span> together with all external <span class="SimpleMath">\((n-1)\)</span>-cells <span class="SimpleMath">\(f^{e^n}_{A_i}\)</span> where <span class="SimpleMath">\(A_i\)</span> is a path component of <span class="SimpleMath">\(\bar{e}^n \cap Y\)</span>.</p>
<p><span class="SimpleMath">\(\bullet\)</span> The boundary of an external <span class="SimpleMath">\((n-1)\)</span>-cell <span class="SimpleMath">\(f^{e^n}_{A_i}\)</span> consists of all those external <span class="SimpleMath">\((n-2)\)</span>-cells <span class="SimpleMath">\(f^{e^{n-1}}_{B_j}\)</span> where <span class="SimpleMath">\(e^{n-1}\)</span> is an <span class="SimpleMath">\((n-1)\)</span>-cell of <span class="SimpleMath">\(\bar{e}^n\)</span> and <span class="SimpleMath">\(B_j \subseteq A_i\)</span> is a path component of <span class="SimpleMath">\(A_i\)</span>.</p>
<p>The following three steps comprise the algorithm.</p>
<p><span class="SimpleMath">\((1)\)</span> For each internal <span class="SimpleMath">\(n\)</span>-cell <span class="SimpleMath">\(e^n \subset X \backslash Y\)</span>, compute the CW-complex <span class="SimpleMath">\(\bar{e}^n \cap Y\)</span> as a union of path components <span class="SimpleMath">\(A_1 \cup A_2 \cup \cdots \cup A_k\)</span>. This information can be used to determine the number of cells of <span class="SimpleMath">\(X \backslash N(Y)\)</span> in each dimension.</p>
<p><span class="SimpleMath">\((2)\)</span> Create a list <span class="SimpleMath">\(B=[ \; [ \; \; ], [ \; \; ], \ldots, [ \; \; ] \; ]\)</span> of length <span class="SimpleMath">\(\textrm{dim}X +1\)</span>.</p>
<p><span class="SimpleMath">\((3)\)</span> For <span class="SimpleMath">\(0 \leq n \leq \textrm{dim}X\)</span> set <span class="SimpleMath">\(B[n+1]=[ b_1, b_2, \ldots, b_{\alpha_n} ]\)</span> where <span class="SimpleMath">\(\alpha_n\)</span> is the number of <span class="SimpleMath">\(n\)</span>-cells in <span class="SimpleMath">\(X \backslash N(Y)\)</span> and <span class="SimpleMath">\(b_i\)</span> is a list of integers describing the <span class="SimpleMath">\((n-1)\)</span>-cells of the <span class="SimpleMath">\(i ^ \textrm{th}\)</span> <span class="SimpleMath">\(n\)</span>-cell of <span class="SimpleMath">\(X \backslash N(Y)\)</span>. The internal cells will always be listed before the external cells in each sublist. Return B as a regular CW-complex.</p>
<p>The following example computes the tubular neighbourhood of a <span class="SimpleMath">\(1\)</span>-dimensional subcomplex of a <span class="SimpleMath">\(3\)</span>-dimensional complex corresponding to the Hopf link embedded in the closed <span class="SimpleMath">\(3\)</span>-ball.</p>
<span class="GAPprompt">gap></span> <span class="GAPinput">comp:=RegularCWComplexComplement(f);</span>
Testing contractibility...
151 out of 151 cells tested.
The input is compatible with this algorithm.
Regular CW-complex of dimension 3
</pre></div>
<p>Note that the output of this algorithm is just a regular CW-complex, not an inclusion map. The function <code class="code">BoundaryMap</code> can be employed to obtain the boundary of a pure complex. This results in three path components for this example: two corresponding to the boundary of the knotted tori and the other corresponding to the boundary of the <span class="SimpleMath">\(3\)</span>-ball in which the link was embedded. These path components can be obtained as individual CW-subcomplexes if desired. A CW-subcomplex is represented in HAP as a list <span class="SimpleMath">\([X,s]\)</span> where <span class="SimpleMath">\(X\)</span> is a regular CW-complex and <span class="SimpleMath">\(s\)</span> is a list of length <span class="SimpleMath">\(n\)</span> whose <span class="SimpleMath">\(i^\textrm{th}\)</span> entry lists the indexing of each <span class="SimpleMath">\((i-1)\)</span>-cell of the <span class="SimpleMath">\(n\)</span>-dimensional subcomplex of <span class="SimpleMath">\(X\)</span>. CW-subcomplexes and CW maps can be converted between each other interchangeably. This next example obtains the inclusion detailed in the above algorithm, finds the path components of the source of said inclusion, shows that they are in fact disjoint, and then obtains the first four integral homology groups of each component.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">f_:=BoundaryMap(comp);</span> Map of regular CW-complexes
<p>As previously mentioned, for the tubular neighbourhood algorithm to work, we require that no external cells yield non-contractible path-components in their intersection with the subcomplex. If this is ever the case then we can subdivide the offending cell to prevent this from happening. We have implemented two subdivision algorithms in HAP, one for barycentrically subdividing a given cell, and the other for subdividing an <span class="SimpleMath">\(n\)</span>-cell into as many <span class="SimpleMath">\(n\)</span>-cells as there are <span class="SimpleMath">\((n-1)\)</span>-cells in its boundary. Barycentric subdivision is integrated into the <code class="code">RegularCWComplexComplement</code> function and will be performed automatically as required. The following example shows this automatic subdivision running via the complement of a tubular neighbourhood of the unknot, then obtains an inclusion map from the closure of an arbitrary <span class="SimpleMath">\(3\)</span>-cell of this complex and then compares the difference in size of the two different subdivisions of a 2-cell in the boundary of this <span class="SimpleMath">\(3\)</span>-cell.</p>
<span class="GAPprompt">gap></span> <span class="GAPinput">f:=RegularCWComplexComplement(unknot);</span>
Testing contractibility...
79 out of 79 cells tested.
Subdividing 3 cell(s):
100% complete.
Testing contractibility...
145 out of 145 cells tested.
The input is compatible with this algorithm.
Regular CW-complex of dimension 3
<span class="GAPprompt">gap></span> <span class="GAPinput">f:=Objectify(HapRegularCWMap,rec(source:=f,target:=f,mapping:={i,j}->j)); </span> Map of regular CW-complexes
<h4>16.3 <span class="Heading">Knotted surface complements in the 4-ball</span></h4>
<p>A construction of Satoh's, the tube map, associates a ribbon torus-knot to virtual knot diagrams. A virtual knot diagram differs from a knot diagram in that it allows for a third type of crossing, a virtual crossing. The image of such a crossing via the tube map is two tori which pass through each other. An arc diagram is a triple of lists [arc,cross,cols] that encode virtual knot diagrams. arc is an arc presentation. cross is a list of length the number of crossings in the knot associated to the arc presentation whose entries are \(-1,0\) or \(1\) corresponding to an undercrossing (horizontal arc underneath vertical arc), a virtual crossing (depicted by intersecting horizontal and vertical arcs) and an overcrossing (horizontal arc above vertical arc) respectively. cols is a list of length the number of \(0\) entries in cross and its entries are \(1,2,3\) or \(4\). It describes the types of 'colourings' we assign to the virtual crossings. We interpret each integer as the change in 4-dimensional height information as represented by a colour scale from blue (lower down in 4-space), to green (0 level), to red (higher up in 4-space). Without loss of generality, we impose that at each virtual crossing, the vertical arc passes through the horizontal arc. Thus, \(1\) corresponds to the vertical bar entering the horizontal bar as blue and leaving as blue, \(2\) corresponds to entering as blue and leaving as red, \(3\) corresponds to entering as red and leaving as blue and \(4\) corresponds to entering and leaving as red. A coloured arc diagram can be visualised using the ViewColouredArcDiagram function.
<p>Towards obtaining a regular CW-decomposition of ribbon torus-knots, we first begin by embedding a self-intersecting knotted torus in the 3-ball. The function <code class="code">ArcDiagramToTubularSurface</code> inputs a coloured arc diagram and outputs an inclusion from the boundary of some (potentially self-intersecting) torus in the <span class="SimpleMath">\(3\)</span>-ball. By inputting just an arc presentation, one can obtain an inclusion identical to the <code class="code">KnotComplementWithBoundary</code> function. By additionally inputting a list of <span class="SimpleMath">\(-1\)</span>s and <span class="SimpleMath">\(1\)</span>s, one can obtain an inclusion similar to <code class="code">KnotComplementWithBoundary</code> but where there is extra freedom in determining whether or not a given crossing is an under/overcrossing. If one inputs both of the above but includes <span class="SimpleMath">\(0\)</span> entries in the <code class="code">cross</code> list and includes the list of colours, the output is then an inclusion from an embedded self-intersecting torus into the 3-ball where each <span class="SimpleMath">\(2\)</span>-cell (the top-dimensional cells of the self-intersecting surface) is assigned a colour.</p>
<p>From this self-intersecting surface with colour, we can lift it to a surface without self-intersections in <span class="SimpleMath">\(\mathbb{R}^4\)</span>. We do this by constructing a regular CW-complex of the direct product <span class="SimpleMath">\(B^3 \times [a,b]\)</span> where <span class="SimpleMath">\(B^3\)</span> denotes the <span class="SimpleMath">\(3\)</span>-ball, <span class="SimpleMath">\(a\)</span> is <span class="SimpleMath">\(1\)</span> less than the smallest integer assigned to a cell by the colouring, and <span class="SimpleMath">\(b\)</span> is <span class="SimpleMath">\(1\)</span> greater than the largest integer assigned to a cell by the colouring. The subcomplex of the direct product corresponding to the surface without intersection can be obtained using the colouring with additional care taken to not lift any 1-cells arising as double-point singularities. The following example constructs the complement of a ribbon torus-link embedded in <span class="SimpleMath">\(\mathbb{R}^4\)</span> obtained from the Hopf link with one virtual crossing and then calculates some invariants of the resulting space. We compare the size of this complex, as well as how long it takes to obtain the same invariants, with a cubical complex of the same space. As barycentric subdivision can massively increase the size of the cell complex, the below method sequentially obtains the tubular neighbourhood of the entire subcomplex by obtaining the tubular neighbourhood of each individual <span class="SimpleMath">\(2\)</span>-cell. This has yet to be optimised so it currently takes some time to complete.</p>
<span class="GAPprompt">gap></span> <span class="GAPinput">tub:=LiftColouredSurface(tub);</span> Map of regular CW-complexes
<span class="GAPprompt">gap></span> <span class="GAPinput">Dimension(Source(tub));</span>
2
<span class="GAPprompt">gap></span> <span class="GAPinput">Dimension(Source(tub));</span>
4
<span class="GAPprompt">gap></span> <span class="GAPinput">map:=RegularCWMapToCWSubcomplex(tub);;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">sub:=SortedList(map[2][3]);;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">sub:=List(sub,x->x-(Position(sub,x)-1));;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">clsr:=ClosureCWCell(map[1],2,sub[1])[2];;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">seq:=CWSubcomplexToRegularCWMap([map[1],clsr]);;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">tub:=RegularCWComplexComplement(seq);</span>
Testing contractibility...
3501 out of 3501 cells tested.
The input is compatible with this algorithm.
<span class="GAPprompt">gap></span> <span class="GAPinput">for i in [2..Length(sub)] do</span>
<span class="GAPprompt">></span> <span class="GAPinput"> clsr:=ClosureCWCell(tub,2,sub[i])[2];;</span>
<span class="GAPprompt">></span> <span class="GAPinput"> seq:=CWSubcomplexToRegularCWMap([tub,clsr]);;</span>
<span class="GAPprompt">></span> <span class="GAPinput"> tub:=RegularCWComplexComplement(seq);</span>
<span class="GAPprompt">></span> <span class="GAPinput">od;</span>
Testing contractibility...
3612 out of 3612 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
3693 out of 3693 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
3871 out of 3871 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
3925 out of 3925 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4084 out of 4084 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4216 out of 4216 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4348 out of 4348 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4529 out of 4529 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4688 out of 4688 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4723 out of 4723 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
4918 out of 4918 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5107 out of 5107 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5269 out of 5269 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5401 out of 5401 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5548 out of 5548 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5702 out of 5702 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
5846 out of 5846 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6027 out of 6027 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6089 out of 6089 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6124 out of 6124 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6159 out of 6159 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6349 out of 6349 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6467 out of 6467 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6639 out of 6639 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6757 out of 6757 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
6962 out of 6962 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7052 out of 7052 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7242 out of 7242 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7360 out of 7360 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7470 out of 7470 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7561 out of 7561 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7624 out of 7624 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7764 out of 7764 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7904 out of 7904 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
7979 out of 7979 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8024 out of 8024 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8086 out of 8086 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8148 out of 8148 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8202 out of 8202 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8396 out of 8396 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8534 out of 8534 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8625 out of 8625 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8736 out of 8736 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8817 out of 8817 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
8983 out of 8983 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9073 out of 9073 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9218 out of 9218 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9323 out of 9323 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9442 out of 9442 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9487 out of 9487 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9538 out of 9538 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9583 out of 9583 cells tested.
The input is compatible with this algorithm.
Testing contractibility...
9634 out of 9634 cells tested.
The input is compatible with this algorithm.
<span class="GAPprompt">gap></span> <span class="GAPinput">Size(tub); </span>
9685
<span class="GAPprompt">gap></span> <span class="GAPinput">total_time_1:=0;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">List([0..4],x->Homology(tub,x)); total_time_1:=total_time_1+time;;</span>
[ [ 0 ], [ 0, 0 ], [ 0, 0, 0, 0 ], [ 0, 0 ], [ ] ]
<span class="GAPprompt">gap></span> <span class="GAPinput">c:=ChainComplexOfUniversalCover(tub);; total_time_1:=total_time_1+time;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">l:=Filtered(LowIndexSubgroups(c!.group,5),g->Index(c!.group,g)=5);; total_time_1:=total_time_1+time;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">inv:=Set(l,g->Homology(TensorWithIntegersOverSubgroup(c,g),2)); total_time_1:=total_time_1+time;;</span>
[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
]
<span class="GAPprompt">gap></span> <span class="GAPinput">total_time_1;</span>
3407
<span class="GAPprompt">gap></span> <span class="GAPinput">hopf:=PureComplexComplement(HopfSatohSurface());;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">hopf:=RegularCWComplex(hopf);;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">Size(hopf);</span>
4508573
<span class="GAPprompt">gap></span> <span class="GAPinput">total_time_2:=0;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">c_:=ChainComplexOfUniversalCover(hopf);; total_time_2:=total_time_2+time;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">l_:=Filtered(LowIndexSubgroups(c_!.group,5),g->Index(c_!.group,g)=5);; total_time_2:=total_time_2+time;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">inv_:=Set(l_,g->Homology(TensorWithIntegersOverSubgroup(c_,g),2));; total_time_2:=total_time_2+time;;</span>
<span class="GAPprompt">gap></span> <span class="GAPinput">total_time_2;</span>
1116000
<span class="GAPprompt">gap></span> <span class="GAPinput">inv_=inv;</span>
true
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.