[Math] Efficient presentations for finite groups

finite-groupsreference-request

A finitely presented group which has more generators than relations has an infinite abelianization and so is an infinite group. Therefore, for a finite group, all presentations must have at least as many relations as generators. A presentation for a finite group is called efficient if the number of generators equals the number of relations.

I know the following examples of efficient presentations for finite groups with $2$ generators:

$< x,y | x^{2} = y^{2} = (xy)^{n}>$, for any $n \geq 2$, which is a group of order $4n^{2}-4n$ in which $xy$ has order $2n^{2}-2n$ and conjugating through $x$ or $y$ sends $xy$ to $(xy)^{2n-1}$. (When $n=2$, this is the quaternion group of order $8$.)

$< x,y | x^{3} = y^{3} = (xy)^{2}>$, which is a double cover of $A_{4}$ isomorphic to $SL(2,3)$. This group is isomorphic to the group of quaternion units, together with $\pm \frac{1}{2} \pm \frac{i}{2} \pm \frac{j}{2} \pm \frac{k}{2}$.

$< x,y | x^{4} = y^{3} = (xy)^{2}>$, which is a double cover of $S_{4}$ not isomorphic to $GL(2,3)$. This is isomorphic to the preceding group, together with every quaternion of the form $\pm \frac{u}{\sqrt{2}} \pm \frac{v}{\sqrt{2}}$, where $u$ and $v$ are two distinct elements of the set $\{ 1, i, j, k \}$.

$< x,y | x^{5} = y^{3} = (xy)^{2}>$, which is a double cover of $A_{5}$ isomorphic to $SL(2,5)$. This is isomorphic to the group of unit quaternions representing $SL(2,3)$ as above, together with a set of icosians explicitly described in Conway and Sloane's SPLAG, which I am too lazy to describe here.

All of these groups have a central element of order $2$, and except for the members of the infinite family that have $n$ being odd, a subgroup isomorphic to the quaternion group of order $8$.

How does this generalize to larger numbers of generators, or, at least, what are some examples of efficient presentations of finite groups using $3$ generators? (I need not explain why I know all examples of efficiently presented groups with a single generator.) Is there a group analogous to the quaternion group of order $8$ for each number of generators? Is there a group analogous to $SU(2)$, which has subgroups isomorphic to the smallest member of the infinite family and all three exceptional examples? Is the center of a nontrivial finite group possessing an efficient presentation always nontrivial? (And what is a good reference for discussing this?)

Best Answer

You asked about the center of a group with an efficient presentation: the relation of "central" to "efficient presentation" is probably strongest in the Schur multiplier. In particular, a perfect group can only have an efficient presentation if its Schur multiplier is trivial (so it is the universal perfect central extension of its inner automorphism group). If the inner automorphism group has a non-trivial Schur multiplier, then the perfect group with an efficient presentation must have a non-trivial center.

However, many perfect groups have trivial Schur multipliers and centers. For instance, the Mathieu group M11 has an efficient presentation on two generators with two relations, and of course has a trivial center.

Efficient presentations are somewhat poorly named (balanced might be better) since they are typically awful for computational group theory. However, people have taken them as a challenge, and so you can find scores of papers dealing with efficient presentations of (covering groups of) finite simple groups. One paper with nice tables is:

Campbell, Colin M.; Havas, George; Ramsay, Colin; Robertson, Edmund F. Nice efficient presentations for all small simple groups and their covers. LMS J. Comput. Math. 7 (2004), 266–283. MR2118175 Online version.

Note that efficient is sometimes defined in terms of the rank of the Schur multiplier. So be careful that your usage may contradict some of the papers (which give "efficient" presentations for groups with non-trivial Schur multiplier; they are allowed to use one extra relation per independent generator of the Schur multiplier).

A related concept is an asymptotic version that seeks to describe how complicated presentations of finite simple groups get. In fact it seems they are very, very simple:

Guralnick, R. M.; Kantor, W. M.; Kassabov, M.; Lubotzky, A. Presentations of finite simple groups: a quantitative approach. J. Amer. Math. Soc. 21 (2008), no. 3, 711–774. MR2393425 DOI:10.1090/S0894-0347-08-00590-0

where it is shown that there is an absolute constant C so that a total C generators and relations is needed to define a presentation of a finite quasi-simple group, and indeed the total word length of the relations is bounded by C*(log(n)+log(q)) where n is the rank of the BN-pair and q is the size of the field of definition (and alternating and sporadic groups just get less than C). They left out the case of Ree groups (the characteristic 3 kind), but probably it will be taken care of at some point.

If you want to explore these things in GAP, part of the documentation for GAP is dedicated to this problem:

http://www.gap-system.org/Doc/Examples/balanced.html

Related Question