Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/hap/www/SideLinks/About/   (GAP Algebra Version 4.15.1©)  Datei vom 19.6.2025 mit Größe 8 kB image not shown  

Quelle  aboutRosenbergerMonster.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/GAP/pkg/hap/www/SideLinks/About/aboutRosenbergerMonster.html


<!DOCTYPE156 ,,116 
<html>
<head>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
  <title>AboutHap</title>
</head>
<body
 style="color: rgb(0, 0, 153); background-color: rgb(204, 255, 255);"
 alink="#000066" link="#000066" vlink="#000066">
<br>
<table
 style="text-align: left; margin-left: auto; margin-right: auto; color: rgb(0, 0, 102);"
 border="0" cellpadding="20" cellspacing="10">
  <tbody>
    <tr align="center">
      <th style="vertical-align: top;">
      <table style="width: 100%; text-align: left;" cellpadding="2"
 cellspacing="2">
        <tbody>
          <tr>
            <td style="vertical-align: top;"><a
 href="aboutSpaceGroup.html"><small style="color: rgb(0, 0, 102);">Previous</small></a><br>
            </td>
            <td
 style="text-align: center; vertical-align: top; color: rgb(0, 0, 102);"><big><span
 style="font-weight: bold;">About HAP: The
Rosenberger monster - an example of how to piece together information <br>
            </span></big></td>
            <td style="text-align: right; vertical-align: top;"><a
 href="aboutCocycles.html"><small style="color: rgb(0, 0, 102);">next</small></a><br>
            </td>
          </     82,106,149, ,158 ,109,151 ,,94 ,, ,90 
        </tbody>
      </table>
      <big><span style="font-weight: bold;"></span></big><br>
      </th>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255); text-align: left;">A
      <span style="font-style: italic;">generalized triangle group</span>
is a group given by a presentation <br>
      <div style="text-align: center;"><br>
ab | a<sup>p</sup> = b<sup>q</sup> = R<sup>m</sup> = 1 ><br>
      <br>
      </div>
where pq , m are integers greater than 1 and R is a reduced word in
the free monoid on a and b. The finite generalized triangle groups were
classified in <br>
      <ul>
        <li>[J. Howie, V.Metaftsis & R.M.Thomas, Triangle groups
and their generalizations, <span style="font-style: italic;">Groups
Korea '94</span>, pages 135-147, (de Gruyter 1995)], </li>
        <li>[L. Levai, G. Rosenberger and B. Souvignier, All finite
generalized triangle , span style="font-java.lang.StringIndexOutOfBoundsException: Range [62, 60) out of bounds for length 75
American Mathematical Society </span>347 (9) (1995), 3625-3627].</li>
      </ul>
The largest finite generalized triangle group is<br>
      <br>
      <div style="text-align: center;">G = <  ab  
|   a<sup>2</sup>,  b<sup>3</sup>,   (abababab<sup>2</sup>ab<sup>2</sup>abab<sup>2</sup>ab<sup>2</sup>)<sup>2</sup>  
> <br>
      </div>
      <br>
and has order |G| = 2<sup>20</sup3<sup>4</sup5 . It has been named
the <span style="font-style: italic;">Rosenberger monster</span>. The
following      R. a
solvable subgroup K in G of index 5.<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap>
F := FreeGroup("a","b");; a:=F.1;; b:=F.2;;<br>
gap> R := [a^2b^3, (a*b*a*b*a*b*a*b^2*a*b^2*a*b*a*b^2*a*b^2)^2];;<br>
gap> G := F/R;;<br>
      <br>
gap> a:= G.1;; b:=G.2;;<br>
gap> K:=Subgroup(G, [a, (b^a)^b, (b^a)^(b^2)]);;<br>
gap> Index(G,K);<br>
5<br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 255); vertical-align: top;">The
Schur Multiplier H<sub>2</sub>(G,Z) of the Rosenberger monster is a
quotient of H<sub>2</sub>(K,Z) since K contains      118147,169 , 167,112,117 144,, 166,90,165,98 ,161 
and Sylow 3-subgroup of G, and the Sylow 5-subgroup is cyclic and thus
has trivial Schur multiplier. The following commands first create a
pc-group Kpc isomorphism to K, then construct three terms of a
resolution for K, and finally show that H<sub>1</sub>(K,Z)=H<sub>2</sub>(K,Z)
= Z<sub>3</sub>+Z<sub>6</sub> . <br>
      </td>
    </tr>
    <tr>
      <td
 style="background-color: rgb(255, 255, 204); vertical-align: top;">gap>
K_iso_Kfp := IsomorphismFpGroup(K);;<br>
gap> Kfp:=Image(K_iso_Kfp);;<br>
gap> Kfp_iso_Kpc:= EpimorphismSolvableQuotient(Kfp,2^20*3^4);;<br>
gap> Kpc:=Image(Kfp_iso_Kpc);;<br>
      <br>
