Skip to main content
Mathematics LibreTexts

2.1: Introduction to Group

  • Page ID
    131036
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Definition: Group

    Let \(G\) be a non-empty set.

    binary operation, \(\star\), on \(G\)   is defined as :  \( a \star b\) for all \(a,b \in G.\)

    closed binary operation, \(\star\), on \(G\)   is defined as a function:  \(\star: G \times G \rightarrow G,  \star(a,b)=a \star b \in G\). 

    Then  \(G\) with the closed binary operation \(\star \), \((G,\star) \), is a group if  all of the following conditions are satisfied:

    1. Associative: \(a\star (b \star c)=(a \star b) \star c\); \(\forall a,b,c \in G\).

    2. Identity: There exists an identity, \(e \in G\), s.t. \(e \star a=a \star e=a\).

    3. Inverse: For each element \(a \in G\), there exists an element \(b \in G\) s.t. \(a\star b=b \star a=e\).

    In other words, A group is a non-empty set associated with a binary operation that satisfies certain axioms. The operation must be closed, associative, and have an identity element. Additionally, every element must have an inverse.

    Definition: Abelian Group

    Let \((G,\ast)\) be a group. Then \((G,\ast )\) is called an abelian group if \(a \star b=b \star a, \forall a, b \in G\).  That is that the group satisfies the commutative property

     

    A summary of the terms is shown below.Screen Shot 2023-06-28 at 4.25.10 PM.png

     

    Example \(\PageIndex{1}\)

    The sets \( \mathbb{Z}, \mathbb{Q}, \mathbb{R}, \) and \( \mathbb{C} \) with addition \(+\) are groups with the identity of \(0\) and each element \(a\) an inverse \(-a.\)

    Example \(\PageIndex{2}\)

     \((\mathbb{Z}, \cdot)\) is a monoid, has no inverse, and is thus not a group. Why?

    It's a set with an operation, is closed, is associative, and has an identity but does not have an inverse.

    Counterexample:

    \(2 \in \mathbb{Z}\), but there is no element \(b \in \mathbb{Z}\) s.t. \(2 \cdot b=1.\)

    Example \(\PageIndex{3}\)

    Let \( V \) be a vector space, then \((V, +)\) is an abelian group.

    Example \(\PageIndex{4}\)

    Let \(n\in \mathbb{Z}_+ \).

    Let \(M_{nn} (\mathbb{R}) \) be  the set of all \(n \times n\) matrices over  \(\mathbb{R}\) then \((M_{nn} (\mathbb{R}) ,+)\) is an abelian group.

    Let \(M_{nn} (\mathbb{C}) \) be  the set of all \(n \times n\) matrices over  \(\mathbb{C}\) then \((M_{nn} (\mathbb{C}), +)\) is an abelian group.

     

    Example \(\PageIndex{5}\)

     \( GL_2 (\mathbb{R})= \Big\{ A=\begin{bmatrix}a & b\\
    c & d\end{bmatrix} \big| a,b,c,d \in \mathbb{R}, \det {(A)} =ad-bc \ne 0 \Big\} \) where \(GL_2(\mathbb{R})\) stands for General Linear Group that is a \(2 \times 2\) matrix.

    Is \((GL_2(\mathbb{R}), \cdot)\) a group?  Yes, but not an Abelian group.  

    \([A] \cdot ([B] \cdot [C]) = ([A] \cdot [B]) \cdot[C]\) is true, so we have associativity.

    Every element \([A]\)  in \( GL_2 (\mathbb{R})\) has an inverse since \(det(A)\ne 0\).

     Since \(I \in GL_2 (\mathbb{R}), GL_2 (\mathbb{R})\) has an identity.

    Matrix multiplication is not commutative since \([A] \cdot [B] \ne [B] \cdot [A]\).

    Counterexample:

    \(\begin{bmatrix}0 & 1\\
    1& 0\end{bmatrix} \cdot \begin{bmatrix}1 & 0\\
    0& -1\end{bmatrix} = \begin{bmatrix}0 & -1\\
    1 & 0\end{bmatrix}\)

    \(\begin{bmatrix} 1 & 0\\
    0 & -1 \end{bmatrix} \cdot \begin{bmatrix} 0 & 1\\
    1 & 0 \end{bmatrix} = \begin{bmatrix} 0 & 0\\
    -1 & 0 \end{bmatrix}\)

     

    Notice that \(\begin{bmatrix}0 & 1\\
    1& 0\end{bmatrix}, \begin{bmatrix}1 & 0\\
    0& -1\end{bmatrix} \in GL_2({\mathbb{R}}). \) 

     

    Since \( \begin{bmatrix}0 & -1\\
    1 & 0\end{bmatrix} \ne \begin{bmatrix}0 & 0\\
    -1 & 0\end{bmatrix}\), \((GL_2(\mathbb{R}), \cdot)\) is not commutative. 

     

    Thus \((GL_2(\mathbb{R}), \cdot)\) is a group, but not an abelian group since it is not commutative.

     

    Note

    Let \(n\in \mathbb{Z}_+ \).

    \( GL_n (\mathbb{R})= \Big\{ A\in M_{nn}(\mathbb{R})| \det {(A)} \ne 0 \Big\} \), General Linear Group over \(\mathbb{R}\).

    \( GL_n (\mathbb{C})= \Big\{ A\in M_{nn}(\mathbb{C})| \det {(A)} \ne 0 \Big\} \), General Linear Group over \(\mathbb{C}\).

    Example \(\PageIndex{6}\)

    Let \(SL_2(\mathbb{R})= \Big\{ A=\begin{bmatrix}a & b\\
    c & d\end{bmatrix} \big| a,b,c,d \in \mathbb{R}, \det {(A)} =ad-bc = 1 \Big\}\), where \(SL_2(\mathbb{R})\) stands for Special Linear Group that is a \(2 \times 2\) matrix.  Is \((SL_2(\mathbb{R}), \cdot)\) a group?

    Proof:

    Let \(A,B \in SL_2(\mathbb{R})\).

    Then \(\det {(A)}=\det {(B)}=1\).

    Consider \(\det{(AB)}= \det{(A)} \cdot \det{(B)}=(1)(1)=1\).

    Hence \(AB \in SL_2(\mathbb{R})\).

    Since matrix multiplication is associative, \((SL_2(\mathbb{R}), \cdot)\) is associative.

    Since the \(2 \times 2\)  matrix identity, \(I =\begin{bmatrix}1 & 0\\
    0 & 1\end{bmatrix}\in SL_2(\mathbb{R}),\) and  \(AI=IA=A\) for all \(A\in SL_2(\mathbb{R})\), \((SL_2(\mathbb{R}), \cdot)\) has the identity.

     

    Inverse:

    Proof:

    Let \(A \in SL_2(\mathbb{R})\).

    Then \(\det{(A)}=1\), therefore \(A^{-1}\) exists.

    Consider \(\det{(A^{-1})}= \frac{1}{\det{(A)}}=1\).

    Therefore \(A^{-1} \in SL_2(\mathbb{R})\).

    Hence \(SL_2(\mathbb{R})\) is a group, but not an abelian group.

     

    Note that \(SL_2(\mathbb{R}) \subseteq GL_2(\mathbb{R})\).

     

    Definition: 

     If \((G, *)\) is a group, then

    1. If \(|G|\) is finite, then \((G,*)\) is called a finite group.

    2. If \(|G|\) is infinite, then \((G,*)\) is called an infinite group. 

    Cayley Table

    A Cayley table, named after the British mathematician Arthur Cayley, is a square table used in group theory to represent the binary operation of a finite group. It provides a concise way to display all possible combinations of group elements and the result of their operation.

    Here are some examples of Cayley tables.

    Example \(\PageIndex{7}\)

    Define a relation on \(\mathbb{Z}\) by \( a R b\) iff  \(a \equiv b \pmod{4} \), \(a,b \in \mathbb{Z},\) then  \( R \) is an equivalence relation and the equivalence classes are \([0],[1],[2] \) and \([3] \).  Another way to show the equivalence classes is to use the following notation:  \(\mathbb{Z}_4=\{0,1,2,3\} \).

     

    Cayley Tables for \(+\) and \(\cdot (mod 4)\) are shown below.

    Screen Shot 2023-07-05 at 7.55.36 AM.png

     

    Note: The above tables are commutative, and we can see that they are by noticing a mirror image along the diagonal.

    \((\mathbb{Z}_4, +)\) is an abelian group. In fact, \((\mathbb{Z}_n, +)\) is an abelian group for every positive integer \(n\).

     

    Note:  In the case of multiplication, we must remove zero to make a group in many cases. We will denote \(\mathbb{Z}_n^*=\{1, 2, \cdots, n-1\}\) .

     However, in the case of \((\mathbb{Z}_4^*,+) \) and \((\mathbb{Z}_4^*,\ast ) \) this would not make a group, since \(2+2=0 \pmod{4} \), \(2\cdot2=0 \pmod{4} \), but \(0 \notin \mathbb{Z}_4^* \).

    Note

    Thinking Out Loud - Discussion of Modular Operations

    Let \(m \in \mathbb{Z}_+ \).

    If \(a \equiv b \pmod{m} \) and \(c \equiv d \pmod{m} \),then

    \(ac \equiv bd \pmod{m} \), \(a+c \equiv b+d \pmod{m} \), and  \(a^n \equiv b^n \pmod{m} \).

     In terms of \(\pmod{m} \), we use  \(\mathbb{Z}_m=\{0,1,2,3,\ldots\, m-1\} \).

    Note \((\mathbb{Z}_m, +\pmod{m}) \) is always an abelian group.

    Note \((\mathbb{Z}_m, \bullet \pmod{m}) \) is not always a group (need to remove zero and for \(m= \) a prime). If \((\mathbb{Z}_m^*, \bullet \pmod{m})\) is a group, then the group is abelian, since  \(ab \equiv ba \pmod{m} \).

    Example \(\PageIndex{8}\)

     Let \((G,\ast)\) be the set \(\{A, R, L, B\}\) where A stands for "attention," R stands for "turn right," L stands for "Turn Left," and B stands for "About Face." The Cayley table is shown below:

     

    \(\ast\)

    A

    R

    L

    B

    A

    A

    R

    L

    B

    R

    R

    B

    A

    L

    L

    L

    A

    B

    R

    B

    B

    L

    R

    A

     

    Note that the multiplication table is same as  \((\mathbb{Z}_4,+ \pmod{4})\). In this case, we say that this group isomorphic to \((\mathbb{Z}_4,+ \pmod{4})\).

     

    Example \(\PageIndex{9}\)

    Is \((\mathbb{Z}_2 \times \mathbb{Z}_2, \bigoplus)\) a group?

    Screen Shot 2023-06-29 at 9.36.04 AM.png
    1. The product (in this case, component modulo 2)  of any two elements is contained in the set.

    2. The set and operation are associative since \(a \bigoplus (b \bigoplus c)= (a \bigoplus b) \bigoplus c) \forall a,b,c \in \mathbb{Z}_2 \times \mathbb{Z}_2\).

    3. The SEMIGROUP has an identity since \(a\bigoplus e=e \bigoplus a =a, \forall a \in \mathbb{Z}_2 \times \mathbb{Z}_2\).  The identity is  \((0,0)\).

    4. The semigroup has an inverse since \(\exists a,b \in \mathbb{Z}_2 \times \mathbb{Z}_2| a\bigoplus b=b \bigoplus a = e\).  Look at \((0,1)\bigoplus(0,1)=(0,0)\), which is the identity.  For proof, we would need to examine all cases.

    5. The GROUP is also abelian since it is commutative (determined by seeing that the top diagonal matrix is the same as the bottom diagonal matrix).

    6. The group is also finite since we could list all the elements.

      Note: \((\mathbb{Z}_2 \times \mathbb{Z}_2, \bigoplus)\) is called a Klein 4 \( (K_4) \) Group. This can be defined as \(K_4=\{e, a, b, c\}\) such that \(a^2=b^2=c^2=e\) with the product of any two distinct non-identity elements is the third: \(ab = c\), \(ac = b\), and \(bc = a\). 

    Example \(\PageIndex{10}\)

    Quaternion Group:

    \( 1 =\begin{bmatrix}1 & 0\\
    0 & 1\end{bmatrix}\), \( I =\begin{bmatrix}0 & 1\\
    -1 & 0\end{bmatrix}\), \( J =\begin{bmatrix}0 & i\\
    i & 0\end{bmatrix}\), \( K =\begin{bmatrix} i & 0\\
    0 & -i \end{bmatrix}\), where \(i\) is the complex number such that \(i^2=-1.\)

    Define  \(Q_8=\{ \pm 1,\pm I, \pm J, \pm K \}.\) Then \(Q_8\)  with multiplication forms a group.  This is a finite non-abelian group. Why?

     

    Note

    Notation Notes:  

    \((\mathbb{Q}^*, \bullet)\):  the * indicates that zero is eliminated.  This is usually done to obtain an inverses.

    \((\mathbb{Z}_n,+)\):  The subscript indicates  the operation is \(\pmod{n}\).

    We will discuss these examples in detail later.

    Example \(\PageIndex{11}\): Dihedral Group

    Consider the equilateral triangle below. What rigid motions can we make to it that will result in the triangle occupying the same space? What happens if we combine rigid motions? Keep in mind that "doing nothing" is also a rigid motion.

    alt

    Symmetries of equilateral triangles: 

    Screen Shot 2023-06-29 at 10.23.13 AM.png 

    Let \(r\)  be a rotation then there are three rotations \( I, r, r^2.\) Let \(s\) be a reflection, then there are  \(s, rs, r^2s \) elements.  In this case, \( r^3=s^2=I\) and \(sr=r^2s.\) Thus \(D_3=\{I,r,r^2,s, rs, r^2s \}.\)

     

     

     

    Example \(\PageIndex{12}\):Symmetric Group

    Notation: 

             \(1 \equiv \begin{pmatrix}
    1 & 2 & 3\\
    1 & 2 & 3
    \end{pmatrix}\) the identity matrix.

       \((1,2) \equiv \begin{pmatrix}
    1 & 2 & 3\\
    2 & 1 & 3
    \end{pmatrix}\).  Note that 3 points to itself.

    \((1,2,3) \equiv \begin{pmatrix}
    1 & 2 & 3\\
    2 & 3 & 1
    \end{pmatrix}\).

    \((1,3,2) \equiv \begin{pmatrix}
    1 & 3 & 2\\
    3 & 2 & 1
    \end{pmatrix}\).

     

    \(S_3= \{1,(1,2),(1,3), (2,3), (1,2,3),(1,3,2)\}\).  This is the list of possible permutations of the above triangle. Note that \((1,2,3)\) and \((3,2,1)\) are rotations, while \((1,2), (1,3),\) and \((2,3)\) are reflections around the missing angles bisection.  \(|S_3|=3!=2\cdot 3=6\).

    Cayley Table for \(S_3\)

     

    1

    (1,2,3)

    (1,3)

    (1,2)

    (2,3)

    (1,3,2)

    1

    1

    (1,2,3)

    (1,3)

    (1,2)

    (2,3)

    (1,3,2)

    (1,2,3)

    (1,2,3)

    (1,3,2)

    (2,3)

    (1,3)

    (1,2)

    1

    (1,3)

    (1,3)

    (1,2)

    1

    (1,2,3)

    (1,3,2)

    (2,3)

    (1,2)

    (1,2)

    (2,3)

    (1,3,2)

    1

    (1,2,3)

    (1,3)

    (2,3)

    (2,3)

    (1,3)

    (1,2,3)

    (1,3,2)

    1

    (1,2)

    (1,3,2)

    (1,3,2)

    1

    (1,2)

    (2,3)

    (1,3)

    (1,2,3)

     

    Notes: The operation goes from right to left. For example, the operation is \((1, 2,3)(1,3)=(2,3).\) In this case \((1,3)\) done first and then \((1,2,3)\).

    \(S_3\) is a non-abelian group of order \(6\).

    Example \(\PageIndex{13}\)

    Let \(n\) be a positive integer.

     Then define \(U(n)=\{a \in \mathbb{Z}_+| \gcd(a,n)=1\}.\) Then \((U(n), \cdot)\) is an abelian group. \(U(n)\) is a unitary group of order \(|\phi(n)|\) .

     

     

    Summary:

     

    Examples of Sets with Binary Operation \((G,\ast) \) have associative property, identity, and an inverse.

    Examples                                                 

            ↙

          ↘

    Examples

    \(S_3\), \(Q_8\)

    Finite Group

    Infinite Group

     
     

            ↓

            ↓

     

    \((\{e\},*)\), \((\mathbb{Z}_n,+)\), \((\mathbb{Z}_p,\cdot)\), \((\mathbb{Z}_2 \times \mathbb{Z}_2, \bigoplus)\),  \(U(n)\)

    Abelian (commutative)

    Abelian (commutative)

    \((\mathbb{Z},+)\), \((\mathbb{Q},+)\), \((\mathbb{R},+)\), \((\mathbb{C},+)\),\(SL_n(\mathbb{R})=\{ M_n(\mathbb{R}) \big| \det {(M_n(\mathbb{R})} =1\}\), \( GL_n(\mathbb{R})=\{ M_n(\mathbb{R}) \big| \det {(M_n(\mathbb{R})} \ne 0 \}\),\( (\mathbb{Q}^*, \bullet)\), ….

    Note

    When referring to a group, we will denote \((G, \ast)\) as \(G\) and represent the operation as \(ab\) instead of \(a \ast b\) for simplicity and clarity.

     

     


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

    • Was this article helpful?