Notes:Free group
From Maths
- This is about the Free group generated by but may include the free product of groups!
Contents
[hide]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:X→X′ be a bijection, and let A′:=A−1:X′→X be the inverse bijection
- Let Y:=X∪X′
Caveat:Apparently we denote A by x↦x′ and A′ by y↦y′ 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:
- Let W be the free monoid generated by Y, where, as usual, multiplication is concatenation[Note 1]
Reduced word
A word, a∈W with a=(a1,…,an) is reduced when:
- ∀i∈{1,…,n−1}[ai+1≠a′i]
For example:
- (x,y,z) - reduced
- (x,x,x) - reduced
- (x,y,y′,z) - NOT reduced
Reduction deletes subsequences of the form (ai,a′i) until a reduced word is reached.
Sequences of reductions
- We write a1→b 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:
- 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:
- (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 factorisation later and you've got an associative operation on the quotient with identity, just need to show inverse then.
Notes
- Jump up ↑ Obviously, concatenation of finite sequences a:=(a1,…,aℓ) and b:=(b1,…,bm) is:
- a⋅b:=(a1,…,aℓ,b1,…,bm)