Nielsen transformation

Nielsen transformation

In mathematics, especially in the area of abstract algebra known as combinatorial group theory, Nielsen transformations, named after Jakob Nielsen, are certain automorphisms of a free group which are a non-commutative analogue of row reduction and one of the main tools used in studying free groups, (Fine, Rosenberger & Stille 1995). They were introduced in (Nielsen 1921) to prove that every subgroup of a free group is free (the Nielsen–Schreier theorem), but are now used in a variety of mathematics, including computational group theory, k-theory, and knot theory. The textbook (Magnus, Karrass & Solitar 2004) devotes all of chapter 3 to Nielsen transformations.

Contents

Definitions

One of the simplest definitions of a Nielsen transformation is an automorphism of a free group, but this was not their original definition. The following gives a more constructive definition.

A Nielsen transformation on a finitely generated free group with ordered basis [ x1, …, xn ] can be factored into elementary Nielsen transformations of the following sorts:

  • Switch x1 and x2
  • Cyclically permute x1, x2, …, xn, to x2, …, xn, x1.
  • Replace x1 with x1−1
  • Replace x1 with x1·x2

These transformations are the analogues of the elementary row operations. Transformations of the first two kinds are analogous to row swaps, and cyclic row permutations. Transformations of the third kind correspond to scaling a row by an invertible scalar. Transformations of the fourth kind correspond to row additions.

Transformations of the first two types suffice to permute the generators in any order, so the third type may be applied to any of the generators, and the fourth type to any pair of generators.

When dealing with groups that are not free, one instead applies these transformations to finite ordered subsets of a group. In this situation, compositions of the elementary transformations are called regular. If one allows removing elements of the subset that are the identity element, then the transformation is called singular.

The image under a Nielsen transformation (elementary or not, regular or not) of a generating set of a group G is also a generating set of G. Two generating sets are called Nielsen equivalent if there is a Nielsen transformation taking one to the other. If the generating sets have the same size, then it suffices to consider compositions of regular, elementary Nielsen transformations.

Examples

The dihedral group of order 10 has two Nielsen equivalence classes of generating sets of size 2. Letting x be an element of order 2, and y being an element of order 5, the two classes of generating sets are represented by [ xy ] and [ xyy ], and each class has 15 distinct elements. A very important generating set of a dihedral group is the generating set from its presentation as a Coxeter group. Such a generating set for a dihedral group of order 10 consists of any pair of elements of order 2, such as [ xxy ]. This generating set is equivalent to [ xy ] via the complicated:

  • x−1y ], type 3
  • yx−1 ], type 1
  • y−1x−1 ], type 3
  • y−1x−1x−1 ], type 4
  • xyx−1 ], type 3
  • x−1xy ], type 1
  • xxy ], type 3

Unlike [ x, y ] and [ x, yy ], the generating sets [ x, y, 1 ] and [ x, yy, 1 ] are equivalent.[1] A transforming sequence using more convenient elementary transformations (all swaps, all inverses, all products) is:

  • xy, 1 ]
  • xyy ], multiply 2nd generator into 3rd
  • xyyy ], multiply 3rd generator into 2nd
  • xyyyyy ], multiply 2nd generator into 3rd
  • xyy, 1 ], multiply 2nd generator into 3rd

Applications

Nielsen–Schreier theorem

In (Nielsen 1921), a straightforward combinatorial proof is given that finitely generated subgroups of free groups are free. A generating set is called Nielsen reduced if there is not too much cancellation in products. The paper shows that every finite generating set of a subgroup of a free group is (singularly) Nielsen equivalent to a Nielsen reduced generating set, and that a Nielsen reduced generating set is a free basis for the subgroup, so the subgroup is free. This proof is given in some detail in (Magnus, Karrass & Solitar 2004, Ch 3.2).

Automorphism groups

In (Nielsen 1924), it is shown that the automorphism defined by the elementary Nielsen transformations generate the full automorphism group of a finitely generated free group. Nielsen, and later Neumann used these ideas to give finite presentations of the automorphism groups of free groups. This is also described in the textbook (Magnus, Karrass & Solitar 2004, Th 3.2).

For a given generating set of a finite group, not every automorphism is given by a Nielsen transformation, but for every automorphism, there is a generating set where the automorphism is given by a Nielsen transformation, (Rapaport 1959).

Word problem

A particularly simple case of the word problem for groups and the isomorphism problem for groups asks if a finitely presented group is the trivial group. This is known to be intractable in general, even though there is a finite sequence of elementary Tietze transformations taking the presentation to the trivial presentation if and only if the group is trivial. A special case is that of "balanced presentations", those finite presentations with equal numbers of generators and relators. For these groups, there is a conjecture that the required transformations are quite a bit simpler (in particular, do not involve adding or removing relators). If one allows taking the set of relators to any Nielsen equivalent set, and one allows conjugating the relators, then one gets an equivalence relation on ordered subsets of a relators of a finitely presented group. The Andrews–Curtis conjecture is that the relators of any balanced presentation of the trivial group are equivalent to a set of trivial relators, stating that each generator is the identity element.

In the textbook (Magnus, Karrass & Solitar 2004, pp. 131–132), an application of Nielsen transformations is given to solve the generalized word problem for free groups, also known as the membership problem for subgroups given by finite generating sets in free groups.

Isomorphism problem

A particularly important special case of the isomorphism problem for groups concerns the fundamental groups of three dimensional knots, which can be solved using Nielsen transformations and a method of Alexander (Magnus, Karrass & Solitar 2004, Ch 3.4).

