Handbook of computational group theory

510 177 0
Handbook of computational group theory

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

DISCRETE MATHEMATICS AND ITS APPLICATIONS Series Editor Kenneth H.Rosen, Ph.D Charles J.Colbourn and Jeffrey H.Dinitz, The CRC Handbook of Combinatorial Designs Charalambos A.Charalambides, Enumerative Combinatorics Steven Furino, Ying Miao, and Jianxing Yin, Frames and Resolvable Designs: Uses, Constructions, and Existence Randy Goldberg and Lance Riek, A Practical Handbook of Speech Coders Jacob E.Goodman and Joseph O’Rourke, Handbook of Discrete and Computational Geometry, Second Edition Jonathan Gross and Jay Yellen, Graph Theory and Its Applications Jonathan Gross and Jay Yellen, Handbook of Graph Theory Darrel R.Hankerson, Greg A.Harris, and Peter D.Johnson, Introduction to Information Theory and Data Compression, Second Edition Daryl D.Harms, Miroslav Kraetzl, Charles J.Colbourn, and John S.Devitt, Network Reliability: Experiments with a Symbolic Algebra Environment David M.Jackson and Terry I.Visentin, An Atlas of Smaller Maps in Orientable and Nonorientable Surfaces Richard E.Klima, Ernest Stitzinger, and Neil P.Sigmon, Abstract Algebra Applications with Maple Patrick Knupp and Kambiz Salari, Verification of Computer Codes in Computational Science and Engineering Donald L.Kreher and Douglas R.Stinson, Combinatorial Algorithms: Generation Enumeration and Search Charles C.Lindner and Christopher A.Rodgers, Design Theory Alfred J.Menezes, Paul C.van Oorschot, and Scott A.Vanstone, Handbook of Applied Cryptography Richard A.Mollin, Algebraic Number Theory Richard A.Mollin, Fundamental Number Theory with Applications Richard A.Mollin, An Introduction to Cryptography © 2005 by Chapman & Hall/CRC Press Continued Titles Richard A.Mollin, Quadratics Richard A.Mollin, RSA and Public-Key Cryptography Kenneth H.Rosen, Handbook of Discrete and Combinatorial Mathematics Douglas R.Shier and K.T.Wallenius, Applied Mathematical Modeling: A Multidisciplinary Approach Douglas R.Stinson, Cryptography: Theory and Practice, Second Edition Roberto Togneri and Christopher J.deSilva, Fundamentals of Information Theory and Coding Design Lawrence C.Washington, Elliptic Curves: Number Theory and Cryptography Kun-Mao Chao and Bang Ye Wu, Spanning Trees and Optimization Problems Juergen Bierbrauer, Introduction to Coding Theory William Kocay and Donald L.Kreher, Graphs, Algorithms, and Optimization Derek F.Holt with Bettina Eick and Eamonn A.O’Brien, Handbook of Computational Group Theory © 2005 by Chapman & Hall/CRC Press DISCRETE MATHEMATICS AND ITS APPLICATIONS Series Editor KENNETH H ROSEN HANDBOOK OF COMPUTATIONAL GROUP THEORY DEREK F.HOLT BETTINA EICK EAMONN A.O’BRIEN CHAPMAN & HALL/CRC A CRC Press Company Boca Raton London New York Washington, D.C © 2005 by Chapman & Hall/CRC Press Library of Congress Cataloging-in-Publication Data Catalog record is available from the Library of Congress This book contains information obtained from authentic and highly regarded sources Reprinted material is quoted with permission, and sources are indicated A wide variety of references are listed Reasonable efforts have been made to publish reliable data and information, but the author and the publisher cannot assume responsibility for the validity of all materials or for the consequences of their use Neither this book nor any part may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, microfilming, and recording, or by any information storage or retrieval system, without prior permission in writing from the publisher The consent of CRC Press does not extend to copying for general distribution, for promotion, for creating new works, or for resale Specific permission must be obtained in writing from CRC Press for such copying Direct all inquiries to CRC Press, 2000 N.W Corporate Blvd., Boca Raton, Florida 33431 Trademark Notice: Product or corporate names may be trademarks or registered trademarks, and are used only for identification and explanation, without intent to infringe Visit the CRC Press Web site at www.crcpress.com © 2005 by Chapman & Hall/CRC Press No claim to original U.S Government works International Standard Book Number 1-58488-372-3 Printed in the United States of America Printed on acid-free paper © 2005 by Chapman & Hall/CRC Press Preface This book is about computational group theory, which we shall frequently abbreviate to CGT The origins of this lively and active branch of mathematics can be traced back to the late nineteenth and early twentieth centuries, but it has been flourishing particularly during the past 30 to 40 years The aim of this book is to provide as complete a treatment as possible of all of the fundamental methods and algorithms in CGT, without straying above a level suitable for a beginning postgraduate student There are currently three specialized books devoted to specific areas of CGT, namely those of Greg Butler [But91] and Ákos Seress [Ser03] on algorithms for permutation groups, and the book by Charles Sims [Sim94] on computation with finitely presented groups These texts cover their respective topics in greater detail than we shall here, although we have relied heavily on some of the pseudocode presented in [Sim94] in our treatment of coset enumeration in Chapter 5, The most basic algorithms in CGT tend to be representation specific; that is, there are separate methods for groups given as permutation or matrix groups, groups defined by means of polycyclic presentations, and groups that are defined using a general finite presentation We have devoted separate chapters to algorithms that apply to groups in these different types of representations, but there are other chapters that cover important methods involving more than one type For example, Chapter is about finding presentations of permutation groups and the connections between coset enumeration and methods for finding the order of a finite permutation group We have also included a chapter (Chapter 11) on the increasing number of precomputed stored libraries and databases of groups, character tables, etc that are now publicly available They have been playing a major rôle in CGT in recent years, both as an invaluable resource for the general mathematical public, and as components for use in some advanced algorithms in CGT The library of all finite groups of order up to 2000 (except for order 1024) has proved to be particularly popular with the wider community It is inevitable that our choice of topics and treatment of the individual topics will reflect the authors’ personal expertise and preferences to some extent On the positive side, the final two chapters of the book cover applications of string-rewriting techniques to CGT (which is, however, treated in much greater detail in [Sim94]), and the application of finite state automata to the computation of automatic structures of finitely presented groups On the other hand, there may be some topics for which our treatment is more superficial than it would ideally be One such area is the complexity analysis of the algorithms of CGT During the 1980s and 1990s some, for the most part friendly and respectful, rivalry developed between those whose research in CGT was principally directed towards producing better performance of their code, and those who were more interested in proving theoretical results concerning the complexity of v © 2005 by Chapman & Hall/CRC Press vi the algorithms This study of complexity began with the work of Eugene Luks, who established a connection in his 1982 article [Luk82] between permutation group algorithms and the problem of testing two finite graphs for isomorphism Our emphasis in this book will be more geared towards algorithms that perform well in practice, rather than those with the best theoretical complexity Fortunately, Seress’ book [Ser03] includes a very thorough treatment of complexity issues, and so we can safely refer the interested reader there In any case, as machines become faster, computer memories larger, and bigger and bigger groups come within the range of practical computation, it is becoming more and more the case that those algorithms with the more favourable complexity will also run faster when implemented The important topic of computational group representation theory and computations with group characters is perhaps not treated as thoroughly as it might be in this book We have covered some of the basic material in Chapter 7, but there is unfortunately no specialized book on this topic For a brief survey of the area, we can refer the reader to the article by Gerhard Hiss [His03] One of the most active areas of research in CGT at the present time, both from the viewpoint of complexity and of practical performance, is the development of effective methods for computing with large finite groups of matrices Much of this material is beyond the scope of this book It is, in any case, developing and changing too rapidly to make it sensible to attempt to cover it properly here Some pointers to the literature will of course be provided, mainly in Section 7.8 Yet another topic that is beyond the scope of this book, but which is of increasing importance in CGT, is computational Lie theory This includes computations with Coxeter groups, reflection groups, and groups of Lie type and their representations It also connects with computations in Lie algebras, which is an area of independent importance The article by Cohen, Murray, and Taylor [CMT04] provides a possible starting point for the interested reader The author firmly believes that the correct way to present a mathematical algorithm is by means of pseudocode, since a textual description will generally lack precision, and will usually involve rather vague instructions like “carry on in a similar manner” So we have included pseudocode for all of the most basic algorithms, and it is only for the more advanced procedures that we have occasionally lapsed into sketchy summaries We are very grateful to Thomas Cormen who has made his LATEXpackage ‘clrscode’ for displaying algorithms publicly available This was used by him and his coauthors in the well-known textbook on algorithms [CLRS02] Although working through all but the most trivial examples with procedures that are intended to be run on a computer can be very tedious, we have attempted to include illustrative examples for as many algorithms as is practical At the end of each chapter, or sometimes section, we have attempted to direct the reader’s attention to some applications of the techniques developed © 2005 by Chapman & Hall/CRC Press vii in that chapter either to other areas of mathematics or to other sciences It is generally difficult to this effectively Although there are many important and interesting applications of CGT around, the most significant of them will typically use methods of CGT as only one of many components, and so it not possible to them full justice without venturing a long way outside of the main topic of the book We shall assume that the reader is familiar with group theory up to an advanced undergraduate level, and has a basic knowledge of other topics in algebra, such as ring and field theory Chapter includes a more or less complete survey of the required background material in group theory, but we shall assume that at least most of the topics reviewed will be already familiar to readers Chapter assumes some basic knowledge of group representation theory, such as the equivalence between matrix representations of a group G over a field K and KG-modules, but it is interesting to note that many of the most fundamental algorithms in the area, such as the ‘Meataxe’, use only rather basic linear algebra A number of people have made helpful and detailed comments on draft versions of the book, and I would particularly like to thank John Cannon, Bettina Eick, Joachim Neubüser, and Colva Roney-Dougal in this regard Most of all, I am grateful to my two coauthors, Bettina Eick and Eamonn O’Brien for helping me to write parts of the book The whole of Chapter 8, on computing in polycyclic groups, was written by Bettina Eick, as were Sections 11.1 and 11.4 on the libraries of primitive groups and of small groups, respectively Section 7.8 on computing in matrix groups and Section 9.4 on computing p-quotients of finitely presented groups were written by Eamonn O’Brien August 2004 © 2005 by Chapman & Hall/CRC Press Derek Holt Contents Notation and displayed procedures A Historical Review of Computational Group Theory Background Material 2.1 Fundamentals 2.1.1 Definitions 2.1.2 Subgroups 2.1.3 Cyclic and dihedral groups 2.1.4 Generators 2.1.5 Examples—permutation groups and matrix groups 2.1.6 Normal subgroups and quotient groups 2.1.7 Homomorphisms and the isomorphism theorems 2.2 Group actions 2.2.1 Definition and examples 2.2.2 Orbits and stabilizers 2.2.3 Conjugacy, normalizers, and centralizers 2.2.4 Sylow’s theorems 2.2.5 Transitivity and primitivity 2.3 Series 2.3.1 Simple and characteristically simple groups 2.3.2 Series 2.3.3 The derived series and solvable groups 2.3.4 Central series and nilpotent groups 2.3.5 The socle of a finite group 2.3.6 The Frattini subgroup of a group 2.4 Presentations of groups 2.4.1 Free groups 2.4.2 Group presentations 2.4.3 Presentations of group extensions 2.4.4 Tietze transformations 2.5 Presentations of subgroups 2.5.1 Subgroup presentations on Schreier generators 2.5.2 Subgroup presentations on a general generating set 2.6 Abelian group presentations xvi 9 11 12 13 13 14 15 17 17 19 20 21 22 26 26 27 27 29 31 32 33 33 36 38 40 41 41 44 46 ix © 2005 by Chapman & Hall/CRC Press x 2.7 2.8 Representation theory, modules, extensions, derivations, and complements 48 2.7.1 The terminology of representation theory 49 2.7.2 Semidirect products, complements, derivations, and first cohomology groups 50 2.7.3 Extensions of modules and the second cohomology group 52 2.7.4 The actions of automorphisms on cohomology groups 54 Field theory 56 2.8.1 Field extensions and splitting fields 56 2.8.2 Finite fields 58 2.8.3 Conway polynomials 59 Representing Groups on a Computer 3.1 Representing groups on computers 3.1.1 The fundamental representation types 3.1.2 Computational situations 3.1.3 Straight-line programs 3.1.4 Black-box groups 3.2 The use of random methods in CGT 3.2.1 Randomized algorithms 3.2.2 Finding random elements of groups 3.3 Some structural calculations 3.3.1 Powers and orders of elements 3.3.2 Normal closure 3.3.3 The commutator subgroup, derived series, and lower central series 3.4 Computing with homomorphisms 3.4.1 Defining and verifying group homomorphisms 3.4.2 Desirable facilities Computation in Finite Permutation Groups 4.1 The calculation of orbits and stabilizers 4.1.1 Schreier vectors 4.2 Testing for Alt(⍀) and Sym(⍀) 4.3 Finding block systems 4.3.1 Introduction 4.3.2 The Atkinson algorithm 4.3.3 Implementation of the class merging process 4.4 Bases and strong generating sets 4.4.1 Definitions 4.4.2 The Schreier-Sims algorithm 4.4.3 Complexity and implementation issues 4.4.4 Modifying the strong generating set—shallow Schreier trees © 2005 by Chapman & Hall/CRC Press 61 61 61 62 64 65 67 67 69 72 72 73 73 74 74 75 77 77 79 81 82 82 83 85 87 87 90 93 95 xi 4.5 4.6 4.7 4.8 4.4.5 The random Schreier-Sims method 4.4.6 The solvable BSGS algorithm 4.4.7 Change of base Homomorphisms from permutation groups 4.5.1 The induced action on a union of orbits 4.5.2 The induced action on a block system 4.5.3 Homomorphisms between permutation groups Backtrack searches 4.6.1 Searching through the elements of a group 4.6.2 Pruning the tree 4.6.3 Searching for subgroups and coset representatives 4.6.4 Automorphism groups of combinatorial structures and partitions 4.6.5 Normalizers and centralizers 4.6.6 Intersections of subgroups 4.6.7 Transversals and actions on cosets 4.6.8 Finding double coset representatives Sylow subgroups, p-cores, and the solvable radical 4.7.1 Reductions involving intransitivity and imprimitivity 4.7.2 Computing Sylow subgroups 4.7.3 A result on quotient groups of permutation groups 4.7.4 Computing the p-core 4.7.5 Computing the solvable radical 4.7.6 Nonabelian regular normal subgroups Applications 4.8.1 Card shuffling 4.8.2 Graphs, block designs, and error-correcting codes 4.8.3 Diameters of Cayley graphs 4.8.4 Processor interconnection networks Coset Enumeration 5.1 The basic procedure 5.1.1 Coset tables and their properties 5.1.2 Defining and scanning 5.1.3 Coincidences 5.2 Strategies for coset enumeration 5.2.1 The relator-based method 5.2.2 The coset table-based method 5.2.3 Compression and standardization 5.2.4 Recent developments and examples 5.2.5 Implementation issues 5.2.6 The use of coset enumeration in practice 5.3 Presentations of subgroups 5.3.1 Computing a presentation on Schreier generators 5.3.2 Computing a presentation on the user generators © 2005 by Chapman & Hall/CRC Press 97 98 102 105 105 106 107 108 110 113 114 118 121 124 126 131 132 133 134 137 138 140 141 143 144 145 147 148 149 150 151 152 156 162 162 165 167 168 170 171 173 173 178 482 Handbook Of Computational Group Theory [Hil02] J.A.Hillman Four-Manifolds, Geometries and Knots, volume of Geometry and Topology Monographs Geometry and Topology Publications, Mathematics Institute, University of Warwick, 2002 [His03] G.Hiss Algorithms of representation theory In Computer Algebra Handbook: Foundations, Applications, Systems, pages 84–88 Springer-Verlag, 2003 [HK84] George Havas and L.G.Kovács Distinguishing eleven crossing knots In Atkinson [Atk84], pages 367–373 [HL89] G.Hiss and K.Lux Brauer Trees of Sporadic Groups Oxford University Press, 1989 [HL04] L.S.Heath and N.A.Loehr New algorithms for generating Conway polynomials over finite fields J Symbolic Comput., 38:1003–1024, 2004 [HLGOR96a] Derek F.Holt, C.R.Leedham-Green, E.A.O’Brien, and Sarah Rees Computing matrix group decompositions with respect to a normal subgroup J Algebra, 184:818–838, 1996 [HLGOR96b] Derek F.Holt, C.R.Leedham-Green, E.A.O’Brien, and Sarah Rees Testing matrix groups for primitivity J Algebra, 184:795–817, 1996 + [HLO 04] P.E.Holmes, S.A.Linton, E.A.O’Brien, A.J.E.Ryba, and R.A.Wilson Constructive membership testing in black-box groups Preprint, 2004 [HM97] George Havas and Bohdan S.Majewski Integer matrix diagonalization J Symbolic Comput., 24:399–408, 1997 [HMM98] G.Havas, Bohdan S.Majewski, and K.R.Matthews Extended GCD and Hermite normal form algorithms via lattice basis reduction Experimental Math., 7:125–136, 1998 [HMM99] G.Havas, Bohdan S.Majewski, and K.R.Matthews Extended GCD and Hermite normal form algorithms via lattice basis reduction (addenda and errata) Experimental Math., 8:205, 1999 [HMU01] J.E.Hopcroft, R.Motwani, and J.D.Ullman Introduction to Automata Theory, Languages, and Computation AddisonWesley, 2nd edition, 2001 [HN80] George Havas and M.F.Newman Application of computers to questions like those of Burnside In Burnside Groups, volume 806 of Lecture Notes in Math., pages 211–230, Berlin, Heidelberg, New York, 1980 (Bielefeld, 1977), Springer-Verlag © 2005 by Chapman & Hall/CRC Press References 483 [HNO95] George Havas, M.F.Newman, and E.A.O’Brien Groups of deficiency zero In G.Baumslag et al., editors, Geometric and Computational Perspectives on Infinite Groups, volume 25 of Amer Math Soc DIMACS Series, pages 53–67 (DIMACS, 1994), 1995 [Hol84] D.F.Holt The calculation of the Schur multiplier of a permutation group In Atkinson [Atk84], pages 307–318 [Hol85a] D.F.Holt A computer program for the calculation of a covering group of a finite group J Pure Appl Algebra, 35:287–295, 1985 [Hol85b] D.F.Holt The mechanical computation of first and second cohomology groups J Symbolic Comput., 1:351–361, 1985 [Hol91] D.F.Holt The computation of normalizers in permutation groups J Symbolic Comput., 12:499–516, 1991 [Hol95] Derek F.Holt The Warwick automatic group software In G.Baumslag et al., editors, Geometric and Computational Perspectives on Infinite Groups, volume 25 of Amer Math Soc DIMACS Series, pages 69–82 (DIMACS, 1994), 1995 [Hol97] Derek F.Holt Representing quotients of permutation groups Quart J Math (Oxford), 48:347–350, 1997 [Hop71] J.E.Hopcroft An n log n algorithm for minimizing the states in a finite automaton In Z.Kohavi, editor, The Theory of Machines and Computations, pages 189–196, New York, 1971 Academic Press [HP89] Derek F.Holt and W.Plesken Perfect Groups Clarendon Press, Oxford, 1989 [HR92] Derek F.Holt and Sarah Rees Testing for isomorphism between finitely presented groups In Groups, Combinatorics and Geometry, volume 165 of London Math Soc Lecture Note Ser., pages 459–475, London, 1992 Durham, 1989, Cambridge University Press [HR93] Derek F.Holt and Sarah Rees A graphics system for displaying finite quotients of finitely presented groups In Finkelstein and Kantor [FK93], pages 113–126 [HR94] Derek F.Holt and Sarah Rees Testing modules for irreducibility J Austral Math Soc Ser A, 57:1–16, 1994 [HR99] George Havas and Colin Ramsay Coset enumeration: ACE version (http://www.csee.uq.edu.au/~cram/ce.html), 1999 © 2005 by Chapman & Hall/CRC Press 484 Handbook Of Computational Group Theory [HS79] George Havas and L.S.Sterling Integer matrices and abelian groups In Symbolic and Algebraic Computation, volume 72 of Lecture Notes in Comput Sci., pages 431–451, Berlin, Heidelberg, New York, 1979 (Marseille, 1979), SpringerVerlag [Hul] Alexander Hulpke Constructing transitive permutation groups To appear in J Symbolic Comput [Hul96] Alexander Hulpke Konstruktion transitiver Permutationsgruppen PhD thesis, RWTH Aachen, 1996 [Hul99a] A.Hulpke Computing subgroups invariant under a set of automorphisms J Symbolic Comput., 27:415–427, 1999 [Hul99b] A.Hulpke Galois groups through invariant relations In Groups St Andrews 1997 in Bath, volume 261 of London Math Soc Lecture Note Ser., pages 379–393, Cambridge, 1999 Cambridge University Press [Hup67] B.Huppert Endliche Gruppen I, volume 134 of Grundlehren Math Wiss Springer-Verlag, Berlin, Heidelberg, New York, 1967 [HWW74] George Havas, G.E.Wall, and J.W.Wamsley The two generator restricted Burnside group of exponent five Bull Austral Math Soc., 10:459–470, 1974 [IL00] Gábor Ivanyos and Klaus Lux Treating the exceptional cases of the Meataxe Experimental Math., 9:373–381, 2000 [Isa76] I.M.Isaacs Character Theory of Finite Groups, volume 69 of Pure and Applied Mathematics Academic Press, Berlin, Heidelberg, New York, 1976 [Iva94] Sergei V.Ivanov The free Burnside groups of sufficiently large exponents Internat J Algebra Comput., 4(1–2) :ii+308, 1994 [Jer82] M.Jerrum A compact representation for permutation groups In Proc 23rd IEEE Sympos Foundations Comp Sci., pages 126–133, 1982 [Jer85] M.Jerrum The complexity of finding minimum length generator sequences Theoretical Computer Science, 36:256– 289, 1985 [JKO99] D.L.Johnson, A.C.Kim, and E.A.O’Brien Certain cyclically presented groups are isomorphic Comm Algebra, 27:3531– 3536, 1999 [JLPW95] Christoph Jansen, Klaux Lux, Richard Parker, and Robert Wilson An Atlas of Brauer Characters, volume 11 of London © 2005 by Chapman & Hall/CRC Press References 485 Math Soc Monographs (New Series) Clarendon Press, Oxford, 1995 [Joh98] D.L.Johnson Presentations of Groups, Second Edition, volume 15 of London Math Soc Stud Texts Cambridge University Press, Cambridge, 1998 [Jor73] C.Jordan Sur la limite de transitivité des groupes non alternés Bull Soc Math France, 1:40–71, 1873 [Jür70] H.Jürgensen Calculation with the elements of a finite group given by generators and defining relations In Leech [Lee70], pages 47–57 [Kan85] William M.Kantor Sylow’s theorem in polynomial time J Comp Syst Sci., 30:359–394, 1985 [Kan90] William M.Kantor Finding Sylow normalizers in polynomial time J Algorithms, 11:523–563, 1990 [Kan91] William M.Kantor Finding composition factors of permutation groups of degree n≤106 J Symbolic Comput., 12:517–526, 1991 [KB70] D.E.Knuth and P.B.Bendix Simple word problems in universal algebras In Leech [Lee70], pages 263–297 [KB79] R.Kannan and A.Bachem Polynomial algorithms for computing the Smith and Hermite normal forms of an integer matrix SIAM J Computing, 9:499–507, 1979 [Ker99] Adalbert Kerber Applied finite group actions, volume 19 of Algorithms and Combinatorics Springer-Verlag, New York, Heidelberg, Berlin, 2nd edition, 1999 [KM02] J.D.Key and J.Moori Codes, designs and graphs from the Janko groups J1 and J2 J Combin Math Combin Comput., 40:143–159, 2002 [KMR03] J.D.Key, J.Moori, and B.G.Rodrigues On some designs and codes from primitive representations of some finite simple groups J Combin Math Combin Comput., 45:3–19, 2003 [Knu69] Donald E.Knuth The Art of Computer Programming Volume 2: Seminumerical Algorithms Addison-Wesley, Massachusetts, 1969 [Knu73] Donald E.Knuth The Art of Computer Programming Volume 3: Sorting and Searching Addison-Wesley, Massachusetts, 1973 [Knu81] D.Knuth Notes on efficient representation of perm groups 1981 © 2005 by Chapman & Hall/CRC Press 486 Handbook Of Computational Group Theory [Kol82] G.Kolata Perfect shuffles and their relation to math Science, 216:505–506, 1982 [KS97] William M.Kantor and Ákos Seress, editors Groups and Computation III, volume of Ohio State University Research Institute Publications, Berlin, New York, 1997 (DIMACS, 1999), Walter de Gruyter [KS01] W.M.Kantor and Á.Seress Black box classical groups Memoirs Amer Math Soc., 149, No 708, 2001 [Lau82] Reinhard Laue Computing double coset representatives for the generation of solvable groups In Jacques Calmet, editor, Computer algebra : EUROCAM ’82, European Computer Algebra Conference, Marseille, France, 5–7 April 1982, volume 144 of Lecture Notes in Comput Sci., pages 65–70, Berlin, 1982 Springer [LeC86] P.LeChenadec A catalogue of complete presentations J Symbolic Comput., 2:363–381, 1986 [Lee63] John Leech Coset enumeration on digital computers Proc Camb Phil Soc., 59:257–267, 1963 [Lee70] J.Leech, editor Computational problems in abstract algebra, Oxford, 1970 (Oxford, 1967), Pergamon Press [Leo80a] Jeffrey S.Leon Finding the order of a permutation group In Bruce Cooperstein and Geoffrey Mason, editors, Finite Groups, volume 37 of Proc Sympos Pure Math., pages 511–517, Providence, RI, 1980 (Santa Cruz, 1979), Amer Math Soc [Leo80b] Jeffrey S.Leon On an algorithm for finding a base and strong generating set for a group given by generating permutations Math Comp., 20:941–974, 1980 [Leo84] Jeffrey S.Leon Computing automorphism groups of combinatorial objects In Atkinson [Atk84], pages 321–335 [Leo91] Jeffrey S.Leon Permutation group algorithms based on partitions, I: Theory and algorithms J Symbolic Comput., 12:533–583, 1991 [LG84] C.R.Leedham-Green A soluble group algorithm In Atkinson [Atk84], pages 85–101 [LGN80] C.R.Leedham-Green and M.F.Newman Space groups and groups of prime-power order I Arch Math (Basel), 35:193– 202, 1980 [LGNW69] C.R.Leedham-Green, P.M.Neumann, and J.Wiegold The breadth and the class of a finite p-group J London Math Soc (2), 1:409–420, 1969 © 2005 by Chapman & Hall/CRC Press References 487 [LGO97a] C.R.Leedham-Green and E.A.O’Brien Recognising tensor products of matrix groups Internat J Algebra Comput., 7:541–559, 1997 [LGO97b] C.R.Leedham-Green and E.A.O’Brien Tensor products are projective geometries J Algebra, 189:514–528, 1997 [LGO02] C.R.Leedham-Green and E.A.O’Brien Recognising tensorinduced matrix groups J Algebra, 253:14–30, 2002 [LGS90] C.R.Leedham-Green and L.H.Soicher Collection from the left and other strategies J Symbolic Comput., 9:665–675, 1990 [LGS98] C.R.Leedham-Green and L.H.Soicher Symbolic collection using Deep Thought LMS J Comput Math., 1:9–24, 1998 [Lie85] Martin W.Liebeck On the orders of maximal subgroups of the finite classical groups Proc London Math Soc (3), 50:426– 446, 1985 [LMR94] Klaus Lux, Jürgen Müller, and Michael Ringe Peakword condensation and submodule lattices: an application of the Meat-Axe J Symbolic Comput., 17:529–544, 1994 [LNS84] R.Laue, J.Neubüser, and U.Schoenwaelder Algorithms for finite soluble groups and the SOGOS system In Atkinson [Atk84], pages 105–135 [Lo98] Eddie H.Lo A polycyclic quotient algorithm J Symbolic Comput., 25:61–97, 1998 [LPS88] Martin W.Liebeck, Cheryl E.Praeger, and Jan Saxl On the O’Nan-Scott theorem for finite primitive permutation groups J Austral Math Soc (Series A), 44:389–396, 1988 [Lüb02] Frank Lübeck Computation of elementary divisors of integer matrices J Symbolic Comput., 33:57–65, 2002 [Luk82] Eugene M.Luks Isomorphism of graphs of bounded valence can be tested in polynomial time J Comp Syst Sci., 25:42– 65, 1982 [Luk92] Eugene M.Luks Computing in solvable matrix groups In Proc 33rd IEEE Sympos Foundations Comp Sci., pages 111–120, 1992 [Luk93] Eugene M.Luks Permutation groups and polynomial-time computation In Finkelstein and Kantor [FK93], pages 139– 175 [Lys96] I.G.Lysënok Infinite Burnside groups of even period Izv Ross Akad Nauk Ser Mat., 60(3):3–224, 1996 © 2005 by Chapman & Hall/CRC Press 488 Handbook Of Computational Group Theory [Mac74] I.D.Macdonald A computer application to finite p-groups J Austral Math Soc Ser A, 17:102–112, 1974 [Mac87] I.D.Macdonald Nilpotent quotient algorithms In Proceedings of Groups—St Andrews 1985, volume 121 of London Math Soc Lecture Note Ser., pages 268–272, Cambridge, 1987 Cambridge University Press [Mag] New York Group Theory Cooperative at CCNY http://www grouptheory.org/ [Mag04] Computational Algebra Group, School of Mathematics and Statistics, University of Sydney The Magma Computational Algebra System for Algebra, Number Theory and Geometry, 2004 (http://magma.maths.usyd.edu.au/magma/) [Mas91] William S.Massey A Basic Course in Algebraic Topology, volume 127 of Graduate Texts in Math Springer-Verlag Inc., New York, 1991 [McK70] John McKay The construction of the character table of a finite group from generators and relations In Leech [Lee70], pages 89–100 [Mil92] C.F.Miller III Decision problems for groups—survey and reflections In G.Baumslag and C.F.Miller III, editors, Algorithms and Classification in Combinatorial Group Theory, volume 23 of MSRI publications, pages 1–60 SpringerVerlag, 1992 [Min98] Torsten Minkwitz An algorithm for solving the factorization problem in permutation groups J Symbolic Comput., 26:89– 95, 1998 [MM87] S.Medvedoff and K.Morrison Groups of perfect shuffles Math Mag., 60:3–14, 1987 [MN89] M.Mecky and J.Neubüser Some remarks on the computation of conjugacy classes of soluble groups Bull Austral Math Soc., 40:281–292, 1989 [MNRW02] Jürgen Müller, Max Neunhöffer, Frank Röhr, and Robert Wilson Completing the Brauer trees for the sporadic simple Lyons group LMS J Comput Math., 5:18–33, 2002 [MO95] Scott H.Murray and E.A.O’Brien Selecting base points for the Schreier-Sims algorithm for matrix groups J Symbolic Comput., 19:577–584, 1995 [MPR94] G.McShane, J.Parker, and I.Redfern Drawing limit sets of Kleinian groups using finite state automata Experimental Math., 3:153–172, 1994 © 2005 by Chapman & Hall/CRC Press References 489 [Neb95] Gabrielle Nebe Endliche rationale Matrixgruppen vom Grad 24, volume 12 of Aachener Beiträge zur Mathematik RWTH Aachen, 1995 [Neu60] J.Neubüser Untersuchungen des Untergruppenverbandes endlicher Gruppen auf einer programmgesteuerten elektronischen Dualmaschine Numer Math., 2:280–292, 1960 [Neu61] J.Neubüser Bestimmung der Untergruppenverbände endlicher p-Gruppen auf einer programmgesteuerten elektronischen Dualmaschine Numer Math., 3:271–278, 1961 [Neu70] J.Neubüser Investigations of groups on computers In Leech [Lee70], pages 1–19 [Neu82] J.Neubüser An elementary introduction to coset table methods in computational group theory In Groups—St Andrews 1981, volume 71 of London Math Soc Lecture Note Ser., pages 1– 45, Cambridge, 1982 Cambridge University Press [Neu87] Peter M.Neumann Some algorithms for computing with finite permutation groups In E.F.Robertson and C.M.Campbell, editors, Proceedings of Groups—St Andrews 1985, volume 121 of London Math Soc Lecture Note Ser., pages 59–92, Cambridge, 1987 Cambridge University Press [Neu95] J.Neubüser An invitation to computational group theory In C.M.Campbell, T.C.Hurley, E.F.Robertson, S.J.Tobin, and J.J.Ward, editors, Groups’ 93—Galway/St Andrews, volume 212 of London Math Soc Lecture Note Ser., pages 457–475 Cambridge University Press, 1995 [New51] M.H.A.Newman The influence of automatic computers on mathematical methods In Manchester University Computer Inaugural Conference, pages 13–15, 1951 [New76] M.F.Newman Calculating presentations for certain kinds of quotient groups In SYMSAC ’76, Proc ACM Sympos Symbolic and Algebraic Computation, pages 2–8, New York, 1976 (New York, 1976), Association for Computing Machinery [New77] M.F.Newman Determination of groups of prime-power order In Group Theory, volume 573 of Lecture Notes in Math., pages 73–84, Berlin, Heidelberg, New York, 1977 (Canberra, 1975), Springer-Verlag [New90] M.F.Newman Proving a group infinite Arch Math., 54:209– 211, 1990 © 2005 by Chapman & Hall/CRC Press 490 Handbook Of Computational Group Theory [Nic88] Werner Nickel Endliche Körper in dem Gruppentheoretischen Programmsystem GAP Diplomarbeit, RWTH, Aachen, 1988 [Nic93] Werner Nickel Central extensions of polycyclic groups PhD thesis, Australian National University, Australian National University, 1993 [Nic95] Werner Nickel Computing nilpotent quotients of finitely presented groups In G.Baumslag et al., editors, Geometric and Computational Perspectives on Infinite Groups, volume 25 of Amer Math Soc DIMACS Series, pages 175–191 (DIMACS, 1994), 1995 [Nie] A.C.Niemeyer Constructive recognition of normalisers of small extra-special matrix groups To appear in Internat J Algebra Comput [Nie93] Alice C.Niemeyer Computing Presentations for Soluble Groups PhD thesis, Australian National University, 1993 [NNN98] M.F.Newman, Werner Nickel, and Alice C.Niemeyer Descriptions of groups of prime-power order J Symbolic Comput., 25:665–682, 1998 [NO96] M.F.Newman and E.A.O’Brien Application of computers to questions like those of Burnside, II Internat J Algebra Comput., 6:593–605, 1996 [NO99] M.F.Newman and E.A.O’Brien Classifying 2-groups by coclass Trans Amer Math Soc., 351:131–169, 1999 [Nor80] Simon Norton The construction of J4 In Bruce Cooperstein and Geoffrey Mason, editors, Proc Santa Cruz Conference on Finite Groups, pages 271–277 Amer Math Soc., 1980 [Nov55] P.S.Novikov On the algorithmic unsolvability of the word problem in group theory Trudy Math Inst im Stevlov, 44:1– 143, 1955 [NOVL04] M.F.Newman, E.A.O’Brien, and M.R.Vaughan-Lee Groups and nilpotent Lie rings whose order is the sixth power of a prime J Algebra, 278:383–401, 2004 [NP92] Peter M.Neumann and Cheryl E.Praeger A recognition algorithm for special linear groups Proc London Math Soc (3), 65:555–603, 1992 [NP95] G.Nebe and W.Plesken Finite rational matrix groups Memoirs Amer Math Soc., 116, No 556, 1995 [NP98] Alice C.Niemeyer and Cheryl E.Praeger A recognition algorithm for classical groups over finite fields Proc London Math Soc., 77:117–169, 1998 © 2005 by Chapman & Hall/CRC Press References 491 [NPP84] J.Neubüser, H.Pahlings, and W.Plesken CAS; design and use of a system for the handling of characters of finite groups In Atkinson [Atk84], pages 145–183 [O’B89] E.A.O’Brien The groups of order dividing 256 Bull Austral Math Soc., 39:159–160, 1989 [O’B90] E.A.O’Brien The p-group generation algorithm J Symbolic Comput., 9:677–698, 1990 [O’B91] E.A.O’Brien The groups of order 256 J Algebra, 143(1):219– 235, 1991 [O’B94] E.A.O’Brien Isomorphism testing for p-groups J Symbolic Comput., 17:133–147, 1994 [OPS98] J.Opgenorth, W.Plesken, and T.Schulz Crystallographic algorithms and tables Acta Cryst., A54:517–531, 1998 [OVL02] E.A.O’Brien and M.R.Vaughan-Lee The 2-generator restricted Burnside group of exponent Internat J Algebra Comput., 12:575–592, 2002 [Pak01] I.Pak What we know about the product replacement algorithm? In Kantor and Seress [KS97], pages 301–347 [Pap95] P.Papasoglu Strongly geodesically automatic groups are hyperbolic Invent Math., 121(2):323–334, 1995 [Par84] R.A.Parker The computer calculation of modular characters (the Meat-Axe) In Atkinson [Atk84], pages 267–274 [Pas68] D.Passman Permutation Groups W.A.Benjamin, New York, Amsterdam, 1968 [Ple81] Vera Pless Introduction to the Theory of Error-Correcting Codes Wiley-Interscience Series in Discrete Mathematics John Wiley & Sons Inc, 1981 [Ple87] W.Plesken Towards a soluble quotient algorithm J Symbolic Comput., 4:111–122, 1987 [Rab58] M.O.Rabin Recursive unsolvability of group theoretic problems Ann Math., 67:172–194, 1958 [RD04] C.M.Roney-Dougal Conjugacy of subgroups of the general linear group Experimental Math., 13:151–163, 2004 [RDU03] C.M.Roney-Dougal and W.R.Unger The affine primitive permutation groups of degree less than 1000 J Symbolic Comput., 35:421–439, 2003 [Ree98] Sarah Rees Automatic groups associated with word orders other than shortlex Internat J Algebra Comput., 8:575– 598, 1998 © 2005 by Chapman & Hall/CRC Press 492 Handbook Of Computational Group Theory [Rei95] Alan W.Reid A non-Haken hyperbolic 3-manifold covered by a surface bundle Pacific J Math., 167:163–182, 1995 [Rin92] Michael Ringe The C MeatAxe Lehrstuhl D für Mathematik, RWTH, Aachen, 1992 [RM90] G.F.Royle and B.D.McKay The transitive graphs with at most 26 vertices Ars Combin., 30:161–176, 1990 [Rob81] Derek J.Robinson Applications of cohomology to the theory of groups In C.M.Campbell and E.F.Robertson, editors, Groups—St Andrews 1981, volume 71 of London Math Soc Lecture Note Ser., pages 46–80 Cambridge University Press, 1981 [Rob82] Derek J.Robinson A Course in the Theory of Groups, volume 80 of Graduate Texts in Math Springer-Verlag, New York, Heidelberg, Berlin, 1982 [Rón90] Lajos Rónyai Computing the structure of finite algebras J Symbolic Comput., 9:355–373, 1990 [Rot94] Joseph J.Rotman An Introduction to the Theory of Groups Springer-Verlag, Berlin and Heidelberg, 4th edition, 1994 [Rot02] Joseph J.Rotman Advanced Modern Algebra Prentice-Hall, Pearson Education, NJ, 2002 [Roy87] Gordon F.Royle The transitive groups of degree twelve J Symbolic Comput., 4:255–268, 1987 [RP89] G.F.Royle and C.E.Praeger Constructing the vertex-transitive graphs of order 24 J Symbolic Comput., 8:309–326, 1989 [Ryb90] A.J.E.Ryba Computer condensation of modular representations J Symbolic Comput., 9:591–600, 1990 [Ryb01] A.J.E.Ryba Condensation of symmetrized tensor powers J Symbolic Comput., 32:273–289, 2001 [San81] G.Sandlöbes Perfect groups of order less than 104 Comm Algebra, 9:477–490, 1981 [Sch90a] Gerhard J.A.Schneider Computing with endomorphism rings of modular representations J Symbolic Comput., 9:607–636, 1990 [Sch90b] Gerhard J.A Schneider Dixon’s character table algorithm revisited J Symbolic Comput., 9:601–606, 1990 [Sco64] W.R.Scott Group Theory Dover Publications, Inc., Mineola, NY, 1964 © 2005 by Chapman & Hall/CRC Press References 493 [Sco80] L.L.Scott Representations in characteristic p In Bruce Cooperstein and Geoffrey Mason, editors, Finite Groups, volume 37 of Proc Sympos Pure Math., pages 319–331, Providence, RI, 1980 (Santa Cruz, 1979), Amer Math Soc [Seg83] Daniel Segal Polycyclic Groups Cambridge University Press, Cambridge, 1983 [Seg90] Dan Segal Decidable properties of polycyclic groups Proc London Math Soc (3), 61:497–528, 1990 [Ser97] Ákos Seress An introduction to computational group theory Notices Amer Math Soc., 44:671–679, 1997 [Ser03] Ákos Seress Permutation Group Algorithms Cambridge Tracts in Mathematics 152 Cambridge University Press, 2003 [Sho92] M.W.Short The Primitive Soluble Permutation Groups of Degree Less than 256, volume 1519 of Lecture Notes in Math Springer-Verlag, Berlin, Heidelberg, New York, 1992 [Shp92] Igor Shparlinski Computational and Algorithmic Problems in Finite Fields, volume 1519 Kluwer Academic Publishers, 1992 [Sim70] Charles C.Sims Computational methods in the study of permutation groups In Leech [Lee70], pages 169–183 [Sim71a] Charles C.Sims Computation with permutation groups In Proc Second Symp on Symbolic and Algebraic Manipulation ACM Press, 1971 [Sim71b] Charles C.Sims Determining the conjugacy classes of permutation groups In Garret Birkhoff and Marshall Hall, Jr., editors, Computers in Algebra and Number Theory, volume of Proc Amer Math Soc., pages 191–195, Providence, RI, 1971 (New York, 1970), Amer Math Soc [Sim73] Charles C.Sims The existence and uniqueness of Lyons’ group In T.Hagen, M.P.Hale, and E.E.Shult, editors, Finite Groups ’72, pages 138–141 North Holland, 1973 [Sim74] Charles C.Sims Some algorithms based on coset enumeration Unpublished notes, Rutgers University, New Brunswick, NJ, 1974 [Sim80] Charles C.Sims How to construct a baby monster In M.J Collins, editor, Finite Simple Groups II, pages 339–345 (Durham 1978), Academic Press, 1980 © 2005 by Chapman & Hall/CRC Press 494 Handbook Of Computational Group Theory [Sim87] Charles C.Sims Verifying nilpotence J Symbolic Comput., 3:231–247, 1987 [Sim90a] Charles C.Sims Computing the order of a solvable permutation group J Symbolic Comput., 9:699–705, 1990 [Sim90b] Charles C.Sims Implementing the Baumslag-CannonitoMiller polycyclic quotient algorithm J Symbolic Comput., 9:707–723, 1990 [Sim94] Charles C.Sims Computation with Finitely Presented Groups Cambridge University Press, 1994 [Sim03] Charles C.Sims Computational group theory In Computer Algebra Handbook: Foundations, Applications, Systems, pages 65–83 Springer-Verlag, 2003 [SL96] A.Storjohann and G.Labahn Asymptotically fast computation of Hermite normal forms of integer matrices In Proc of International Symposium on Symbolic and Algebraic Computation ISSAC ’96, pages 259–266 (Zürich), ACM Press, 1996 [SM85] L.H.Soicher and J.McKay Computing Galois groups over the rationals J Number Theory, 20:273–281, 1985 [Smi94] Michael J.Smith Computing automorphisms of finite soluble groups PhD thesis, Australian National University, 1994 [SS92] S.T.Schibell and R.M.Stafford Processor interconnection networks and Cayley graphs Discrete Applied Mathematics, 40:337–357, 1992 [SS94] M.Schönert and Á.Seress Finding blocks of imprimitivity in small-base groups in nearly linear time In Proc of International Symposium on Symbolic and Algebraic Computation ISSAC ’94, pages 154–157 (Oxford), ACM Press, 1994 [ST02] Ian Stewart and David Tall Algebraic Number Theory and Fermat’s Last Theorem A.K.Peters, 2002 [Sto98] Arne Storjohann Computing Hermite and Smith normal forms of triangular integer matrices Linear Algebra Appl., 282: 25–45, 1998 [SWD96] O.Schirokauer, D.Weber, and Th F.Denny Discrete logarithms: the effectiveness of the index calculus method In Algorithmic Number Theory—ANTS II, volume 1122 of Lecture Notes in Comput Sci., pages 337–361, Berlin, 1996 Springer © 2005 by Chapman & Hall/CRC Press References 495 [Syl72] L.Sylow Théorèmes sur les groupes de substitutions Math Ann., 5:584–594, 1872 [TC36] J.A.Todd and H.S.M.Coxeter A practical method for enumerating cosets of a finite abstract group Proc Edinburgh Math Soc., 5:26–34, 1936 [The97] Heiko Theißen Eine Methode zur Normalisatorberechnung in Permutationsgruppen mit Anwendungen in der Konstruktion primitiver Gruppen PhD thesis, RWTH Aachen, 1997 [Tie08] H.Tietze Über die topologischen Invarianten mehrdimensionalen Mannigfaltigkeiten Monatsh f Math u Physik, 19:1–118, 1908 [Tro64] H.F.Trotter A machine program for coset enumeration Canad Math Bull., 7:357–368, 1964 [Ung02] W.R.Unger Computing the solvable radical of a permutation group In preparation, 2002 [VL84] M.R.Vaughan-Lee An aspect of the nilpotent quotient algorithm In Atkinson [Atk84], pages 76–83 [VL93] M.R.Vaughan-Lee The Restricted Burnside Problem, volume of London Math Soc Monographs (New Series) Oxford University Press, Oxford, 2nd edition, 1993 [VLZ99] M.R.Vaughan-Lee and E.I.Zel’manov Bounds in the restricted Burnside problem J Austral Math Soc Ser A, 67:261– 271, 1999 [Wam70] J.W.Wamsley The deficiency of metacyclic groups Proc Amer Math Soc., 24:724–726, 1970 [Wam74] J.W.Wamsley Computation in nilpotent groups (theory) In Proc Second Internat Conf Theory of Groups, volume 372 of Lecture Notes in Math., pages 691–700, Berlin, Heidelberg, New York, 1974 (Canberra, 1973), Springer-Verlag [Wam77] J.W.Wamsley Computing soluble groups In A.Dold and B Eckmann, editors, Group Theory, volume 573 of Lecture Notes in Math., pages 118–125, Berlin, Heidelberg, New York, 1977 (Canberra, 1975), Springer-Verlag [War74] J.N.Ward A note on the Todd-Coxeter algorithm In R.A Bryce, J.Cossey, and M.F.Newman, editors, Group Theory, volume 573 of Lecture Notes in Mathematics, pages 126–129, Berlin, 1974 Springer © 2005 by Chapman & Hall/CRC Press 496 Handbook Of Computational Group Theory [Wie64] Helmut Wielandt Finite Permutation Groups Academic Press, New York, 1964 [Wil96] Robert A.Wilson Standard generators for sporadic simple groups J Algebra, 184:505–515, 1996 [Wur93] Martin Wursthorn Isomorphisms of modular group algebras: an algorithm and its application to groups of order 26 J Symbolic Comput., 15:211–227, 1993 [Zas48] H.Zassenhaus Über einen Algorithmus zur Bestimmung der Raumgruppen Comment Math Helv., 21:117–141, 1948 [Zel91a] E.I.Zel’manov Solution of the restricted Burnside problem for 2-groups (Russian) Math Sb., 182:568–592, 1991 [Zel91b] E.I.Zel’manov Solution of the restricted Burnside problem for groups of odd exponent Math USSR-Izv., 36:41–60, 1991 © 2005 by Chapman & Hall/CRC Press ... Presentations of groups 2.4.1 Free groups 2.4.2 Group presentations 2.4.3 Presentations of group extensions 2.4.4 Tietze transformations 2.5 Presentations of subgroups 2.5.1 Subgroup presentations... Quotients of Finitely Presented Groups 9.1 Finite quotients and automorphism groups of finite groups 9.1.1 Description of the algorithm 9.1.2 Performance issues 9.1.3 Automorphism groups of finite groups... elementary abelian p -group In general, if A, B are subsets of a group G, then we define 2.1.2 Subgroups DEFINITION 2.3 A subset H of a group G is called a subgroup of G if it forms a group under the

Ngày đăng: 26/03/2019, 11:11

Từ khóa liên quan

Mục lục

  • DISCRETE MATHEMATICS AND ITS APPLICATIONS: HANDBOOK OF COMPUTATIONAL GROUP THEORY

    • Preface

    • Contents

    • Notation and displayed procedures

    • Chapter 1: A Historical Review of Computational Group Theory

      • References

      • Chapter 2: Background Material

        • 2.1 Fundamentals

          • 2.1.1 Definitions

          • 2.1.2 Subgroups

          • 2.1.3 Cyclic and dihedral groups

          • 2.1.4 Generators

          • 2.1.5 Examples—permutation groups and matrix groups

          • 2.1.6 Normal subgroups and quotient groups

          • 2.1.7 Homomorphisms and the isomorphism theorems

          • Exercises

          • 2.2 Group actions

            • 2.2.1 Definition and examples

              • Example 2.1

              • Example 2.2

              • Example 2.3

              • 2.2.2 Orbits and stabilizers

                • Example 2.4

                • 2.2.3 Conjugacy, normalizers, and centralizers

                  • Example 2.5

                  • 2.2.4 Sylow’s theorems

                  • 2.2.5 Transitivity and primitivity

                    • Example 2.6

                    • Example 2.7

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan