<p>Returns a pregroup presentation for the <span class="SimpleMath">(<var class="Arg">p</var>,<var class="Arg">q</var>,<var class="Arg">r</var>)</span>-triangle group, the pregroup is the pregroup of the free product of a cyclic group of order <var class="Arg">p</var> generated by <span class="SimpleMath">x</span> and a cyclic group of order <var class="Arg">q</var> generated by <span class="SimpleMath">y</span> together with the relation <span class="SimpleMath">(xy)^r</span>.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">T := TriangleGroup(2,3,7);</span>
<pregroup presentation with 3 generators and 1 relators>
<span class="GAPprompt">gap></span> <span class="GAPinput">Pregroup(T);</span>
<pregroup with 4 elements in table rep>
<span class="GAPprompt">gap></span> <span class="GAPinput">Relators(T);</span>
[ <pregroup relator ([ "2", "3" ])^7> ]
<span class="GAPprompt">gap></span> <span class="GAPinput">T := TriangleGroup(17,22,100);</span>
<pregroup presentation with 37 generators and 1 relators>
<span class="GAPprompt">gap></span> <span class="GAPinput">Pregroup(T);</span>
<pregroup with 38 elements in table rep>
<span class="GAPprompt">gap></span> <span class="GAPinput">Relators(T);</span>
[ <pregroup relator ([ "2", "18" ])^100> ]
<span class="GAPprompt">gap></span> <span class="GAPinput">IsHyperbolic(T, 1/6);</span>
true
</pre></div>
<p>Returns a pregroup presentation of the quotient of the <span class="SimpleMath">(2,3,<var class="Arg">m</var>)</span>-triangle group by the normal subgroup generated by <span class="SimpleMath">n</span>th power of the commutator of <span class="SimpleMath">x</span> and <span class="SimpleMath">y</span>. The name <code class="func">TriSH</code> is a synonym for <code class="func">TriangleCommutatorQuotient</code> provided for backwards compatibility and might be removed in the future.</p>
<p>Returns the quotient of the <span class="SimpleMath">(<var class="Arg">p</var>,<var class="Arg">q</var>,<var class="Arg">r</var>)</span>-triangle group by a random relator of length <var class="Arg">len</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ JackButtonGroup</code>( )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: a pregroup presentation</p>
<p>The Jack-Button group, as suggested to me by Alan Logan. It is known to be hyperbolic, but the tester fails for it. The pregroup is the pregroup of the free group of rank 3 with generators <span class="SimpleMath">a</span>,<span class="SimpleMath">b</span>, and <span class="SimpleMath">t</span> and two relators <span class="SimpleMath">t^-1atb^-1a^-1</span> and <span class="SimpleMath">t^-1ata^-1b^-1</span>.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">J := JackButtonGroup();</span>
<pregroup presentation with 6 generators and 2 relators>
<span class="GAPprompt">gap></span> <span class="GAPinput">Pregroup(J);</span>
<pregroup of free group of rank 3>
<span class="GAPprompt">gap></span> <span class="GAPinput">Relators(J);</span>
[ <pregroup relator TatBA>, <pregroup relator TatAB> ]
</pre></div>
<p>Returns a pregroup presentation over the given pregroup <var class="Arg">pg</var> with <var class="Arg">nrel</var> randomly chosen relators of length <var class="Arg">lrel</var>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ RandomPregroupWord</code>( <var class="Arg">pg</var>, <var class="Arg">len</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Returns: a list of integers</p>
<p>A random list of pregroup element numbers of the pregroup <var class="Arg">pregroup</var> of length <var class="Arg">len</var>. When interpreted as a pregroup word this is cyclically reduced.</p>
<p>This package provides the operations <code class="code">IsHyperbolic</code>, ways of testing a finitely presented group for hyperbolicity in the sense of Gromov.</p>
<p>The algorithm is based on ideas by Richard Parker, and the theory is described in the paper "Polynomial time proofs that groups are hyperbolic".</p>
<p>The main function of this package is the so-called RSym-tester. Given a (pregroup) presentation of a group, this function will try to prove whether the group defined by the presentation is hyperbolic, and will give an answer in polynomial time. Since hyperbolicity is undecidable, the answer can be positive, negative, or inconclusive.</p>
<p>As a simple example consider the following. Triangle groups are known to be hyperbolic when the sum <span class="SimpleMath">frac1p + frac1q + frac1r</span> is less than <span class="SimpleMath">1</span>. The parameter for <code class="func">IsHyperbolic</code> (<a href="chap3.html#X7DB6545987479C4B"><span class="RefLink">3.5-3</span></a>) gives the algorithm a hint how hard it should try.</p>
<p>An implementation of the hyperbolicity testing algorithm and word-problem solver exist in MAGMA as well. For ease of comparison between the results these two systems give, <strong class="pkg">walrus</strong> contains an interface that aims to be compatible with MAGMA's. Please refer to MAGMA's documentation for further details.</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.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.