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 Combinatorial Group Theory (Magnus, Karrass & Solitar 2004) devotes all of chapter 3 to Nielsen transformations.

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 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 [ x, y ] and [ x, yy ], 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 [ x, xy ]. This generating set is equivalent to [ x, y ] via:

  • [ x−1, y ], type 3
  • [ y, x−1 ], type 1
  • [ y−1, x−1 ], type 3
  • [ y−1x−1, x−1 ], type 4
  • [ xy, x−1 ], type 3
  • [ x−1, xy ], type 1
  • [ x, xy ], 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:

  • [ x, y, 1 ]
  • [ x, y, y ], multiply 2nd generator into 3rd
  • [ x, yy, y ], multiply 3rd generator into 2nd
  • [ x, yy, yyy ], multiply 2nd generator into 3rd
  • [ x, yy, 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 Bernhard 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, p. 131, Th 3.2).

For a given generating set of a given finitely generated group, it is not necessarily true that 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 J. W. 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 2001). 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

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. [citation needed] 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, vol. 14, Cambridge University Press, doi:10.1017/CBO9780511565878, ISBN 978-0-521-34133-2, MR 1020297
  • Fine, Benjamin; Rosenberger, Gerhard; Stille, Michael (1995), "Nielsen transformations and applications: a survey", in Kim, Ann Chi; Kim, A.C.; Johnson, D.L. (eds.), Groups—Korea '94: Proceedings of the International Conference Held at Pusan National University, Pusan, Korea, August 18–25, 1994, Walter de Gruyter, pp. 69–105, ISBN 978-3-11-014793-3, MR 1476950
  • Schupp, Paul E.; Lyndon, Roger C. (2001), Combinatorial group theory, Springer-Verlag, ISBN 978-3-540-41158-1, MR 0577064
  • Magnus, Wilhelm; Karrass, Abraham; Solitar, Donald (2004), Combinatorial Group Theory, Dover Publications, ISBN 978-0-486-43830-6, MR 0207802

Primary sources

Read other articles:

Keterangan Missorium dari Aspar. Diatas Aspar dan putranya Ardabur, terdapat dua gambar clipeatae menggambarkan Ardabur yang Tua (kiri) dan Plinta. Ardabur atau Ardaburius (bahasa Yunani: Ἀρδαβούριος) merupakan seorang magister militum di dalam pasukan Romawi Timur pada tahun 420 dibawah kekuasaan Theodosius II. Selama Perang Romawi-Persia tahun 421–422, ia menyerang Arzanene dan Mesopotamia, menduduki Nisibis dan mengalahkan tujuh Jenderal Persia. Tiga tahun kemudian, Ardabur …

