Subgroup

subgroup

A subset HG of a Group (G,) is a subgroup of G if H also forms a group under operation . Namely, it's a subgroup if the restriction |H:H×HH is a group operation on H.

We usually denote this as HG, read as "H is a subgroup of G".

Notice that |H needs to output to H, namely the condition for a Group being closed is required here.

The Subgroup Criterion

Condition for Subgroup, The Subgroup Criterion

Assume H is a nonempty subset of (G,) which is closed under the binary operation on G and is closed for inverses (so h,kH(hk,h1H)). Then H is a group under the operation restricted to H (which means the subset H is a subgroup of G).
(Sometimes we just check h1h21H for all h1,h2H)
If H is finite, then only closure under the binary operation is needed.

Proof
Note that |H is already closed by definition. Furthermore:

  1. |H is associative by the associativity of .
  2. As H is non-empty, then hH. Since H is closed under inverses then h1H. Then:
h|Hh1=hh1=eGH

since |H is closed. Now for any hH:

h|HeG=heG=h=eGh=eG|Hh

Thus eG while being the identity of G is also the identity for H.
3. Let hH. From the argument above we have h1H so:

h|Hh1=hh1=e=h1h=h1|Hh

Thus then h1 is also the inverse of h in H.

For the case where H is finite, consider only having closure under the binary operation. Take any hH and look at powers of h. Since H is finite, at some point you'll have a repeat (as if it doesn't, then H is infinite):

h,h2,,hmhm=hn

for some m,nZ where mn. For the sake of argument, assume m<n. Then notice that:

1=hnm

where nm>0. Thus:

h1=hnm1

Where h1 is a product of h's, so by closure of H under the binary operation, then h1H.

Aside

For the case where hk1H for all h,kH, since H is non-empty, then hH. Thus hh1H using our given, so 1H. Further, take any kH. Then 1,hH so then by our given then 1h1=h1H. For closure on the binary operation, then h,kH implies that k1H so then h(k1)1=hkH.

Examples

  1. ZQ,QR,RC so ZQRC
  2. 2Z={2n|nZ}, and 02Z which is closed under addition (even plus even is even, a negative even is an even) is clearly Z.
  3. {2n+1|nZ} is not a subgroup, since an odd plus an odd is an even (so not closed). Further there's no identity 0 the set. It does contain its (negative) inverses though.
  4. Consider (Q{0},),(R,+) are both groups. Clearly Q{0}R, but (Q{0},)(R,+) due to a difference in operation.
  5. In every group G there are two extreme subgroups:
    1. Smallest: {1G}G is the trivial subgroup
    2. Largest: GG is the improper subgroup
  6. Remember our Dihedral Groups friend D8=r,s|r4=1,s2=1,sr=r1s? What's the smallest subgroup of D8 that contains r? Answer: r|r4=1={1,r,r2,r3}.
    1. We call this the subgroup generated by r, denoted rD8.
    2. What is r,sD8? It's the entire set D8!
    3. What is r2,sD8? In this case it's {1,r2,s,r2s}, so it's smaller than we expect!
  7. Here D6D8, because the generators are slightly different. Namely D6=r,s|r3=1,s2=1,sr=r2s while D8=r,s|(r)4=1,(s)2=1,rs=s(r)3
  8. Consider the symmetric group in S3 given as {1,(1 2)(3)}=(1 2) is a subgroup. Furthermore, this subgroup is an Isomorphism to S2.