Product replacement algorithm

In computational group theory, it is important to generate random elements of a finite group. Popular methods of doing this apply markov chain methods to generate random generating sets of the group. The "product replacement algorithm" simply uses randomly chosen Nielsen transformations in order to take a random walk on the graph of generating sets of the group. The algorithm is well studied, and survey is given in (Pak 1999). One version of the algorithm, called "shake", is:

  • Take any ordered generating set and append some copies of the identity element, so that there are n elements in the set
  • Repeat the following for a certain number of times (called a burn in)
    • Choose integers i and j uniformly at random from 1 to n, and choose e uniformly at random from { 1, -1 }
    • Replace the ith generator with the product of the ith generator and the jth generator raised to the eth power
  • Every time a new random element is desired, repeat the previous two steps, then return one of the generating elements as the desired random element

The generating set used during the course of this algorithm can be proved to vary uniformly over all Nielsen equivalent generating sets. However, this algorithm has a number of statistical and theoretical problems. For instance, there can be more than one Nielsen equivalence class of generators. Also, the elements of generating sets need be uniformly distributed (for instance, elements of the Frattini subgroup can never occur in a generating set of minimal size, but more subtle problems occur too).

Most of these problems are quickly remedied in the following modification called "rattle", (Leedham-Green & Murray 2002):

  • In addition to the generating set, store an additional element of the group, initialized to the identity
  • Every time a generator is replaced, choose k uniformly at random, and replace the additional element by the product of the additional element with the kth generator.

K-theory

To understand Nielsen equivalence of non-minimal generating sets, module theoretic investigations have been useful, as in (Evans 1989). Continuing in these lines, a K-theoretic formulation of the obstruction to Nielsen equivalence was described in (Lustig 1991) and (Lustig & Moriah 1993). These show an important connection between the Whitehead group of the group ring and the Nielsen equivalence classes of generators.

See also

  • Tietze transformation

References

Notes

  1. ^ Indeed all 840 ordered generating sets of size three are equivalent. This is a general feature of Nielsen equivalence of finite groups. If a finite group can be generated by d generators, then all generating sets of size d + 1 are equivalent. There are similar results for polycyclic groups, and certain other finitely generated groups as well.

Textbooks and surveys

  • Cohen, Daniel E. (1989), Combinatorial group theory: a topological approach, London Mathematical Society Student Texts, 14, Cambridge University Press, ISBN 978-0-521-34133-2; 978-0-521-34936-9, MR1020297 
  • Fine, Benjamin; Rosenberger, Gerhard; Stille, Michael (1995), "Nielsen transformations and applications: a survey", Groups---Korea '94 (Pusan), Walter de Gruyter, pp. 69–105, MR1476950 
  • Schupp, Paul E.; Lyndon, Roger C. (2001), Combinatorial group theory, Berlin, New York: Springer-Verlag, ISBN 978-3-540-41158-1, MR0577064 
  • Magnus, Wilhelm; Abraham Karrass, Donald Solitar (2004), Combinatorial Group Theory, New York: Dover Publications, ISBN 978-0-486-43830-6, MR0207802 

Primary sources


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать реферат

Look at other dictionaries:

  • Nielsen–Thurston classification — In mathematics, Thurston s classification theorem characterizes homeomorphisms of a compact surface. William Thurston s theorem completes the work initiated by Jakob Nielsen (1944). Given a homeomorphism f : S → S, there… …   Wikipedia

  • Jakob Nielsen (mathematician) — For other people with similar names see Jakob Nielsen. Jakob Nielsen (October 15, 1890 – August 3, 1959) was a Danish mathematician known for his work on automorphisms of surfaces. He was born in the village Mjels on the island of Als in North… …   Wikipedia

  • List of mathematics articles (N) — NOTOC N N body problem N category N category number N connected space N dimensional sequential move puzzles N dimensional space N huge cardinal N jet N Mahlo cardinal N monoid N player game N set N skeleton N sphere N! conjecture Nabla symbol… …   Wikipedia

  • Free group — In mathematics, a group G is called free if there is a subset S of G such that any element of G can be written in one and only one way as a product of finitely many elements of S and their inverses (disregarding trivial variations such as st 1 =… …   Wikipedia

  • Presentation of a group — In mathematics, one method of defining a group is by a presentation. One specifies a set S of generators so that every element of the group can be written as a product of some of these generators, and a set R of relations among those generators.… …   Wikipedia

  • Geometric group theory — is an area in mathematics devoted to the study of finitely generated groups via exploring the connections between algebraic properties of such groups and topological and geometric properties of spaces on which these groups act (that is, when the… …   Wikipedia

  • Groupe libre — En théorie des groupes, le groupe libre sur un ensemble S est le groupe F contenant S et caractérisé par la propriété universelle suivante : pour tout groupe G et toute application f : S → G, il existe un unique morphisme de groupes de… …   Wikipédia en Français

  • Conjecture d'Andrews-Curtis — En mathématiques, la conjecture d Andrews Curtis suppose que chaque présentation équilibrée du groupe trivial peut être transformée en une présentation triviale par une série de transformations de Nielsen (en) sur les relateurs avec des… …   Wikipédia en Français

  • List of group theory topics — Contents 1 Structures and operations 2 Basic properties of groups 2.1 Group homomorphisms 3 Basic types of groups …   Wikipedia

  • Tietze transformations — In group theory, Tietze transformations are used to transform a given presentation of a group into another, often simpler presentation of the same group. These transformations are named after Heinrich Franz Friedrich Tietze who introduced them in …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”