Skip to main content
Springer Nature - PMC COVID-19 Collection logoLink to Springer Nature - PMC COVID-19 Collection
. 2020 Jun 6;12097:125–130. doi: 10.1007/978-3-030-52200-1_12

Nilpotent Quotients of Associative Inline graphic-Algebras and Augmentation Quotients of Baumslag-Solitar Groups

Tobias Moede 6,
Editors: Anna Maria Bigatti8, Jacques Carette9, James H Davenport10, Michael Joswig11, Timo de Wolff12
PMCID: PMC7340925

Abstract

We describe the functionality of the package zalgs for the computer algebra system GAP. The package contains an implementation of the nilpotent quotient algorithm for finitely presented associative Inline graphic-algebras described in [3]. As an application of this algorithm we calculate augmentation quotients, i.e. successive quotients of powers of the augmentation ideal I(G) of the integral group ring Inline graphic, where G is a finitely presented group. We apply these methods to obtain conjectures for augmentation quotients of the Baumslag-Solitar groups BS(mn) with Inline graphic equal to 0, 1 or a prime p.

Keywords: Associative algebras, Augmentation quotients, Computer algebra, Group theory, Nilpotent quotient algorithm

Introduction

An associative Inline graphic-algebra A is called nilpotent of class Inline graphic if its series of power ideals has the form Inline graphic. The power ideal Inline graphic, Inline graphic is the ideal in A generated by all products of length i. In [3] we introduced so called nilpotent presentations to describe such algebras in a way that exhibits their nilpotent structure. We also introduced a nilpotent quotient algorithm, which computes a nilpotent presentation for the class-c quotient Inline graphic for a given finitely presented associative Inline graphic-algebra A and a non-negative integer c. An implementation of this algorithm is available in the package zalgs [5] for the computer algebra system GAP [4].

The purpose of this paper is to describe the functionality of the zalgs package and to exhibit applications of the nilpotent quotient algorithm. In particular, we apply the algorithm in the calculation of augmentation quotients, i.e. the quotients Inline graphic, where G is a finitely presented group and I(G) denotes the augmentation ideal of the integral group ring Inline graphic. The augmentation ideal I(G) is defined as the kernel of the augmentation map

graphic file with name M14.gif

where Inline graphic and Inline graphic. The augmentation quotients are interesting objects studied in the integral representation theory of groups. We present conjectures on the augmentation quotients of certain Baumslag-Solitar groups, which are based on computer experiments using the zalgs package.

Nilpotent Presentations and Nilpotent Quotient Systems

As all algebras considered in this paper will be associative Inline graphic-algebras, we will simply refer to them as algebras. For completeness we recall several important definitions from [3].

Definition 1

Let A be a finitely generated algebra of class c and Inline graphic. We call Inline graphic a weighted generating sequence for A with powers Inline graphic and weights Inline graphic if

  1. Inline graphic, i.e. A is the Inline graphic-span of Inline graphic.

  2. Inline graphic for Inline graphic.

  3. Inline graphic is minimal in Inline graphic with respect to the property that Inline graphic, or Inline graphic, if such an Inline graphic does not exist.

  4. The elements Inline graphic with Inline graphic generate Inline graphic for Inline graphic.

Definition 2

A consistent weighted nilpotent presentation for a finitely generated nilpotent algebra A is given by a weighted generating sequence Inline graphic with powers Inline graphic, weights Inline graphic and relations of the following form:

  1. Inline graphic for all Inline graphic where Inline graphic.

  2. Inline graphic for Inline graphic and Inline graphic.

  3. The Inline graphic and Inline graphic are integers with Inline graphic if Inline graphic.

We note that every finitely generated nilpotent algebra has a consistent weighted nilpotent presentation, see [3, Theorem 7]. In an algebra A given by a consistent weighted nilpotent presentation, we can determine a normal form for each Inline graphic, i.e. there are uniquely determined Inline graphic with

graphic file with name M51.gif

