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 bG and b=as. Then b generates a cyclic group of order nd where d=gcd(n,s). Also as=atgcd(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 mnd

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:AA which is bijective is called a permutation of A.

Composition of Permutations

If f and g are permutations on A, then fg:AA is also a permutation

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

Let

aA

. Since

f

is onto, there exists a

bA

such that

f(b)=a

. Since

g

is onto, there exists a

cA

such that

g(c)=b

. Then

(fg)(c)=f(b)=a

. Thus

fg

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:AA is the identity function, and fid=idf=f)
  3. Inversion (check; f1SA for fSA, and ff1=f1f=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 ϕ:SASB to be ϕ(σ)=f1σf, where f is a bijective function from B to A. The claim is that ϕ is a group isomorphism.

Homomorphism:

ϕ(στ)=f1στf=f1σff1τf=ϕ(σ)ϕ(τ)

Injectivity:

If ϕ(σ)=ϕ(τ), then we have f1σf=f1τf for all elements of B. Since f1 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γf1SA. ϕ(fγf1)=f1fγf1f=γ. Therefore ϕ is surjective.