<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ExtendScalars</code>( <var class="Arg">R</var>, <var class="Arg">G</var>, <var class="Arg">EltsG</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZH</span>-resolution <span class="SimpleMath">R</span>, a group <span class="SimpleMath">G</span> containing <span class="SimpleMath">H</span> as a subgroup, and a list <span class="SimpleMath">EltsG</span> of elements of <span class="SimpleMath">G</span>. It returns the free <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">(R ⊗_ZH ZG)</span>. The returned resolution <span class="SimpleMath">S</span> has S!.elts:=EltsG. This is a resolution of the <span class="SimpleMath">ZG</span>-module <span class="SimpleMath">(Z ⊗_ZH ZG)</span>. (Here <span class="SimpleMath">⊗_ZH</span> means tensor over <span class="SimpleMath">ZH</span>.)</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ HomToIntegers</code>( <var class="Arg">X</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs either a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">X=R</span>, or an equivariant chain map <span class="SimpleMath">X = (F:R ⟶ S)</span>. It returns the cochain complex or cochain map obtained by applying <span class="SimpleMath">HomZG( _ , Z)</span> where <span class="SimpleMath">Z</span> is the trivial module of integers (characteristic 0).</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ HomToIntegersModP</code>( <var class="Arg">R</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> and returns the cochain complex obtained by applying <span class="SimpleMath">HomZG( _ , Z_p)</span> where <span class="SimpleMath">Z_p</span> is the trivial module of integers mod <span class="SimpleMath">p</span>. (At present this functor does not handle equivariant chain maps.)</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ HomToIntegralModule</code>( <var class="Arg">R</var>, <var class="Arg">f</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> and a group homomorphism <span class="SimpleMath">f:G ⟶ GL_n(Z)</span> to the group of <span class="SimpleMath">n×n</span> invertible integer matrices. Here <span class="SimpleMath">Z</span> must have characteristic 0. It returns the cochain complex obtained by applying <span class="SimpleMath">HomZG( _ , A)</span> where <span class="SimpleMath">A</span> is the <span class="SimpleMath">ZG</span>-module <span class="SimpleMath">Z^n</span> with <span class="SimpleMath">G</span> action via <span class="SimpleMath">f</span>. (At present this function does not handle equivariant chain maps.)</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithIntegralModule</code>( <var class="Arg">R</var>, <var class="Arg">f</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> and a group homomorphism <span class="SimpleMath">f:G ⟶ GL_n(Z)</span> to the group of <span class="SimpleMath">n×n</span> invertible integer matrices. Here <span class="SimpleMath">Z</span> must have characteristic 0. It returns the chain complex obtained by tensoring over <span class="SimpleMath">ZG</span> with the <span class="SimpleMath">ZG</span>-module <span class="SimpleMath">A=Z^n</span> with <span class="SimpleMath">G</span> action via <span class="SimpleMath">f</span>. (At present this function does not handle equivariant chain maps.)</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ HomToGModule</code>( <var class="Arg">R</var>, <var class="Arg">A</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> and an abelian G-outer group A. It returns the G-cocomplex obtained by applying <span class="SimpleMath">HomZG( _ , A)</span>. (At present this function does not handle equivariant chain maps.)</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ LowerCentralSeriesLieAlgebra</code>( <var class="Arg">G</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">‣ LowerCentralSeriesLieAlgebra</code>( <var class="Arg">f</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a pcp group <span class="SimpleMath">G</span>. If each quotient <span class="SimpleMath">G_c/G_c+1</span> of the lower central series is free abelian or p-elementary abelian (for fixed prime p) then a Lie algebra <span class="SimpleMath">L(G)</span> is returned. The abelian group underlying <span class="SimpleMath">L(G)</span> is the direct sum of the quotients <span class="SimpleMath">G_c/G_c+1</span> . The Lie bracket on <span class="SimpleMath">L(G)</span> is induced by the commutator in <span class="SimpleMath">G</span>. (Here <span class="SimpleMath">G_1=G</span>, <span class="SimpleMath">G_c+1=[G_c,G]</span> .)</p>
<p>The function can also be applied to a group homomorphism <span class="SimpleMath">f: G ⟶ G' . In this case the induced homomorphism of Lie algebras L(f):L(G) ⟶ L(G')</span> is returned.</p>
<p>If the quotients of the lower central series are not all free or p-elementary abelian then the function returns fail.</p>
<p>This function was written by Pablo Fernandez Ascariz</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithIntegers</code>( <var class="Arg">X</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs either a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">X=R</span>, or an equivariant chain map <span class="SimpleMath">X = (F:R ⟶ S)</span>. It returns the chain complex or chain map obtained by tensoring with the trivial module of integers (characteristic 0).</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FilteredTensorWithIntegers</code>( <var class="Arg">R</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> for which "filteredDimension" lies in NamesOfComponents(R). (Such a resolution can be produced using TwisterTensorProduct(), ResolutionNormalSubgroups() or FreeGResolution().) It returns the filtered chain complex obtained by tensoring with the trivial module of integers (characteristic 0).</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithTwistedIntegers</code>( <var class="Arg">X</var>, <var class="Arg">rho</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs either a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">X=R</span>, or an equivariant chain map <span class="SimpleMath">X = (F:R ⟶ S)</span>. It also inputs a function <span class="SimpleMath">rho: G→ Z</span> where the action of <span class="SimpleMath">g ∈ G</span> on <span class="SimpleMath">Z</span> is such that <span class="SimpleMath">g.1 = rho(g)</span>. It returns the chain complex or chain map obtained by tensoring with the (twisted) module of integers (characteristic 0).</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithIntegersModP</code>( <var class="Arg">X</var>, <var class="Arg">p</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs either a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">X=R</span>, or a characteristics 0 chain complex, or an equivariant chain map <span class="SimpleMath">X = (F:R ⟶ S)</span>, or a chain map between characteristic 0 chain complexes, together with a prime <span class="SimpleMath">p</span>. It returns the chain complex or chain map obtained by tensoring with the trivial module of integers modulo <span class="SimpleMath">p</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithTwistedIntegersModP</code>( <var class="Arg">X</var>, <var class="Arg">p</var>, <var class="Arg">rho</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs either a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">X=R</span>, or an equivariant chain map <span class="SimpleMath">X = (F:R ⟶ S)</span>, and a prime <span class="SimpleMath">p</span>. It also inputs a function <span class="SimpleMath">rho: G→ Z</span> where the action of <span class="SimpleMath">g ∈ G</span> on <span class="SimpleMath">Z</span> is such that <span class="SimpleMath">g.1 = rho(g)</span>. It returns the chain complex or chain map obtained by tensoring with the trivial module of integers modulo <span class="SimpleMath">p</span>.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ TensorWithRationals</code>( <var class="Arg">R</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Inputs a <span class="SimpleMath">ZG</span>-resolution <span class="SimpleMath">R</span> and returns the chain complex obtained by tensoring with the trivial module of rational numbers.</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.