and Inline graphic if Inline graphic.

Definition 3

Let Inline graphic be a finitely presented algebra, Inline graphic and let Inline graphic be the natural homomorphism. A nilpotent quotient system describes Inline graphic using the following data:

  1. A consistent weighted nilpotent presentation for Inline graphic with generators Inline graphic, powers Inline graphic, weights Inline graphic, multiplication relations for Inline graphic and power relations Inline graphic if Inline graphic.

  2. Images Inline graphic for Inline graphic given in normal form.

  3. Definitions Inline graphic, with Inline graphic being an integer or a pair of integers, s.t.

    • If Inline graphic is an integer, then Inline graphic and Inline graphic.
    • If Inline graphic, then Inline graphic, where Inline graphic and Inline graphic.

The description of Inline graphic using this data is very useful for computational purposes and usually the output of our calculations will be in the form of nilpotent quotient systems. The following example shall illustrate the definition of nilpotent quotient systems.

Example 1

Consider the finitely presented algebra given by

graphic file with name M77.gif

Then a nilpotent quotient system for Inline graphic consists of:

  • generators Inline graphic with powers (2, 0) and weights (1, 1),

  • the power relation Inline graphic and the multiplication relations Inline graphic for Inline graphic,

  • images Inline graphic and Inline graphic, and

  • definitions (1, 2).

A nilpotent quotient system for Inline graphic consists of:

  • generators Inline graphic with powers (2, 0, 2, 2) and weights (1, 1, 2, 2),

  • the power relations Inline graphic and the multiplication relations Inline graphic, Inline graphic, Inline graphic and Inline graphic for all other Inline graphic,

  • images Inline graphic and Inline graphic, and

  • definitions (1, 2, (1, 2), (2, 1)).

Functionality

The central functionality provided by the zalgs package is the function

Inline graphic NilpotentQuotientFpZAlgebra(A, c),

which takes as input a finitely presented associative Inline graphic-algebra A and a non-negative integer c. The output is a nilpotent quotient system for Inline graphic.

Example 2

The following is an example calculation of a nilpotent quotient system in GAP for the class-2 quotient of the associative Inline graphic-algebra considered in Example 1 above, i.e.

graphic file with name M99.gif

To carry out the computation, we start by defining A as the quotient of the free associative Inline graphic-algebra on two generators by the given relations.graphic file with name 495991_1_En_12_Figa_HTML.jpg

We then call NilpotentQuotientFpZAlgebra(A, 2) to compute the class-2 quotient. The output contains lists for the definitions dfs, the powers pows, the weights wgs and an integer dim indicating the dimension of the quotient. The entries for the images imgs, power relations ptab and multiplication relations mtab are to be interpreted as coefficients of normal forms. For computational purposes there is an additional entry rels in the output.graphic file with name 495991_1_En_12_Figb_HTML.jpg

In [3, Section 5], we describe how to obtain a presentation P for an algebra, such that Inline graphic is isomorphic to the class-c quotient of P. The nilpotent quotient algorithm can now be applied to determine this nilpotent quotient. The following functions are available to calculate the class-c quotient of the augmentation ideal of integral group rings.

Inline graphic AugmentationQuotientFpGroup(G, c),

Inline graphic AugmentationQuotientPcpGroup(G, c),

which take as input a finitely presented group or a polycyclically presented group G, respectively, and a non-negative integer c. The output in both cases is a nilpotent quotient system for Inline graphic. Note that the augmentation quotients Inline graphic for Inline graphic can be read off from this.

Augmentation Quotients of Baumslag-Solitar Groups

In [3, Section 5], we describe how to obtain, for a given finitely presented group G, a presentation for an algebra A, such that Inline graphic is isomorphic to the class-c quotient of A. We apply these methods to compute augmentation quotients of the Baumslag-Solitar groups BS(mn), which for Inline graphic are given by the presentations

graphic file with name M109.gif

