MATH 415 Lecture 5

From Notes
Jump to navigation Jump to search

« previous | Tuesday, September 10, 2013 | next »


Review

Theorem 6.14

Let G be a cyclic group with n elements and generated by a. Let b∈G and b=as. Then b generates a cyclic group of order nd where d=gcd(n,s). Also ⟨as⟩=⟨at⟩⟺gcd(s,n)=gcd(t,n)

Proof. Let m be the order of as.

Recall that if X has order m and xk=e, then m divides k.

From our definition of m above, we have (as)nd=(an)sd=esd=e, so m∣nd

Thus we have gcd(n,s)=d, and gcd(nd,sd)=1.

1=(as)m=asm, so n divides sm, and sm=un for some u.

(sd)m=u(nd), so nd divides (sd)m . . . m=nd

To prove the bi-implication, start with the first part: assume the order of as is equal to the order of at. Then ngcd(n,s)=ngcd(n,t), and thus gcd(n,s)=gcd(n,t).

Next, proving the converse; assume

gcd(s,n)=gcd(t,n)

. Then we have

|⟨as⟩|=|⟨at⟩|

. Furthermore, since in

G

there is only one subgroup of the given order, we have

⟨as⟩=⟨at⟩

.

quod erat demonstrandum

Corollary

If a is a generator of a finite cyclic group G of order n, then the generators of G are the elemonts of the form as, where gcd(n,s)=1.

Proof.

gcd(n,s)=1

if and only if

|⟨as⟩|=ngcd(n,s)=n

if and only if

as

is a generator.

quod erat demonstrandum

Exercise 6.17

Find all subgroups of ℤ18, and draw the subgroup diagram.

ℤ18={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17}

The following numbers are coprime with 18: 1, 5, 7, 11, 13, 17. Therefore, they are all generators of ℤ18: so ℤ18=⟨1⟩=⟨5⟩=⟨7⟩=⟨11⟩=⟨13⟩=⟨17⟩

The group generated by 2 is ⟨2⟩={0,2,4,6,8,10,12,14,16}. By the theorem above, this is equivalent to the groups generated by other numbers that only share only a common factor of 2 with 18: 4, 8, 10, 14, 16.

The group generated by 3 is ⟨3⟩={0,3,6,9,12,15}. In this case, the only number that shares only a common factor of 3 with 18 is 15.

Similarly, ⟨6⟩={0,6,12}=⟨12⟩.

And ⟨9⟩={0,9}.

Finally, the trivial subgroup containing only the identity element ⟨0⟩={0}.

Thus there are only 6 subgroups of this group. We arrange these groups on a subgroup diagram by which groups are included in which other groups:


Section 8: Groups of Permutations

Let A be a set. A function f:A→A which is bijective is called a permutation of A.

Composition of Permutations

If f and g are permutations on A, then f∘g:A→A is also a permutation

Proof. If (f∘g)(a)=(f∘g)(b), then g(a)=g(b) by injectivity of f, and thus a=b by injectivity of g.

Let

a∈A

. Since

f

is onto, there exists a

b∈A

such that

f(b)=a

. Since

g

is onto, there exists a

c∈A

such that

g(c)=b

. Then

(f∘g)(c)=f(b)=a

. Thus

f∘g

is onto.

quod erat demonstrandum

Notation: Let σ be a permutation. We denote it as a 2×1 matrix. For example,

σ=(1234542531)

What we mean by this is that 1 maps to 4, 2 maps to 2, 3 maps to 5, and so on.

Suppose we have another permutation

τ=(1234535421)

We can find σ∘τ=(1234551324)

Inverse Permutations

It's possible to find σ−1 because σ is bijective.

Let's find the inverse of σ above:

σ−1=(1234552413)


Theorem 8.5

Let A be a non-empty set. Let SA be the set of all permutations on A. Then SA is a group under composition of permutations.

Note: We just showed above that composition is a binary operation. Now we will show that it can be used to define a group.

Proof. In order to show that ⟨SA,∘⟩ is a group, we need to show:

  1. Associativity (check; since composition of functions is always associative)
  2. Identity (check; id:A→A is the identity function, and f∘id=id∘f=f)
  3. Inversion (check; f−1∈SA for f∈SA, and f∘f−1=f−1∘f=id)


Example

Let A={1,2,…,n} be a nonempty set of n elements.

SA is called the symmetric group on n letters

Note: If A and B have the same cardinality (i.e. there is a bijective function from B to A and vice versa), then SA is isomorphic to any SB.

Proof. We define ϕ:SA→SB to be ϕ(σ)=f−1∘σ∘f, where f is a bijective function from B to A. The claim is that ϕ is a group isomorphism.

Homomorphism:

ϕ(σ∘τ)=f−1∘σ∘τ∘f=f−1∘σ∘f∘f−1∘τ∘f=ϕ(σ)∘ϕ(τ)

Injectivity:

If ϕ(σ)=ϕ(τ), then we have f−1∘σ∘f=f−1∘τ∘f for all elements of B. Since f−1 is bijective, we can say σ(f(b))=τ(f(b)). Since f is bijective, we can say that σ(a)=τ(a). Thus σ is injective.

Surjectivity

Let γ∈SB. Then f∘γ∘f−1∈SA. ϕ(f∘γ∘f−1)=f−1∘f∘γ∘f−1∘f=γ. Therefore ϕ is surjective.