21 Subgroups

1b

Question

Show the subset is a Subgroup of the given Group:
The set of complex number of absolute value 1, namely the unit circle in the complex plane (under multiplication).

Proof

To show C={zC||z|=1} is a subgroup under multiplication, we must show closed under the operation, and closure under inverses.

  1. Let a,bC. Then a=a1+ia2 and b=b1+ib2 where a12+a22=1 and b12+b22=1. Then notice:
ab=(a1+ia2)(b1+ib2)=(a1b1a2b2)+i(a2b1+a1b2)

To show that abC notice that:

|ab|=(a1b1a2b2)2+(a2b1+a1b2)2=a12b12+a22b222a1b1a2b2+a22b12+a12b22+2a1b1a2b2=(a12+a22)(b12+b22)=11=1

Thus abC.

  1. Let aC be as described in (1). I claim that a=a1ia2 is the inverse in this case. Notice that this is normally the case for C, just without the magnitude scaling factor since |z|=1:
aa=(a1+ia2)(a1ia2)=a12+a22=1

which is the identity. To show closure, notice that:

|a|=a12+(a2)2=a12+a22=1

Thus aC.

2d

Question

Show that the specified subset is not a Subgroup of the given group:
The set of (positive and negative) odd integers in Z, together with 0.

Proof

Denote the subset Z={2n+1|nZ}{0} with the usual operation of addition. Namely, we have the inverse (additive inverses of odd integers are odd) so we are missing closure. Namely, the counter example 1,3Z while 1+3=4Z shows that +|Z isn't closed, so (Z,+|Z) is not a valid subgroup.

4

Question

Give an explicit example of a group G and an infinite subset H of G that is closed under the group operation but is not a Subgroup of G.

Proof

Let the binary group operation be addition +. Let G=R. Let H=R+ so then HR. Notice that H is infinite and (G,+) is a group, but (H,+) is not a subgroup, as H is missing the identity element, namely 0H. However, the operation +|H is closed as any positive real plus a positive real must be positive itself.

8

Question

Let H and K be subgroups of G. Prove that HK is a subgroup iff HK or KH.

Proof

(): Suppose HK is a subgroup. If HK already then we are done so suppose instead HK instead. Let kK be arbitrary, so we can show that kH and thus KH.

Since kK then kHK. Now notice that since HK then kH where kK. Now clearly kHK, so since HK is a subgroup then kkHK.

Now if kkH then we are done since kH so then kH (if instead kH that would contradict H being a subgroup). So consider the case where kkH. Then kkK. But notice if this was the case then since kK and K is a subgroup then k1K. Since K is a subgroup then kk(k1)=kK, which is a contradicion. Thus then kkH is the only case, and thus kH is always going to happen.

Thus KH as desired.

(): Suppose either HK or KH is true. Suppose, WLOG, that HK (the other version is proved reflexively). To show HK is a subgroup, we just want to show that the operation on the set is closed and each element has its inverse in the set.

For the former, let h,hHK. We have 4 cases:

For the latter, let hHK. We have two cases:

9

Question

Let G=GLn(F) where F is any field (see Matrix Groups). Define:

SLn(F)={AGLn(F)|det(A)=1}

(called the special linear group). Prove that SLn(F)GLn(F).

Proof

First, for showing closure under matrix multiplication, let A,BSLn(F). Then det(A)=det(B)=1. Consider AB. Notice that:

det(AB)=det(A)det(B)=11=1

Thus since A,B are n×n and result in an n×n matrix, then ABSLn(F), showing closure.

For showing the inverse exists, A1 always exists for ASLn(F) since det(A)=10. Furthermore, A1 must be n×n as inverse square matrices are the same dimension. Thus A1SLn(F).

10

Question

a. Prove that if H and K are Subgroup of G then so is their intersection HK.
b. Prove that the intersection of an arbitrary nonempty collection of subgroups of G is again a subgroup of G (you cannot assume the collection is countable).

Proof

a. Let H,KG. Consider HK.

First, for closure of the operation on HK, let a,bHK. Then a,bH;a,bK. Now because H,K are subgroups then abH and abK. Thus abHK, showing closure.

Second, for the existence of the inverse in HK, let aHK. Then aH and aK. Since both H,K are subgroups, then a1H and a1K. Thus a1HK as desired.

b. Let A={Gλ|λΛ} be a collection of groups (so Gλ is a group for each λΛ).

Consider the set G=λΛGλ. To show G is a subgroup, still GG so we just show the same two properties.

First, for closure of the operation on G, let a,bG. Then a,bGλ for all λΛ. Since Gλ is a group, then abGλ. Notice then that since λΛ was arbitrary, then abλΛGλ, so then abG. Thus G is closed under the operation.

Second, let aG. Then aGλ for all λΛ. Now since Gλ is a group then a1Gλ. Now because λ is arbitrary, then a1λΛGλ, so then a1G, showing closure of the inverse.

Thus G is a subgroup of G.

15

Question

Let H1H2 be an ascending chain of Subgroups of G. Prove that i=1Hi is a subgroup of G.

Proof

Denote H=i=1Hi. To show it's a subgroup of G, we follow by the conditions for being a subgroup.

First, let h,kH be arbitrary. Then Hnh,Hnk where nh,nkN and hHnh and kHnk. Now if nh=nk=n then h,kHn, so then by Hn being a subgroup of G then hkHn and thus hkH (this is the trivial case). If nhnk then one of these is larger. WLOG say nh>nk. Then notice that HnkHnh by our ascending chain:

HnkHnk+1HnhHnkHnh

As a result, then since kHnkHnh then by extension then kHnh. Additionally hHnh so then by closure of our binary operation for Hnh by being a subgroup, then hkHnh. Thus then hkH by definition.

No matter what, we always get hkH, thus showing closure of the operation on H.

Second, let hH be arbitrary. Then Hnh just like before, where nhN. Now notice that since Hnh is itself a subgroup then h1Hnh. Thus then h1H by definition, showing closure of the inverses.

Therefore, H is a subgroup of G.