Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.3: Subgroups

( \newcommand{\kernel}{\mathrm{null}\,}\)

Subgroups are non-empty subsets of a group that are themselves groups. In this section, we will explore how to define and characterize subgroups.

Definition: Subgroup

Screen Shot 2023-06-29 at 1.48.28 PM.pngLet G be a group. Let H is a non empty subset of G and (H,) is a group, then H is a subgroup of G.  We write this as HG.

 Trivial subgroups of G are {e} and G (the group itself).

 

Note

To ensure a set is a group, we need to check for the following five conditions:

  1. Non-empty set,

  2. Closure, 

  3. Associativity,

  4. Identity, and

  5. inverse.

The following theorem allows us to check three conditions (rather than 5) to ensure a subset is a subgroup.

Example 2.3.1
  1.  The trivial subgroups of a group G are {e} and  G.
  2. (Z,+) is a subgroup of (R,+). In fact ZQR are subgroups of R under addition.
  3. But (Q,) is  not a subgroup of (R,+).  (why?)
Theorem 2.3.1

 

Let (G,) be a group then HG is a subgroup if and only if

The following conditions are satisfied:Screen Shot 2023-07-03 at 11.38.16 AM.png

 
  1. The identity eG is in H.

  2. If h1,h2H, then h1h2H.

  3. If hH then h1H.

 
Proof

Assume that HG.

We shall show that eH=eG, where eH is the identity of H and eH is the identity of G.

 

Thus, it is clear that HG.◻

  •  
    1. From (2), we have shown h1h2H,h1,h2H.

    2. From (1), we have shown the identity.

    3. From (3), we have shown the inverses exist.

    4. Every element of h1,h2,h3G therefore associativity applies because H inherits it from G by definition.

  •  

    Conversely, assume that HG satisfies 1, 2, and 3 shown in Theorem 1.

    From (1), we have shown that H is a non-empty set - it has at least an identity.

    Since eG is the identity of G and eHG, eGeH=eHeG=eH.

    Further, eHH,e1H=eHH.

    Since eH,e1HG, eHe1H=eG, but eHe1H=eH.  Screen Shot 2023-07-03 at 11.40.19 AM.png

    Hence eG=eH.◻

     

    Note: all subgroups of a group have a common element - the identity e. They could have more common elements. Since H is a subset of G, eH is in H by default.

    2. We shall show that, if h1,h2H, then h1h2H.

     

    Let h1,h2H.

    Since (H,) is a group, h1h2H.◻

    Note a group is closed by definition.

     

    3. We shall show that,if hH then h1H.

     

    Since (H,) is a group, h1H.◻

    Note each element in a group has an inverse by definition.

     

    HG iff:

    H{}.

    (H,) is a group.  Need to check:

    1. ,h1h2H,h1,h2H

    2. eH, where eG,

    3. h1H,hH,

    4. h1(h2h3)=(h1h2)h3,a,b,cH.

 

 

The following theorem allows us to check two conditions (rather than 5) to ensure a subset is a subgroup.

Theorem 2.3.2

 Let (G,) be a group.

Then H(G) is a subgroup of G iff the following conditions are satisfied:

  1.  eGH, and

  2.  gh1H,g,hH.

Proof:

Assume that HG.

Assume that HG.

 

Since eh2H,eh12H.

Further, eh12=h12H.

Since h1h2H, h1(h12)1H.

Therefore h1h2H. ◻

It has an identity since H{}.

See proof of (a) above

Associativity comes because h1,h2,h3H.

 
  1. Let h1,h2H.

 

Conversely, assume that HG satisfies (1) and (2) of Theorem 2.

We shall show HG.

H{}.  Since we have a group, we have at least an identity.

h1h2H,h1,h2H,

eH, where eG,

h1H,hH,

h1(h2h3)=(h1h2)h3,a,b,cH.

We shall show that gh1H,g,hH.

Then h1H because HG.

Since g,h1H, gh1H,

Hence the result.◻

HG iff:

H{}.

(H,) is a group.  Need to check:

We shall show that eH=eG, where eH is the identity of H and eH is the identity of G.

Since eG is the identity of G and eHG, eGeH=eHeG=eH.

Further, eHH,e1H=eHH.

Since eH,e1HG, eHe1H=eG, but eHe1H=eH.  

Hence eG=eH.◻

Let g,hH.

 

 

Example 2.3.2