GaleriusPatung dada Porfiri GaleriusKaisar ke-53 Bersama Kekaisaran RomawiBerkuasa1 Maret atau 21 Mei 293[1][2]:4, 38[3]:288[4]:146[5]:64–5[6] – 1 May 305 (as Caesar, under Diocletian)[7]1 May 305 – late April or early May 311 (as Augustus alongside Constantius (until July 25, 306) then Severus (until spring 307) then Constantine (from ca. September 307; unrecognized by Galerius' coinage from ca. September 307 to N…

Koordinat: 53°54′18″N 1°41′13″W / 53.905°N 1.687°W / 53.905; -1.687 Otley Sungai Wharfe di Otley. Otley Letak Otley di West Yorkshire Population 14.124 (Sensus 2001) Ref. grid OS SE205455 Paroki sipil Otley Borough metropolitan Kota Leeds County metropolitan West Yorkshire Wilayah Yorkshire and the Humber Negara konstituen Inggris Negara berdaulat Britania Raya Kota pos OTLEY Distrik kode pos LS21 Kode telepon …

本條目存在以下問題,請協助改善本條目或在討論頁針對議題發表看法。 此條目需要补充更多来源。 (2018年3月17日)请协助補充多方面可靠来源以改善这篇条目,无法查证的内容可能會因為异议提出而被移除。致使用者:请搜索一下条目的标题(来源搜索:羅生門 (電影) — 网页、新闻、书籍、学术、图像),以检查网络上是否存在该主题的更多可靠来源(判定指引)。 此…

2001 film by John Madden Captain Corelli's MandolinTheatrical release posterDirected byJohn MaddenScreenplay byShawn SlovoBased onCaptain Corelli's Mandolinby Louis de BernièresProduced byTim BevanEric FellnerMark HuffamKevin LoaderStarring Nicolas Cage Penélope Cruz John Hurt Christian Bale David Morrissey Irene Papas CinematographyJohn TollEdited byMick AudsleyMusic byStephen WarbeckProductioncompaniesStudioCanalWorking Title FilmsDistributed byUnited Kingdom, Australia and JapanMiramax Film…

العلاقات الجزائرية الإسواتينية الجزائر إسواتيني   الجزائر   إسواتيني تعديل مصدري - تعديل   العلاقات الجزائرية الإسواتينية هي العلاقات الثنائية التي تجمع بين الجزائر وإسواتيني.[1][2][3][4][5] مقارنة بين البلدين هذه مقارنة عامة ومرجعية للدولتين: …

Sudut kota Gap Gap (Occitan: Gap) merupakan sebuah kota yang terletak di Prancis bagian barat. Kota ini merupakan ibu kota departemen Hautes-Alpes. Kota ini letaknya dekat dengan pegunungan Alpen. Pada tahun 1999, kota ini memiliki jumlah penduduk 36.262 jiwa dan memiliki luas wilayah 110,43 km². Kota ini memiliki angka kepadatan penduduk 328 jiwa/km². Lihat pula Katedral Gap Pranala luar Gap city council website Diarsipkan 2000-05-11 di Wayback Machine. Gap 2018 olympic bid web site Diar…

For other places with the same name, see Zawady. Village in Podlaskie Voivodeship, PolandZawadyVillageChurch of TransfigurationZawadyCoordinates: 53°9′19″N 22°39′58″E / 53.15528°N 22.66611°E / 53.15528; 22.66611Country PolandVoivodeshipPodlaskieCountyBiałystokGminaZawadyFounded15th centuryPopulation320Time zoneUTC+1 (CET) • Summer (DST)UTC+2 (CEST)Vehicle registrationBIA Zawady [zaˈvadɨ] is a village in Białystok County, Podlaskie Voivodes…

Painting by Samuel Morse Marquis de LafayettePortrait of LafayetteArtistSamuel F. B. MorseYear1825MediumOil on canvasDimensions66.04 cm × 90.8 cm (26.00 in × 35.7 in)LocationCrystal Bridges Museum, Bentonville, Arkansas Marquis de Lafayette (or Portrait of La Fayette) was painted in 1825 by Samuel Morse. Mostly known for his invention of the electric telegraph, Morse was also an artist and a professor of painting and sculpture at the University of the …

Frugerès-les-MinesFrugerès-les-Mines Lokasi di Region Auvergne-Rhône-Alpes Frugerès-les-Mines Koordinat: 45°23′14″N 3°18′27″E / 45.3872222222°N 3.3075°E / 45.3872222222; 3.3075NegaraPrancisRegionAuvergne-Rhône-AlpesDepartemenHaute-LoireArondisemenBrioudeKantonAuzonAntarkomuneAuzon CommunautéPemerintahan • Wali kota (2014-2020) André OllagnierLuas • Land11,08 km2 (0,42 sq mi) • Populasi2550 • …

Species of fish in northern North America Togue redirects here. For the culinary vegetable, see Mung bean sprout. For Lakes named Trout, see Trout Lake. For other uses, see Lake trout (disambiguation). Lake trout Conservation status Secure  (NatureServe) Scientific classification Domain: Eukaryota Kingdom: Animalia Phylum: Chordata Class: Actinopterygii Order: Salmoniformes Family: Salmonidae Genus: Salvelinus Subgenus: CristovomerWalbaum, 1792 Species: S. namaycush Binomial name Salve…

Building in Beijing, China Beihang University GymnasiumThe indoor arena at the 2008 Summer Olympics.LocationBeihang UniversityOwnerBeihang UniversityCapacity5,400Opened2001TenantsBeihang University Beihang University Gymnasium (simplified Chinese: 北京航空航天大学体育馆; traditional Chinese: 北京航空航天大學體育館; pinyin: Běijīng Hángkōng Hángtiān Dàxué Tǐyùguǎn, sometime listed as the Beijing University of Aeronautics & Astronautics Gymnasium) i…

HalilintarGenre Drama Roman Komedi PembuatScreenplay ProductionsDitulis olehDono IndartoSkenarioDono IndartoSutradaraRudi AryantoPemeran Fero Walandouw Cassandra Lee Eza Gionino Ina Marika Ridwan Ghani Irsyadillah Ryan Delon Raquel Katie Larkin Randy Martin Hikmal Abrar Amara Fanny Ghassani Penggubah lagu temaAriel & LukmanLagu pembukaCobalah Mengerti oleh NoahLagu penutupCobalah Mengerti oleh NoahPenata musikSajuli Gambara (Gambara Music)Negara asalIndonesiaBahasa asliBahasa Indonesia…

American actor (1900–1945) Russell HoptonHopton in One Year Later (1933)BornHarry Russell Hopton(1900-02-18)February 18, 1900New York City, New York, U.S.DiedApril 7, 1945(1945-04-07) (aged 45)North Hollywood, California, U.S.Resting placeHoly Cross Cemetery, Culver City, CaliforniaOccupationActorYears active1926–1945 Harry Russell Hopton (February 18, 1900 – April 7, 1945)[1] was an American film actor and director. Biography Hopton was born in New York City, New…

Sculpture by Auguste Rodin The Old TreeBronze cast of the sculptureArtistAuguste RodinYear1885 The Old Tree is a plaster sculpture by the French artist Auguste Rodin, originally conceived as part of his The Gates of Hell project.[1] Work Rodin produced it in 1885, only a year after the formation of the Salon des Independents. It measures 39.3 cm × 38.4 cm × 27 cm (15.5 in × 15.1 in × 10.6 in) and shows a nude young woman clinging to a…

Military unit of the Philippines Navy Philippine Naval Special Operations Command (NAVSOCOM)NAVSOCOM InsigniaActiveNovember 5, 1956 - PresentCountryPhilippinesBranchPhilippine NavyTypeSpecial Operations ForcesRoleSpecial Operations Direct ActionCounterterrorismSpecial ReconnaissanceUnconventional WarfareHostage RescueForeign Internal DefenseCounter-ProliferationCounter Narcotics OperationsHigh Value Target RaidsAirborne OperationsPart ofAFP Special Operations Command (SOCOM)Garrison/HQNaval…

Adult hits radio station in Cleveland, Ohio WHLKCleveland, OhioUnited StatesBroadcast areaGreater ClevelandNortheast OhioFrequency106.5 MHz (HD Radio)Branding106.5 The LakeProgrammingLanguage(s)EnglishFormatAdult hitsSubchannelsHD2: Pride RadioOwnershipOwneriHeartMedia(iHM Licenses, LLC)Sister stationsWAKS (HD2)WARFWGAR-FMWMJIWMMS (HD2)WTAMHistoryFirst air dateMay 4, 1960(63 years ago) (1960-05-04)Former call signsWABQ-FM (1960–1961)WXEN (1961–1977)WZZP (1977–1984)WLTF (1984–19…

Church in Hertfordshire, EnglandAll Saints' Church, HertfordAll Saints' with St John's, HertfordAll Saints' Church, Hertford, from the southwestAll Saints' Church, HertfordLocation in Hertfordshire51°47′42″N 0°04′33″W / 51.7950°N 0.0757°W / 51.7950; -0.0757OS grid referenceTL 328,125LocationQueens Road, Hertford, HertfordshireCountryEnglandDenominationAnglicanWebsiteAll Saints, HertfordHistoryFormer name(s)All Hallows, HertfordStatusParish churchFounded?700…

American pay television network For the Australian television channel, see ESPN Australia. For the Latin American television channel, see ESPN 2 (Latin American TV channel). For the Brazilian television channel, see ESPN (Brazil). Television channel ESPN2CountryUnited StatesBroadcast areaNationwideHeadquartersBristol, ConnecticutProgrammingLanguage(s)English and SpanishPicture format720p (HDTV)Downgraded to letterboxed 480i for the SDTV feedOwnershipOwnerThe Walt Disney Company (80%)Hearst Commu…

39°53′18″N 119°31′13″E / 39.8882°N 119.5202°E / 39.8882; 119.5202 Prefecture-level city in Hebei, People's Republic of ChinaQinhuangdao 秦皇岛市Prefecture-level cityClockwise from the top: Aerial view of the city, Shanhai Pass, Longtan Falls, Yan Mountains, Old Dragon Head, Habitat Apartments SealNickname(s): Back Garden of Beijing and Tianjin (京津后花园)Location of Qinhuangdao City jurisdiction in HebeiQinhuangdaoLocation of the city centre in …

Kembali kehalaman sebelumnya