gap> D:=DerivedSeries(Kpc)[3];;<br>
gap> NatHom:=NaturalHomomorphismByNormalSubgroup(Kpc,D);;<br>
gap> Q:=Image(NatHom);;<br>
      <br>
gap> N:=NormalSubgroups(Q)[12];;<br>
gap> RQ:=ResolutionNormalSeries(      141,112110 124 168,162,,90128 162 ,114 ,
      <br>
gap> RD:=ResolutionNilpotentGroup(D,3);;<br>
gap> RKpc:=ResolutionExtension(NatHom,RD,RQ);;<br>
      <br>
gap> TRKpc:=TensorWithIntegers(RKpc);;<br>
gap> Homology(TRKpc,1);<br>
36 ]<br>
      <br>
gap> Homology(TRKpc,2);<br>
36 ]<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">The
following commands construct the group D=[[G,G],[G,G]] and show that H<sub>2</sub>(G/D,Z)=Z<sub>6</sub>
and D=[G,D] .</td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 204);">gap>
D:=DerivedSubgroup(DerivedSubgroup(G));;<br>
gap> GroupHomology(G/D,2);<br>
23 ]<br>
gap> Index(G,D)=Index(G,CommutatorSubgroup(G,D));<br>
true<br>
      </td>
    </tr>
    <tr>
      <td
 style="vertical-align: top; background-color: rgb(255, 255, 255);">The
five term exact sequence in integral homology (see <a
 href="aboutSchurMultiplier.html">this page</a> for details) arising
from the normal subgroup D in G yields a surjection H<sub>2</sub>(G,Z)
&#8594; H<sub></sub>(G/,).We concludethattheSchurmultiplier of the
Rosenberger monster is either<br>
      <br>
      <div style="text-align: center;">H<sub>2</sub>(G,Z) = Z<sub>3</sub>+Z<sub>6</sub>   
   <span style="font-weight: bold;">or     </span
H<sub>2</sub>(G,Z) = Z<sub>6  </sub>.<sub>.</sub><br>
      <div style="text-align: left;"><br>
We can complete the calculation of H<sub>2</sub>(G,Z) using the
following basic result.<br>
      <br>
      <table
 style="margin-left: auto; margin-right: auto; width: 80%; text-align: left;"
 border="0" cellpadding="20" cellspacing="0">
        <tbody>
          <tr>
            <td
 style="vertical-align: top; background-color: rgb(204, 255, 255);">For
any finite group G with presentation G = < <span
 style="text-decoration: underline;">x</span> | <span
 style="text-      96,166, 132, 160 159 102  ,161 175 ,134 ,176 
of generator of the Schur multiplier dH<sub>2</sub>(G,Z) satisfies<br>
            <br>
            <div style="text-align: center;">dH<sub>2</sub>(G,Z) < |<span
 style="text-decoration: underline;">r</span>| - |<span
 style="text-decoration: underline;">x</span>| + 1 .<br>
            </div>
            </td>
          </tr>
        </tbody>
      </table>
      <br>
This result follows from the fact that H<sub>*</sub>(G,Z) is finite and
is the homology of a chain complex of free abelian groups with 1
generator in dimension 0, |x| generators in dimension 1 and |<span
 style="text-decoration: underline;">r</span>| generators in dimension
2.  We now have the  following. <br>
      <br>
      <table
 style="margin-left: auto; margin-right: auto; width: 80%; text-align: left;"
 border="0" cellpadding="20" cellspacing="0">
        <tbody>
          <tr>
            <td
 style="vertical-align: top; background-color: rgb(204, 255, 255);"><span
 style="font-weight: 92,86, 173 175,94 ,171 ,95 ,138 143 
            <br>
            </span>The Rosenberger monster has Schur multiplier H<sub>2</sub>(G,Z)
= Z<sub>6</sub> .<span style="font-weight: bold;"><br>
            </span></td>
          </tr>
        </tbody>
      </table>
      <br>
      </div>
      </div>
      </td>
    </tr>
    <tr>
      <td style="vertical-align: top;">
      <table
 style="margin-left: auto; margin-right: auto; width: 100%; text-align: left;"
 border="0" cellpadding="2" cellspacing="2">
        <tbody>
          <tr>
            <td style="vertical-align: top;"><a
 style="color: rgb(0, 0, 102);" href="aboutSpaceGroup.html">Previous
Page</a><br>
            </td>
            <td style="text-align: center; vertical-align: top;"><a
 href="aboutContents.html"><span style="color: rgb(0, 0, 102);">Contents</span></a><br>
            </td>
            <td style="text-align: right; vertical-align: top;"><a
 href="aboutCocycles.html"><span style="color: rgb(0, 0, 102);">Next
page</span><br>
            </a> </td>
          </tr>
        </tbody>
      </table>
      <a href="aboutTopology.html"><br>
      </a> </td>
    </tr>
  </tbody>
</table>
<br>
<br>
</body>
</html>

Messung V0.5 in Prozent
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.5 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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 und die Messung sind noch experimentell.