Consider (R,).  Decide if the following sets form subgroups of R.

  1. H={xR|x=1 or x is irrational }.

No.

Counter example:

Consider 2H.

Further 22=2 but 2H 

Therefore since there is no closure, HR.◻

 
  1. K={xR|x1}.

No.

Counter example:

Consider 2K.

Note that 21=12, but 12K.

Thus the inverse of 2 does not exist.

Since a1aK, KR.◻

 

Example 2.3.3

 Let G=(M22(R),+).

Suppose you take this matrix s.t. the trace of the matrix is zero.

Thus H={[abcd]|a+d=0}.

 

Show that HG.

Solution:

Note that [0000] is the identity of G and it is clearly an element of H.  Thus condition (1) of Theorem 2 is satisfied.

 

We will show that gh1H,g,h1H.

Let [abcd],[efgh]H.

Then a+d=0 and e+h=0 since the two matrices belong to H.

Consider  [abcd]+[efgh]=[aebfcgdh].

Then (ae)+(dh)=(a+d)(e+h)=00=0.

Hence [aebfcgdh]H.

Thus HG.

Example 2.3.4

Let GL2(R)={A=[abcd]|a,b,c,dR,det(A)=adbc0} where GL2(R) stands for General Linear Group that is a 2×2 matrix and  SL2(R)={A=[abcd]|a,b,c,dR,det(A)=adbc=1}, where SL2(R). Show that SL2(R)GL2R)

Example 2.3.5

Let n be a nonnegative integer, Then  show that nZ={nm|mZ} is a subgroup of (Z,+).

Answer

Add texts here. Do not delete this text first.

Definition: finite group

Let G be a group.  If G is finite and |G|=n then we say that the order of G=n.

 

Theorem 2.3.3

Subgroup test for finite groups:

Let HG.

Then HG iff:

  1. H{}. (non-empty).

  2. a,bH then abH (closed).

 

Example 2.3.6

Find all subgroups of  Klein 4 (K4) Group K4={e,a,b,c} such that a2=b2=c2=e with the product of any two distinct non-identity elements is the third: ab=c, ac=b, and bc=a

Solution

Since K4 is a finite Group, H1={e,a},H2={e,b} and H3={e,c} are subgroups of K4. Any subgroup of K4 with more than 3 elements must contain two distinct non-identity elements. Therefore it must contain the third. Hence {e},H1={e,a},H2={e,b} and H3={e,c},K4 are subgroups of K4.

Lattice Diagram of all subgroups

Example 2.3.7: Lattice diagram of subgroups of K4
clipboard_ec55024da3c0cca218b38d310264b15b2.png

 

Special subgroups 

Centralizer of  an element

Definition: Centralizer of an element

Let G be a group.  For any aG, the Centralizer of a in the group G C(a)={gG|ag=ga}

 

Theorem 2.3.4

Let G be a group.  For any aG, the Centralizer of a in the group G C(a)={gG|ag=ga}. Then  C(a)G.

Proof

If C(a)={gG|ag=ga}=G, then we are done. Otherwise, let x1,x2C(a) .

We will show that x1x12C(a) and eGC(a) .

Consider ax1=x1aax1x12=x1ax12ax1x12=x1(ax12)ax1x12=x1(x12a)ax1x12=x1x12a , x1,x12C(a) .

Since x2,x12C(a) , x2x12=e , where e is the identity element, e in C(a) .

Since x1x12,eC(a) , C(a)G .◻

Example 2.3.8

Let G=GL(2,R).  Then find

  1. C([1110]).

  2. C([0110]).

Solution:

Let [abcd]G, Then a,b,c,dR, and adbc0.

Consider C([1110]) means that [1110][abcd]=[abcd][1110].

Thus [a+cb+dab]=[a+bac+dc].

Thus a+b=a+c, a=b+d, c+d=a and c=b.

Thus C([1110])={A=[abbab]|a,bR,det(A)0}

  1. C([0110]).

Let [abcd]G, Then a,b,c,dR, and adbc0.

Consider C([0110]) means that [0110][abcd]=[abcd][0110].

Thus [cdab]=[badc].

Thus b=c and d=a.

Thus C([0110])={B=[abba]|a,bR,det(B)0}

Center of a group

Definition: Center

Let G be a group. Then the center of G is defined as,   Z(G)={xG|gx=xggG}.

Theorem 2.3.4

 

Let (G,) be a group then Z(G) is a subgroup of G.