These one-relator groups form an interesting set of groups with applications in combinatorial and geometric group theory, e.g. the group BS(1, 1) is the free abelian group on two generators and Inline graphic arises as the fundamental group of the Klein bottle. The Baumslag-Solitar groups were introduced in [2] as examples of non-Hopfian groups and the isomorphism problem for these groups has been considered in [6].

We carried out computer experiments to gain some insight into the structure of the augmentation quotients Inline graphic for Inline graphic and small values of k. Our computations suggest the following conjectures for certain special cases:

Conjecture 1

Let p be a prime.

  1. If Inline graphic and Inline graphic, then
    graphic file with name M115.gif
    where
    graphic file with name M116.gif
    are the Eulerian numbers and the values C(k) are given by the recursion
    graphic file with name M117.gif
    where B(u) is the number of 8-element subsets of Inline graphic whose elements sum to a triangular number, i.e. a number of the form Inline graphic, Inline graphic.
  2. If Inline graphic, then for all Inline graphic:
    graphic file with name M123.gif
  3. If Inline graphic, then for all Inline graphic:
    graphic file with name M126.gif
    where Inline graphic is the k-th triangular number.

The behaviour appears to be more complicated if Inline graphic contains several (not necessarily distinct) prime factors, as is illustrated in the following example.

Example 3

Let G be the Baumslag-Solitar group Inline graphic. Then the first few augmentation quotients are as follows:

graphic file with name M130.gif

Further Aims

Bachmann and Grünenfelder [1] showed that for finite groups G the sequence Inline graphic for Inline graphic is virtually periodic, i.e. there exist Inline graphic and Inline graphic such that Inline graphic for all Inline graphic. It will be interesting to extend our methods to allow the determination of these parameters, which in theory allows to determine all augmentation quotients for a given finite group G.

Furthermore, we plan to extend our algorithms to compute nilpotent presentations for the largest associative Inline graphic-algebra on d generators so that every element a of the algebra satisfies Inline graphic, i.e. compute Inline graphic-algebra analogues of Burnside groups and Kurosh algebras.

Contributor Information

Anna Maria Bigatti, Email: bigatti@dima.unige.it.

Jacques Carette, Email: carette@mcmaster.ca.

James H. Davenport, Email: j.h.davenport@bath.ac.uk

Michael Joswig, Email: joswig@math.tu-berlin.de.

Timo de Wolff, Email: t.de-wolff@tu-braunschweig.de.

Tobias Moede, Email: t.moede@tu-bs.de, https://www.tu-braunschweig.de/iaa/personal/moede.

References

  • 1.Bachmann F, Grünenfelder L. The periodicity in the graded ring associated with an integral group ring. J. Pure Appl. Algebra. 1974;5:253–264. doi: 10.1016/0022-4049(74)90036-X. [DOI] [Google Scholar]
  • 2.Baumslag G, Solitar D. Some two-generator one-relator non-hopfian groups. Bull. Am. Math. Soc. 1962;68:199–201. doi: 10.1090/S0002-9904-1962-10745-9. [DOI] [Google Scholar]
  • 3.Eick, B., Moede, T.: A nilpotent quotient algorithm for finitely presented associative Inline graphic-algebras and its application to integral groups rings. Accepted for Mathematics of Computation (2020)
  • 4.The GAP Group: GAP - Groups, Algorithms, and Programming, Version 4.11.0 (2020). https://www.gap-system.org
  • 5.Moede, T.: zalgs - a GAP package for the computation of nilpotent quotients of finitely presented Inline graphic-algebras (2020). https://www.tu-braunschweig.de/iaa/personal/moede
  • 6.Moldavanskii D. Isomorphism of the Baumslag-Solitar groups. Ukr. Math. J. 1991;43:1569–1571. doi: 10.1007/BF01066696. [DOI] [Google Scholar]

Articles from Mathematical Software – ICMS 2020 are provided here courtesy of Nature Publishing Group

RESOURCES