10 - Midterm Review

Review this vocab:

MT Practice

# 1-3 are practice computations. #4-9 are practice proofs.

Overall here's how I did:

  • I edited the order formula for 1a but overall got the answer right
  • 1b is mostly right (small numeric errors) but the cyclic group part was wrong.
  • 2 try to make sure you know the cycle decomposition algorithm (pg 44 on the textbook)
  • 3 I DNF'ed
    But the proofs looked perfect!

1

Question

a. Compute the Order of each element in Z10Z
b. Compute the order of each element in (Z10Z)×. Is this a Cyclic Group? If so, give a generator.
c. Draw the lattice of subgroups of the additive group Z10Z

Proof

a. For each of these the order is just |a|=10gcd(a,10)

  • |0|=1
  • |1|=10
  • |2|=5
  • |3|=10
  • |4|=5
  • |5|=2
  • |6|=5
  • |7|=10
  • |8|=5
  • |9|=10

b.

  • |0|=
  • |1|=1
  • |2|=
  • |3|=4
  • |4|=
  • |5|=
  • |6|=
  • |7|=4
  • |8|=
  • |9|=2
    It is cyclic since (Z10Z)×=9.

c.

2

Question

Let σS6 be the permutation σ=(1 4 5 6)(2 1 3 5). Write σ as a product of disjoint cycles and compute its order.

Proof

To compute, let's do the permutations from right to left:

σ 1 2 3 4 5 6
1 3 1 5 4 2 6
2 3 4 6 5 2 1
Thus σ(3 4 6 5 2 1)(1 3 6)(2 4 5). Thus, then $ \sigma = \text{lcm}(3,3) = 3$.

3

Question

Let AS3 be the Subgroup generated by the transposition (1 2).
a. Determine the Centralizer of A in S3.
b. Determine the Normalizer of A in S3.
c. Determine the Center of A in S3.

Proof

a. We want to get {σS3|σ(1 2)=(1 2)σσ1=1σ}. Namely, we can commute permutations only when they don't share the same number. Using our table, it's the set {(),(1 2),(1 3 2)}.

b. We want to get {σS3|σAσ1=A}, which in this case is all {σS3|σ1σ1A,σ(1 2)σ1A}, which happens only when we check each element:

gS3 Result w/ x=(1 2)
e e(1 2)e1=(1 2)
(1 2) (1 2)(1 2)(1 2)1=(1 2)
(1 3) (1 3)(1 2)(1 3)1=(1 3)(1 2)(3 1)=(2 3)
(2 3) (2 3)(1 2)(2 3)1=(2 3)(1 2)(3 2)=(1 3)
(1 2 3) (1 2 3)(1 2)(1 2 3)1=(1 2 3)(1 2)(1 3 2)=(2 3)
(1 3 2) (1 3 2)(1 2)(1 3 2)1=(1 3 2)(1 2)(2 3 1)=(1 2)
Thus NG(A)={(),(1 2),(1 3 2)}.

c. We want to find Z(A)=CA(A)={σA|σx=xσxA}. Using our table then Z(A)={(),(1 2)} in this case since there's only so many elements that can't commute.

(in case on the exam, look at the table method for finding these -izers)

4

Question

Prove that every Group G contains a unique identity element.

Proof

Assume for contradiction that it didn't have a unique identity. Label them e1,e2G. Now since e1 is the identity then we can left-multiply it with e2 and get back e2:
e1e2=e2
Similarly, since e2 is the identity then we can right-multiply it with e1 to get:
e1e2=e1
Thus e1=e2 is a contradiction. The identity must be unique!

5

Question

Suppose ϕ:GH is a Homomorphism (or Group Morphism). Prove that ϕ(1G)=1H.

Proof

Let gG be arbitrary:
ϕ(g)=ϕ(g1G)=ϕ(g)ϕ(1G)
Now we can do left-cancellation to get that:
1H=ϕ(1G)
as desired.

6

Question

Suppose a group G has no nontrivial proper Subgroup. Prove G is cyclic.

Proof

Suppose G has no nontrivial proper subgroup; thus only the trivial (proper) subgroup exists for G.

Assume for contradiction that G is not cyclic. Then G has at least two generators t1,t2 where G=t1,t2,. Now consider the subgroups t1 and t2. Notice that if we had more generators then G has more than one proper subgroup, such as t1, creating a contradiction. Thus, we can't have 3 or more generators.

But what about just G=t1,t2? Even then our subgroups t1 and t2 are proper subgroups that aren't trivial, creating another contradiction. Thus then G=t for some generator t, and thus G is cyclic as it's composed of only one generator.

7

Question

Suppose G is an Abelian Group and H,KG are Subgroups. Prove HK is a subgroup of G. Give an explicit example in which HK is not a subgroup of G.

Proof

To show HK is a subgroup, first notice that HKG since HG and KG.

To show closure, let a,bHK. Then a,bH and a,bK. By these H,K being subgroups themselves, then abH and abK. Thus abHK as desired.

To show the inverse is in the set, let aHK, so then aH and aK. By H,K being subgroups then a1H and a1K, so then a1HK as desired.

(Note that you don't actually need G to be an Abelian Group in this case)

To show that HK may not be a subgroup of G, consider G=D8 and H=r and K=s. Notice HK={1,r,r2,r3,s} which is not a subgroup of G=D8 as it is not closed.

8

Question

Let G be a Group and suppose a,bG are elements of G such that ab has finite order. Prove that:
|ab|=|ba|

Proof

Since ab is finite order let |ab|=n. Then (ab)n=1. Now notice:
(ab)n=1anbn=1bn=an1=bnan1=(ba)n(ba)n=1
Thus |ba|=n=|ab|.

9 (Hard)

Question

Recall that 2-cycles in Sn (see Symmetric Group & Permutations) are also called transpositions. We say a permutation σSn is even if it can be written as a product of an even number of transpositions; otherwise we say it is odd. For example, in S4 the 4-cycle σ=(1 2 3 4) is odd because it can be written as a product of three transpositions, namely σ=(1 4)(1 3)(1 2).
For each permutation σSn, define the sign of σ as follows:
sgn(σ)={1,σ is even1,σ is odd
(It is a known fact that sgn is well defined)
a. Compute the sign of each element in S3.
b. Let AnSn denote the subset of all even permutations. Show that An is a subgroup of Sn. This subgroup is called the alternating group on n elements.

Proof

a.

σ sgn
() 1
(1 2) -1
(1 3) -1
(2 3) -1
(1 2 3)=(2 3)(1 3) 1
(1 3 2)=(2 3)(1 2) 1
b. Let nN, and let AnSn only contain even permutations. To show AnSn we have already shown it being a subset, so we need to show closure.

For closure under our binary operation, let σ1,σ2An. Then σ1,σ2Sn are both even permutations. Notice then that since they both are even permutations, then they have 2k1,2k2 individual transpositions in their product expansions separately. Say:
σ1=ψ1ψ2ψ2k1,σ2=ψ2k1+1ψ2k1+2k2
Where k1,k2N and ψi is a transposition for each 0<i2k1+2k2. Now then:
σ1σ2=ψ1ψ2k1ψ2k1+1ψ2k1+2k2
Which has a total of 2(k1+k2) transpositions, an even number! Thus then σ1σ2 is even, and thus σ1σ2An.

For the inverse being closed, let σAn again. Use our σ1 definition to define σ, where we use k instead of k1. Notice that:
σ1=(i=12kψi)1=i=12k(ψi)1
Now, since (ψi)1 is still a transposition, then σ1 has a product of an even amount of transpositions, and thus σ1An.

Therefore An is a subgroup of Sn for all n.