<h3>7 <span class="Heading">Higher level methods for pcp-groups</span></h3>
<p>This is a description of some higher level functions of the <strong class="pkg">Polycyclic</strong> package of GAP 4. Throughout this chapter we let <var class="Arg">G</var> be a pc-presented group and we consider algorithms for subgroups <var class="Arg">U</var> and <var class="Arg">V</var> of <var class="Arg">G</var>. For background and a description of the underlying algorithms we refer to <a href="chapBib_mj.html#biBEic01b">[Eic01a]</a>.</p>
<h4>7.1 <span class="Heading">Subgroup series in pcp-groups</span></h4>
<p>Many algorithm for pcp-groups work by induction using some series through the group. In this section we provide a number of useful series for pcp-groups. An <em>efa series</em> is a normal series with elementary or free abelian factors. See <a href="chapBib_mj.html#biBEic00">[Eic00]</a> for outlines on the algorithms of a number of the available series.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PcpSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns the polycyclic series of <var class="Arg">U</var> defined by an igs of <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ EfaSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns a normal series of <var class="Arg">U</var> with elementary or free abelian factors.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SemiSimpleEfaSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns an efa series of <var class="Arg">U</var> such that every factor in the series is semisimple as a module for <var class="Arg">U</var> over a finite field or over the rationals.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ RefinedDerivedSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>the derived series of <var class="Arg">U</var> refined to an efa series such that in each abelian factor of the derived series the free abelian factor is at the top.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ RefinedDerivedSeriesDown</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>the derived series of <var class="Arg">U</var> refined to an efa series such that in each abelian factor of the derived series the free abelian factor is at the bottom.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LowerCentralSeriesOfGroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( method )</td></tr></table></div>
<p>the lower central series of <var class="Arg">U</var>. If <var class="Arg">U</var> does not have a largest nilpotent quotient group, then this function may not terminate.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ UpperCentralSeriesOfGroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( method )</td></tr></table></div>
<p>the upper central series of <var class="Arg">U</var>. This function always terminates, but it may terminate at a proper subgroup of <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TorsionByPolyEFSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns an efa series of <var class="Arg">U</var> such that all torsion-free factors are at the top and all finite factors are at the bottom. Such a series might not exist for <var class="Arg">U</var> and in this case the function returns fail.</p>
<p>Algorithms for pcp-groups often use an efa series of <span class="SimpleMath">\(G\)</span> and work down over the factors of this series. Usually, pcp's of the factors are more useful than the actual factors. Hence we provide the following.
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PcpsBySeries</code>( <var class="Arg">ser</var>[, <var class="Arg">flag</var>] )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns a list of pcp's corresponding to the factors of the series. If the parameter flag is present and equals the string snf, then each pcp corresponds to a decomposition of the abelian groups into direct factors.
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PcpsOfEfaSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns a list of pcps corresponding to an efa series of <var class="Arg">U</var>.</p>
<h4>7.2 <span class="Heading">Orbit stabilizer methods for pcp-groups</span></h4>
<p>Let <var class="Arg">U</var> be a pcp-group which acts on a set <span class="SimpleMath">\(\Omega\)</span>. One of the fundamental problems in algorithmic group theory is the determination of orbits and stabilizers of points in <span class="SimpleMath">\(\Omega\)</span> under the action of <var class="Arg">U</var>. We distinguish two cases: the case that all considered orbits are finite and the case that there are infinite orbits. In the latter case, an orbit cannot be listed and a description of the orbit and its corresponding stabilizer is much harder to obtain.</p>
<p>If the considered orbits are finite, then the following two functions can be applied to compute the considered orbits and their corresponding stabilizers.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PcpOrbitStabilizer</code>( <var class="Arg">point</var>, <var class="Arg">gens</var>, <var class="Arg">acts</var>, <var class="Arg">oper</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PcpOrbitsStabilizers</code>( <var class="Arg">points</var>, <var class="Arg">gens</var>, <var class="Arg">acts</var>, <var class="Arg">oper</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>The input <var class="Arg">gens</var> can be an igs or a pcp of a pcp-group <var class="Arg">U</var>. The elements in the list <var class="Arg">gens</var> act as the elements in the list <var class="Arg">acts</var> via the function <var class="Arg">oper</var> on the given points; that is, <var class="Arg">oper( point, acts[i] )</var> applies the <span class="SimpleMath">\(i\)</span>th generator to a given point. Thus the group defined by <var class="Arg">acts</var> must be a homomorphic image of the group defined by <var class="Arg">gens</var>. The first function returns a record containing the orbit as component 'orbit' and and igs for the stabilizer as component 'stab'. The second function returns a list of records, each record contains 'repr' and 'stab'. Both of these functions run forever on infinite orbits.</p>
<p>If the considered orbits are infinite, then it may not always be possible to determine a description of the orbits and their stabilizers. However, as shown in <a href="chapBib_mj.html#biBEOs01">[EO02]</a> and <a href="chapBib_mj.html#biBEic02">[Eic02]</a>, it is possible to determine stabilizers and check if two elements are contained in the same orbit if the given action of the polycyclic group is a unimodular linear action on a vector space. The following functions are available for this case.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ StabilizerIntegralAction</code>( <var class="Arg">U</var>, <var class="Arg">mats</var>, <var class="Arg">v</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ OrbitIntegralAction</code>( <var class="Arg">U</var>, <var class="Arg">mats</var>, <var class="Arg">v</var>, <var class="Arg">w</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>The first function computes the stabilizer in <var class="Arg">U</var> of the vector <var class="Arg">v</var> where the pcp group <var class="Arg">U</var> acts via <var class="Arg">mats</var> on an integral space and <var class="Arg">v</var> and <var class="Arg">w</var> are elements in this integral space. The second function checks whether <var class="Arg">v</var> and <var class="Arg">w</var> are in the same orbit and the function returns either <var class="Arg">false</var> or a record containing an element in <var class="Arg">U</var> mapping <var class="Arg">v</var> to <var class="Arg">w</var> and the stabilizer of <var class="Arg">v</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NormalizerIntegralAction</code>( <var class="Arg">U</var>, <var class="Arg">mats</var>, <var class="Arg">B</var> )</td><td class="tdright">( function )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ConjugacyIntegralAction</code>( <var class="Arg">U</var>, <var class="Arg">mats</var>, <var class="Arg">B</var>, <var class="Arg">C</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>The first function computes the normalizer in <var class="Arg">U</var> of the lattice with the basis <var class="Arg">B</var>, where the pcp group <var class="Arg">U</var> acts via <var class="Arg">mats</var> on an integral space and <var class="Arg">B</var> is a subspace of this integral space. The second functions checks whether the two lattices with the bases <var class="Arg">B</var> and <var class="Arg">C</var> are contained in the same orbit under <var class="Arg">U</var>. The function returns either <var class="Arg">false</var> or a record with an element in <var class="Arg">U</var> mapping <var class="Arg">B</var> to <var class="Arg">C</var> and the stabilizer of <var class="Arg">B</var>.</p>
<div class="example"><pre>
# get a pcp group and a free abelian normal subgroup
<span class="GAPprompt">gap></span> <span class="GAPinput">G := ExamplesOfSomePcpGroups(8);</span>
Pcp-group with orders [ 0, 0, 0, 0, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">efa := EfaSeries(G);</span>
[ Pcp-group with orders [ 0, 0, 0, 0, 0 ],
Pcp-group with orders [ 0, 0, 0, 0 ],
Pcp-group with orders [ 0, 0, 0 ],
Pcp-group with orders [ ] ]
<span class="GAPprompt">gap></span> <span class="GAPinput">N := efa[3];</span>
Pcp-group with orders [ 0, 0, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">IsFreeAbelian(N);</span>
true
# compute the orbit of a subgroup of Z^3 under the action of G
<span class="GAPprompt">gap></span> <span class="GAPinput">NormalizerIntegralAction(G, mats, [[1,0,0],[0,1,0]]);</span>
Pcp-group with orders [ 0, 0, 0, 0, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">Igs(last);</span>
[ g1, g2^2, g3, g4, g5 ]
</pre></div>
<h4>7.3 <span class="Heading">Centralizers, Normalizers and Intersections</span></h4>
<p>In this section we list a number of operations for which there are methods installed to compute the corresponding features in polycyclic groups.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ Centralizer</code>( <var class="Arg">U</var>, <var class="Arg">g</var> )</td><td class="tdright">( method )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ IsConjugate</code>( <var class="Arg">U</var>, <var class="Arg">g</var>, <var class="Arg">h</var> )</td><td class="tdright">( method )</td></tr></table></div>
<p>These functions solve the conjugacy problem for elements in pcp-groups and they can be used to compute centralizers. The first method returns a subgroup of the given group <var class="Arg">U</var>, the second method either returns a conjugating element or false if no such element exists.</p>
<p>The methods are based on the orbit stabilizer algorithms described in <a href="chapBib_mj.html#biBEOs01">[EO02]</a>. For nilpotent groups, an algorithm to solve the conjugacy problem for elements is described in <a href="chapBib_mj.html#biBSims94">[Sim94]</a>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ Centralizer</code>( <var class="Arg">U</var>, <var class="Arg">V</var> )</td><td class="tdright">( method )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ Normalizer</code>( <var class="Arg">U</var>, <var class="Arg">V</var> )</td><td class="tdright">( method )</td></tr></table></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ IsConjugate</code>( <var class="Arg">U</var>, <var class="Arg">V</var>, <var class="Arg">W</var> )</td><td class="tdright">( method )</td></tr></table></div>
<p>These three functions solve the conjugacy problem for subgroups and compute centralizers and normalizers of subgroups. The first two functions return subgroups of the input group <var class="Arg">U</var>, the third function returns a conjugating element or false if no such element exists.</p>
<p>The methods are based on the orbit stabilizer algorithms described in <a href="chapBib_mj.html#biBEic02">[Eic02]</a>. For nilpotent groups, an algorithm to solve the conjugacy problems for subgroups is described in <a href="chapBib_mj.html#biBLo98">[Lo98b]</a>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ Intersection</code>( <var class="Arg">U</var>, <var class="Arg">N</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>A general method to compute intersections of subgroups of a pcp-group is described in <a href="chapBib_mj.html#biBEic01b">[Eic01a]</a>, but it is not yet implemented here. However, intersections of subgroups <span class="SimpleMath">\(U, N \leq G\)</span> can be computed if <span class="SimpleMath">\(N\)</span> is normalising <span class="SimpleMath">\(U\)</span>. See <a href="chapBib_mj.html#biBSims94">[Sim94]</a> for an outline of the algorithm.</p>
<p>There are various finite subgroups of interest in polycyclic groups. See <a href="chapBib_mj.html#biBEic00">[Eic00]</a> for a description of the algorithms underlying the functions in this section.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TorsionSubgroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>If the set of elements of finite order forms a subgroup, then we call it the <em>torsion subgroup</em>. This function determines the torsion subgroup of <var class="Arg">U</var>, if it exists, and returns fail otherwise. Note that a torsion subgroup does always exist if <var class="Arg">U</var> is nilpotent.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NormalTorsionSubgroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>Each polycyclic groups has a unique largest finite normal subgroup. This function computes it for <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FiniteSubgroupClasses</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>There exist only finitely many conjugacy classes of finite subgroups in a polycyclic group <var class="Arg">U</var> and this function can be used to compute them. The algorithm underlying this function proceeds by working down a normal series of <var class="Arg">U</var> with elementary or free abelian factors. The following function can be used to give the algorithm a specific series.</p>
<h4>7.5 <span class="Heading">Subgroups of finite index and maximal subgroups</span></h4>
<p>Here we outline functions to determine various types of subgroups of finite index in polycyclic groups. Again, see <a href="chapBib_mj.html#biBEic00">[Eic00]</a> for a description of the algorithms underlying the functions in this section. Also, we refer to <a href="chapBib_mj.html#biBLo99">[Lo98a]</a> for an alternative approach.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ MaximalSubgroupClassesByIndex</code>( <var class="Arg">U</var>, <var class="Arg">p</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>Each maximal subgroup of a polycyclic group <var class="Arg">U</var> has <var class="Arg">p</var>-power index for some prime <var class="Arg">p</var>. This function can be used to determine the conjugacy classes of all maximal subgroups of <var class="Arg">p</var>-power index for a given prime <var class="Arg">p</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LowIndexSubgroupClasses</code>( <var class="Arg">U</var>, <var class="Arg">n</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>There are only finitely many subgroups of a given index in a polycyclic group <var class="Arg">U</var>. This function computes conjugacy classes of all subgroups of index <var class="Arg">n</var> in <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LowIndexNormalSubgroups</code>( <var class="Arg">U</var>, <var class="Arg">n</var> )</td><td class="tdright">( operation )</td></tr></table></div>
<p>This function computes the normal subgroups of index <var class="Arg">n</var> in <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NilpotentByAbelianNormalSubgroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>This function returns a normal subgroup <var class="Arg">N</var> of finite index in <var class="Arg">U</var> such that <var class="Arg">N</var> is nilpotent-by-abelian. Such a subgroup exists in every polycyclic group and this function computes such a subgroup using LowIndexNormal. However, we note that this function is not very efficient and the function NilpotentByAbelianByFiniteSeries may well be more efficient on this task.</p>
<h4>7.6 <span class="Heading">Further attributes for pcp-groups based on the Fitting subgroup</span></h4>
<p>In this section we provide a variety of other attributes for pcp-groups. Most of the methods below are based or related to the Fitting subgroup of the given group. We refer to <a href="chapBib_mj.html#biBEic01">[Eic01b]</a> for a description of the underlying methods.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FittingSubgroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns the Fitting subgroup of <var class="Arg">U</var>; that is, the largest nilpotent normal subgroup of <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FCCentre</code>( <var class="Arg">U</var> )</td><td class="tdright">( method )</td></tr></table></div>
<p>returns the FC-centre of <var class="Arg">U</var>; that is, the subgroup containing all elements having a finite conjugacy class in <var class="Arg">U</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ PolyZNormalSubgroup</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns a normal subgroup <var class="Arg">N</var> of finite index in <var class="Arg">U</var>, such that <var class="Arg">N</var> has a polycyclic series with infinite factors only.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NilpotentByAbelianByFiniteSeries</code>( <var class="Arg">U</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns a normal series <span class="SimpleMath">\(1 \leq F \leq A \leq U\)</span> such that <spanclass="SimpleMath">\(F\)</span> is nilpotent, <span class="SimpleMath">\(A/F\)</span> is abelian and <span class="SimpleMath">\(U/A\)</span> is finite. This series is computed using the Fitting subgroup and the centre of the Fitting factor.</p>
<h4>7.7 <span class="Heading">Functions for nilpotent groups</span></h4>
<p>There are (very few) functions which are available for nilpotent groups only. First, there are the different central series. These are available for all groups, but for nilpotent groups they terminate and provide series through the full group. Secondly, the determination of a minimal generating set is available for nilpotent groups only.</p>
<h4>7.8 <span class="Heading">Random methods for pcp-groups</span></h4>
<p>Below we introduce a function which computes orbit and stabilizer using a random method. This function tries to approximate the orbit and the stabilizer, but the returned orbit or stabilizer may be incomplete. This function is used in the random methods to compute normalizers and centralizers. Note that deterministic methods for these purposes are also available.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SchurExtension</code>( <var class="Arg">G</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>Let <var class="Arg">G</var> be a polycyclic group with a polycyclic generating sequence consisting of <span class="SimpleMath">\(n\)</span> elements. This function computes the largest central extension <var class="Arg">H</var> of <var class="Arg">G</var> such that <var class="Arg">H</var> is generated by <span class="SimpleMath">\(n\)</span> elements. If <span class="SimpleMath">\(F/R\)</span> is the underlying polycyclic presentation for <var class="Arg">G</var>, then <var class="Arg">H</var> is isomorphic to <span class="SimpleMath">\(F/[R,F]\)</span>.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">G := DihedralPcpGroup( 0 );</span>
Pcp-group with orders [ 2, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">Centre( G );</span>
Pcp-group with orders [ ]
<span class="GAPprompt">gap></span> <span class="GAPinput">H := SchurExtension( G );</span>
Pcp-group with orders [ 2, 0, 0, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">Centre( H );</span>
Pcp-group with orders [ 0, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">H/Centre(H);</span>
Pcp-group with orders [ 2, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">Subgroup( H, [H.1,H.2] ) = H;</span>
true
</pre></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SchurExtensionEpimorphism</code>( <var class="Arg">G</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns the projection from the Schur extension <span class="SimpleMath">\(G^{*}\)</span> of <var class="Arg">G</var> onto <var class="Arg">G</var>. See the function <code class="code">SchurExtension</code>. The kernel of this epimorphism is the direct product of the Schur multiplicator of <var class="Arg">G</var> and a direct product of <span class="SimpleMath">\(n\)</span> copies of <span class="SimpleMath">\(ℤ\)</span> where <span class="SimpleMath">\(n\)</span> is the number of generators in the polycyclic presentation for <var class="Arg">G</var>. The Schur multiplicator is the intersection of the kernel and the derived group of the source. See also the function <code class="code">SchurCover</code>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ SchurCover</code>( <var class="Arg">G</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>computes a Schur covering group of the polycyclic group <var class="Arg">G</var>. A Schur covering is a largest central extension <var class="Arg">H</var> of <var class="Arg">G</var> such that the kernel <var class="Arg">M</var> of the projection of <var class="Arg">H</var> onto <var class="Arg">G</var> is contained in the commutator subgroup of <var class="Arg">H</var>.</p>
<p>If <var class="Arg">G</var> is given by a presentation <span class="SimpleMath">\(F/R\)</span>, then <var class="Arg">M</var> is isomorphic to the subgroup <span class="SimpleMath">\(R \cap [F,F] / [R,F]\)</span>. Let <span class="SimpleMath">\(C\)</span> be a complement to <span class="SimpleMath">\(R \cap [F,F] / [R,F]\)</span> in <span class="SimpleMath">\(R/[R,F]\)</span>. Then <span class="SimpleMath">\(F/C\)</span> is isomorphic to <var class="Arg">H</var> and <span class="SimpleMath">\(R/C\)</span> is isomorphic to <var class="Arg">M</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ AbelianInvariantsMultiplier</code>( <var class="Arg">G</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>returns a list of the abelian invariants of the Schur multiplier of G.</p>
<p>Note that the Schur multiplicator of a polycyclic group is a finitely generated abelian group.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NonAbelianExteriorSquareEpimorphism</code>( <var class="Arg">G</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns the epimorphism of the non-abelian exterior square of a polycyclic group <var class="Arg">G</var> onto the derived group of <var class="Arg">G</var>. The non-abelian exterior square can be defined as the derived subgroup of a Schur cover of <var class="Arg">G</var>. The isomorphism type of the non-abelian exterior square is unique despite the fact that the isomorphism type of a Schur cover of a polycyclic groups need not be unique. The derived group of a Schur cover has a natural projection onto the derived group of <var class="Arg">G</var> which is what the function returns.</p>
<p>The kernel of the epimorphism is isomorphic to the Schur multiplicator of <var class="Arg">G</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NonAbelianExteriorSquare</code>( <var class="Arg">G</var> )</td><td class="tdright">( attribute )</td></tr></table></div>
<p>computes the non-abelian exterior square of a polycyclic group <var class="Arg">G</var>. See the explanation for <code class="code">NonAbelianExteriorSquareEpimorphism</code>. The natural projection of the non-abelian exterior square onto the derived group of <var class="Arg">G</var> is stored in the component <code class="code">!.epimorphism</code>.</p>
<p>There is a crossed pairing from <span class="SimpleMath">\(G\times G\)</span> into <span class="SimpleMath">\(G\wedge G\)</span>. See the function <code class="code">SchurExtensionEpimorphism</code> for details. The crossed pairing is stored in the component <code class="code">!.crossedPairing</code>. This is the crossed pairing <span class="SimpleMath">\(\lambda\)</span> in <a href="chapBib_mj.html#biBEickNickel07">[EN08]</a>.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">G := DihedralPcpGroup(0);</span>
Pcp-group with orders [ 2, 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">GwG := NonAbelianExteriorSquare( G );</span>
Pcp-group with orders [ 0 ]
<span class="GAPprompt">gap></span> <span class="GAPinput">lambda := GwG!.crossedPairing;</span>
function( g, h ) ... end
<span class="GAPprompt">gap></span> <span class="GAPinput">lambda( G.1, G.2 );</span>
g2^2*g4^-1
</pre></div>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NonAbelianTensorSquareEpimorphism</code>( <var class="Arg">G</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns for a polycyclic group <var class="Arg">G</var> the projection of the non-abelian tensor square <span class="SimpleMath">\(G\otimes G\)</span> onto the non-abelian exterior square <span class="SimpleMath">\(G\wedge G\)</span>. The range of that epimorphism has the component <code class="code">!.epimorphism</code> set to the projection of the non-abelian exterior square onto the derived group of <var class="Arg">G</var>. See also the function <code class="code">NonAbelianExteriorSquare</code>.</p>
<p>With the result of this function one can compute the groups in the commutative diagram at the beginning of the paper <a href="chapBib_mj.html#biBEickNickel07">[EN08]</a>. The kernel of the returned epimorphism is the group <span class="SimpleMath">\(\nabla(G)\)</span>. The kernel of the composition of this epimorphism and the above mention projection onto <span class="SimpleMath">\(G'\) is the group \(J(G)\).
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ NonAbelianExteriorSquarePlusEmbedding</code>( <var class="Arg">G</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>returns an embedding from the non-abelian exterior square <span class="SimpleMath">\(G\wedge G\)</span> into an extensions of <span class="SimpleMath">\(G\wedge G\)</span> by <span class="SimpleMath">\(G\times G\)</span>. For the significance of the group see the paper <a href="chapBib_mj.html#biBEickNickel07">[EN08]</a>. The range of the epimorphism is the group <span class="SimpleMath">\(\tau(G)\)</span> in that paper.</p>
¤ 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.0.86Bemerkung:
(vorverarbeitet)
¤
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.