Difference between revisions of "Notes:Free group"

From Maths
Jump to: navigation, search
(Saving work)
 
(Added another source, with a better construction)
 
Line 1: Line 1:
==[[Abstract Algebra - Pierre Antoine Grillet|Grillet - Abstract Algebra]]==
+
* This is about the [[Free group generated by]] but may include the [[free product of groups]]!
 +
__TOC__
 +
==[[Books:Abstract Algebra - Pierre Antoine Grillet|Grillet - Abstract Algebra]]==
 
This is taken from '''section 6 of chapter 1''' starting on page 27.
 
This is taken from '''section 6 of chapter 1''' starting on page 27.
 
===Reduction===
 
===Reduction===
Line 26: Line 28:
 
===Sequences of reductions===
 
===Sequences of reductions===
 
# We write {{M|a\overset{1}{\rightarrow} b}} if
 
# We write {{M|a\overset{1}{\rightarrow} b}} if
 +
==[[Books:Introduction to Topological Manifolds - John M. Lee|Lee - Topological Manifolds]]==
 +
===Free group generated by===
 +
Let {{M|S:\eq\{\sigma\} }} - a set containing a single thing. Then:
 +
* {{M|F(S)}} - the free group generated by {{M|S}} (we may write {{M|F(\sigma)}} instead, for short) is defined as follows:
 +
*# The set of the [[group]] is {{M|F(\sigma):\eq\{\sigma\}\times\mathbb{Z} }} - the set of all [[tuples]] of the form {{M|(\sigma,m)}} for {{M|m\in\mathbb{Z} }}
 +
*# The operation is: {{M|(\sigma,a)\cdot(\sigma,b):\eq(\sigma,a+b)}}
 +
* We identify {{M|\sigma}} with {{M|(\sigma,1)}}, thus:
 +
** {{M|\sigma^m\eq(\sigma,m\cdot(1))\eq(\sigma,m)}}
 +
 +
 +
Now suppose {{M|S}} is some arbitrary set, then:
 +
* {{M|F(S):\eq\underset{\sigma\in S}{\Huge \ast}F(\sigma)}} - the {{link|free product|group}} of the groups {{M|F(\sigma)}} for each {{M|\sigma\in S}}
 +
===Free product===
 +
Quite simple:
 +
* {{M|\underset{\alpha\in I}{\huge\ast}G_\alpha}} is a [[quotient by an equivalence relation]] on the [[free monoid generated by]] the set that is the [[disjoint union]]: {{M|\coprod_{\alpha\in I}G_\alpha}} where:
 +
** Two words in the monoid are considered equivalent if one can be reduced to the other.
 +
** The rules for reduction are:
 +
**# (two elements in the word from the same group are combined into one that is their product)
 +
**# (any identity elements are discarded)
 +
 +
A bit of [[factor (function)|factorisation]] later and you've got an associative operation on the quotient with identity, just need to show inverse then.
 
==Notes==
 
==Notes==
 
<references group="Note"/>
 
<references group="Note"/>

Latest revision as of 20:36, 10 December 2016

Grillet - Abstract Algebra

This is taken from section 6 of chapter 1 starting on page 27.

Reduction

  • Let X be a set.
  • Let X be a disjoint set
  • Let A:XX be a bijection, and let A:=A1:XX be the inverse bijection
  • Let Y:=XX

Caveat:Apparently we denote A by xx and A by yy such that (x)=x and (y)=y - I am unsure of this.


Words in the "alphabet" Y are finite, but possibly empty, sequences of elements of Y.

Next:

Reduced word

A word, aW with a=(a1,,an) is reduced when:

  • i{1,,n1}[ai+1ai]

For example:

  1. (x,y,z) - reduced
  2. (x,x,x) - reduced
  3. (x,y,y,z) - NOT reduced

Reduction deletes subsequences of the form (ai,ai) until a reduced word is reached.

Sequences of reductions

  1. We write a1b if

Lee - Topological Manifolds

Free group generated by

Let S:={σ} - a set containing a single thing. Then:

  • F(S) - the free group generated by S (we may write F(σ) instead, for short) is defined as follows:
    1. The set of the group is F(σ):={σ}×Z - the set of all tuples of the form (σ,m) for mZ
    2. The operation is: (σ,a)(σ,b):=(σ,a+b)
  • We identify σ with (σ,1), thus:
    • σm=(σ,m(1))=(σ,m)


Now suppose S is some arbitrary set, then:

  • F(S):=σSF(σ) - the free product of the groups F(σ) for each σS

Free product

Quite simple:

  • αIGα is a quotient by an equivalence relation on the free monoid generated by the set that is the disjoint union: αIGα where:
    • Two words in the monoid are considered equivalent if one can be reduced to the other.
    • The rules for reduction are:
      1. (two elements in the word from the same group are combined into one that is their product)
      2. (any identity elements are discarded)

A bit of factorisation later and you've got an associative operation on the quotient with identity, just need to show inverse then.

Notes

  1. Jump up Obviously, concatenation of finite sequences a:=(a1,,a) and b:=(b1,,bm) is:
    • ab:=(a1,,a,b1,,bm)