Proof:

Let G be a group and gG.

We will show that Z(G)={xG|gx=xggG}.Screen Shot 2023-07-03 at 1.24.03 PM.png

 

Let e be the identity of G.

We will show that eZ(G).

Since eg=gegG, eZ(G).

 

Let x1,x2Z(G).

We shall show that x1x12Z(G).

Consider that x12g=gx12.

Further (x1x12)g=x1gx12.Screen Shot 2023-07-03 at 1.25.40 PM.png

     =(x1g)x12

     =(gx1)x12

     =g(x1x12).◻

 

Note

Note that if G is abelian, Z(G)=G.

 

Example 2.3.9

Let G=GL(2,R).  Then find Z(G).

 Solution:

Z(G)={gG|gx=xg,xG}.

Let [abcd]G, Then a,b,c,dR, and adbc0.

We have shown C([1110])={[abbab]|a,bR,det0} and C([0110])={[abba]|a,bR,det0}, [1110],[0110]G.

Thus for [abcd] to be in Z(G), [abbab]=[abba].

Thus since ab=a, b=0.

Thus, Z(G)={[a00a]|aR,a0}.

Example 2.3.10

Prove that for each element aG, where G is a group, that C(a)=C(a1).

Proof:

Let x1C(a) s.t. ax1=x1a.

We will show that x1a1=a1x1.

Consider that a1ax1=a1x1a

     ex1=a1x1a

       x1=a1x1a

x1a1=a1x1aa1

x1a1=a1x1e

x1a1=a1x1.

Thus, x1C(a1).

Hence C(a1)C(a).

Let x2C(a1) s.t. a1x2=x2a1.

Consider that aa1x2=ax2a1

     ex2=ax2a1

       x2=ax2a1

x2a=ax2a1a

x2a=ax2e

x2a=ax2.

Thus, x2C(a).

Hence C(a)C(a1).
Since C(a1)C(a) and C(a)C(a1), C(a)=C(a1).◻

Centralizer

Definition: Centralizer

Let G be a group and H be a subgroup of G then  the Centralizer of H in G is  C(H)={gG|gh=hghH}.

 Note that if H={e} then C(H)=G.

Theorem 2.3.5

Let G be a group and H be a subgroup of G then  the Centralizer of H in G is  C(H)={gG|gh=hghH} is a subgroup of G.

Proof:

Let G be a group and H be a subgroup of G. We will show that C(H) is a subgroup of G.

Let e be the identity element of G, then eC(H).

Let g1,g2C(H).

We will show that g1g12h=hg1g12.

Consider that g1h=hg1, g2h=hg2, hH.

Since g1h=hg1,

    g1hg12=hg1g12

    g1g12h=hg1g12.

Thus g1g12C(H)

Hence C(H)G.

Conjugacy classes of a group G 

Two elements x,y in a group G are conjugate if y=gxg1 for some gG. This is an equivalence relation of G.

Conjugacy classes of G are subsets of G in which elements are conjugate to each other. That is, [x]={gxg1|gG}xG.

 

Normalizer

Let G be a group and H be a subgroup of G.  For any xG, N(H)=xHx1={xhx1|hH}.

This subgroup is called the Normalizer of H in the group G.

Definition: Normalizer

Let G be a group and H be a subgroup of G. Then 

for any xG,Nx(H)=xHx1={xhx1|hH} Gonjugates of G, and 

the Normalizer of H in the group G, N(H)={xHx1|xG}.

Theorem 2.3.6

Let G be a group and H be a subgroup of G. Then  for each gG, Ng(H)=gHg1 is a subgroup of G. These subgroups are called conjugates of H in G.

Proof:

 Let gG. Let e be the identity of H then geg1gHg1.

Consider geg1=(ge)g1=gg1=e.  Thus egHg1.Screen Shot 2023-07-03 at 1.40.22 PM.png

 

Let a,bgHg1.

We will show that ab1H.

Consider a=gh1g1 and b=gh2g1, h1,h2H.

Then ab1=(gh1g1)(gh2g1)1

     =(gh1g1)((g1)1h12g1)

     =gh1g1gh12g1

     =gh1h12g1gHg1.

Thus since h1,h12Ng(H) and eNg(H), Ng(H) is a subgroup of G.◻

 

 


This page titled 2.3: Subgroups is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Pamini Thangarajah.

Support Center

How can we help?