Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132930 views
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

Section3.2Definitions and Examples

The integers mod nn and the symmetries of a triangle or a rectangle are examples of groups. A or on a set GG is a function G×GGG \times G \rightarrow G that assigns to each pair (a,b)G×G(a,b) \in G \times G a unique element ab,a \circ b\text{,} or abab in G,G\text{,} called the composition of aa and b.b\text{.} A (G,)(G, \circ ) is a set GG together with a law of composition (a,b)ab(a,b) \mapsto a \circ b that satisfies the following axioms.

  • The law of composition is . That is,

    (ab)c=a(bc)\begin{equation*} (a \circ b) \circ c = a \circ (b \circ c) \end{equation*}

    for a,b,cG.a, b, c \in G\text{.}

  • There exists an element eG,e \in G\text{,} called the , such that for any element aGa \in G

    ea=ae=a.\begin{equation*} e \circ a = a \circ e = a. \end{equation*}
  • For each element aG,a \in G\text{,} there exists an in G, denoted by a1,a^{-1}\text{,} such that

    aa1=a1a=e.\begin{equation*} a \circ a^{-1} = a^{-1} \circ a = e. \end{equation*}

A group GG with the property that ab=baa \circ b = b \circ a for all a,bGa, b \in G is called or . Groups not satisfying this property are said to be or .

Example3.8

The integers Z={,1,0,1,2,}{\mathbb Z } = \{ \ldots , -1, 0, 1, 2, \ldots \} form a group under the operation of addition. The binary operation on two integers m,nZm, n \in {\mathbb Z} is just their sum. Since the integers under addition already have a well-established notation, we will use the operator ++ instead of ;\circ\text{;} that is, we shall write m+nm + n instead of mn.m \circ n\text{.} The identity is 0, and the inverse of nZn \in {\mathbb Z} is written as n-n instead of n1.n^{-1}\text{.} Notice that the set of integers under addition have the additional property that m+n=n+mm + n = n + m and therefore form an abelian group.

Most of the time we will write abab instead of ab;a \circ b\text{;} however, if the group already has a natural operation such as addition in the integers, we will use that operation. That is, if we are adding two integers, we still write m+n,m + n\text{,} n-n for the inverse, and 0 for the identity as usual. We also write mnm - n instead of m+(n).m + (-n)\text{.}

It is often convenient to describe a group in terms of an addition or multiplication table. Such a table is called a .

Example3.9

The integers mod nn form a group under addition modulo n.n\text{.} Consider Z5,{\mathbb Z}_5\text{,} consisting of the equivalence classes of the integers 0, 1, 2, 3, and 4. We define the group operation on Z5{\mathbb Z}_5 by modular addition. We write the binary operation on the group additively; that is, we write m+n.m + n\text{.} The element 0 is the identity of the group and each element in Z5{\mathbb Z}_5 has an inverse. For instance, 2+3=3+2=0.2 + 3 = 3 + 2 = 0\text{.} Table 3.10 is a Cayley table for Z5.{\mathbb Z}_5\text{.} By Proposition 3.4, Zn={0,1,,n1}{\mathbb Z}_n = \{0, 1, \ldots, n-1 \} is a group under the binary operation of addition mod n.n\text{.}

+01234001234112340223401334012440123\begin{equation*} \begin{array}{c|ccccc} + & 0 & 1 & 2 & 3 & 4 \\ \hline 0 & 0 & 1 & 2 & 3 & 4 \\ 1 & 1 & 2 & 3 & 4 & 0 \\ 2 & 2 & 3 & 4 & 0 & 1 \\ 3 & 3 & 4 & 0 & 1 & 2 \\ 4 & 4 & 0 & 1 & 2 & 3 \end{array} \end{equation*}
Table3.10Cayley table for (Z5,+)({\mathbb Z_5}, +)
Example3.11

Not every set with a binary operation is a group. For example, if we let modular multiplication be the binary operation on Zn,{\mathbb Z}_n\text{,} then Zn{\mathbb Z}_n fails to be a group. The element 1 acts as a group identity since 1k=k1=k1 \cdot k = k \cdot 1 = k for any kZn;k \in {\mathbb Z}_n\text{;} however, a multiplicative inverse for 00 does not exist since 0k=k0=00 \cdot k = k \cdot 0 = 0 for every kk in Zn.{\mathbb Z}_n\text{.} Even if we consider the set Zn{0},{\mathbb Z}_n \setminus \{0 \}\text{,} we still may not have a group. For instance, let 2Z6.2 \in {\mathbb Z}_6\text{.} Then 2 has no multiplicative inverse since

02=012=222=432=042=252=4.\begin{align*} 0 \cdot 2 & = 0 \qquad 1 \cdot 2 = 2\\ 2 \cdot 2 & = 4 \qquad 3 \cdot 2 = 0\\ 4 \cdot 2 & = 2 \qquad 5 \cdot 2 = 4. \end{align*}

By Proposition 3.4, every nonzero kk does have an inverse in Zn{\mathbb Z}_n if kk is relatively prime to n.n\text{.} Denote the set of all such nonzero elements in Zn{\mathbb Z}_n by U(n).U(n)\text{.} Then U(n)U(n) is a group called the of Zn.{\mathbb Z}_n\text{.} Table 3.12 is a Cayley table for the group U(8).U(8)\text{.}

135711357331755571377531\begin{equation*} \begin{array}{c|cccc} \cdot & 1 & 3 & 5 & 7 \\ \hline 1 & 1 & 3 & 5 & 7 \\ 3 & 3 & 1 & 7 & 5 \\ 5 & 5 & 7 & 1 & 3 \\ 7 & 7 & 5 & 3 & 1 \end{array} \end{equation*}
Table3.12Multiplication table for U(8)U(8)
Example3.13

The symmetries of an equilateral triangle described in Section 3.1 form a nonabelian group. As we observed, it is not necessarily true that αβ=βα\alpha \beta = \beta \alpha for two symmetries α\alpha and β.\beta\text{.} Using Table 3.7, which is a Cayley table for this group, we can easily check that the symmetries of an equilateral triangle are indeed a group. We will denote this group by either S3S_3 or D3,D_3\text{,} for reasons that will be explained later.

Example3.14

We use M2(R){\mathbb M}_2 ( {\mathbb R}) to denote the set of all 2×22 \times 2 matrices. Let GL2(R)GL_2({\mathbb R}) be the subset of M2(R){\mathbb M}_2 ( {\mathbb R}) consisting of invertible matrices; that is, a matrix

A=(abcd)\begin{equation*} A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \end{equation*}

is in GL2(R)GL_2( {\mathbb R}) if there exists a matrix A1A^{-1} such that AA1=A1A=I,A A^{-1} = A^{-1} A = I\text{,} where II is the 2×22 \times 2 identity matrix. For AA to have an inverse is equivalent to requiring that the determinant of AA be nonzero; that is, detA=adbc0.\det A = ad - bc \neq 0\text{.} The set of invertible matrices forms a group called the . The identity of the group is the identity matrix

I=(1001).\begin{equation*} I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}. \end{equation*}

The inverse of AGL2(R)A \in GL_2( {\mathbb R}) is

A1=1adbc(dbca).\begin{equation*} A^{-1} = \frac{1}{ad-bc} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}. \end{equation*}

The product of two invertible matrices is again invertible. Matrix multiplication is associative, satisfying the other group axiom. For matrices it is not true in general that AB=BA;AB = BA\text{;} hence, GL2(R)GL_2({\mathbb R}) is another example of a nonabelian group.

Example3.15

Let

1=(1001)I=(0110)J=(0ii0)K=(i00i),\begin{align*} 1 & = \begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} \qquad I = \begin{pmatrix} 0 & 1\\ -1 & 0 \end{pmatrix}\\ J & = \begin{pmatrix} 0 & i\\ i & 0 \end{pmatrix} \qquad K = \begin{pmatrix} i & 0\\ 0 & -i \end{pmatrix}, \end{align*}

where i2=1.i^2 = -1\text{.} Then the relations I2=J2=K2=1,I^2 = J^2 = K^2 = -1\text{,} IJ=K,IJ=K\text{,} JK=I,JK = I\text{,} KI=J,KI = J\text{,} JI=K,JI = -K\text{,} KJ=I,KJ = -I\text{,} and IK=JIK = -J hold. The set Q8={±1,±I,±J,±K}Q_8 = \{\pm 1, \pm I, \pm J, \pm K \} is a group called the . Notice that Q8Q_8 is noncommutative.

Example3.16

Let C{\mathbb C}^\astbe the set of nonzero complex numbers. Under the operation of multiplication C{\mathbb C}^\ast forms a group. The identity is 1. If z=a+biz = a+bi is a nonzero complex number, then

z1=abia2+b2\begin{equation*} z^{-1} = \frac{a -bi}{a^2 +b^2} \end{equation*}

is the inverse of z.z\text{.} It is easy to see that the remaining group axioms hold.

A group is , or has , if it contains a finite number of elements; otherwise, the group is said to be or to have . The of a finite group is the number of elements that it contains. If GG is a group containing nn elements, we write G=n.|G| = n\text{.} The group Z5{\mathbb Z}_5 is a finite group of order 5; the integers Z{\mathbb Z} form an infinite group under addition, and we sometimes write Z=.|{\mathbb Z}| = \infty\text{.}

SubsectionBasic Properties of Groups

Proposition3.17

The identity element in a group GG is unique; that is, there exists only one element eGe \in G such that eg=ge=geg = ge = g for all gG.g \in G\text{.}

Proof

Suppose that ee and ee' are both identities in G.G\text{.} Then eg=ge=geg = ge = g and eg=ge=ge'g = ge' = g for all gG.g \in G\text{.} We need to show that e=e.e = e'\text{.} If we think of ee as the identity, then ee=e;ee' = e'\text{;} but if ee' is the identity, then ee=e.ee' = e\text{.} Combining these two equations, we have e=ee=e.e = ee' = e'\text{.}

Inverses in a group are also unique. If gg' and gg'' are both inverses of an element gg in a group G,G\text{,} then gg=gg=egg' = g'g = e and gg=gg=e.gg'' = g''g = e\text{.} We want to show that g=g,g' = g''\text{,} but g=ge=g(gg)=(gg)g=eg=g.g' = g'e = g'(gg'') = (g'g)g'' = eg'' = g''\text{.} We summarize this fact in the following proposition.

Proposition3.18

If gg is any element in a group G,G\text{,} then the inverse of g,g\text{,} denoted by g1,g^{-1}\text{,} is unique.

Proposition3.19

Let GG be a group. If a,bG,a, b \in G\text{,} then (ab)1=b1a1.(ab)^{-1} = b^{-1}a^{-1}\text{.}

Proof

Let a,bG.a, b \in G\text{.} Then abb1a1=aea1=aa1=e.abb^{-1}a^{-1} = aea^{-1} = aa^{-1} = e\text{.} Similarly, b1a1ab=e.b^{-1}a^{-1}ab = e\text{.} But by the previous proposition, inverses are unique; hence, (ab)1=b1a1.(ab)^{-1} = b^{-1}a^{-1}\text{.}

Proposition3.20

Let GG be a group. For any aG,a \in G\text{,} (a1)1=a.(a^{-1})^{-1} = a\text{.}

Proof

Observe that a1(a1)1=e.a^{-1} (a^{-1})^{-1} = e\text{.} Consequently, multiplying both sides of this equation by a,a\text{,} we have

(a1)1=e(a1)1=aa1(a1)1=ae=a.\begin{equation*} (a^{-1})^{-1} = e (a^{-1})^{-1} = a a^{-1} (a^{-1})^{-1} = ae = a. \end{equation*}

It makes sense to write equations with group elements and group operations. If aa and bb are two elements in a group G,G\text{,} does there exist an element xGx \in G such that ax=b?ax = b\text{?} If such an xx does exist, is it unique? The following proposition answers both of these questions positively.

Proposition3.21

Let GG be a group and aa and bb be any two elements in G.G\text{.} Then the equations ax=bax = b and xa=bxa = b have unique solutions in G.G\text{.}

Proof

Suppose that ax=b.ax = b\text{.} We must show that such an xx exists. We can multiply both sides of ax=bax = b by a1a^{-1} to find x=ex=a1ax=a1b.x = ex = a^{-1}ax = a^{-1}b\text{.}

To show uniqueness, suppose that x1x_1 and x2x_2 are both solutions of ax=b;ax = b\text{;} then ax1=b=ax2.ax_1 = b = ax_2\text{.} So x1=a1ax1=a1ax2=x2.x_1 = a^{-1}ax_1 = a^{-1}ax_2 = x_2\text{.} The proof for the existence and uniqueness of the solution of xa=bxa = b is similar.

Proposition3.22

If GG is a group and a,b,cG,a, b, c \in G\text{,} then ba=caba = ca implies b=cb = c and ab=acab = ac implies b=c.b = c\text{.}

This proposition tells us that the are true in groups. We leave the proof as an exercise.

We can use exponential notation for groups just as we do in ordinary algebra. If GG is a group and gG,g \in G\text{,} then we define g0=e.g^0 = e\text{.} For nN,n \in {\mathbb N}\text{,} we define

gn=gggn  times\begin{equation*} g^n = \underbrace{g \cdot g \cdots g}_{n \; \text{times}} \end{equation*}

and

gn=g1g1g1n  times.\begin{equation*} g^{-n} = \underbrace{g^{-1} \cdot g^{-1} \cdots g^{-1}}_{n \; \text{times}}. \end{equation*}
Theorem3.23

In a group, the usual laws of exponents hold; that is, for all g,hG,g, h \in G\text{,}

  1. gmgn=gm+ng^mg^n = g^{m+n} for all m,nZ;m, n \in {\mathbb Z}\text{;}

  2. (gm)n=gmn(g^m)^n = g^{mn} for all m,nZ;m, n \in {\mathbb Z}\text{;}

  3. (gh)n=(h1g1)n(gh)^n = (h^{-1}g^{-1})^{-n} for all nZ.n \in {\mathbb Z}\text{.} Furthermore, if GG is abelian, then (gh)n=gnhn.(gh)^n = g^nh^n\text{.}

We will leave the proof of this theorem as an exercise. Notice that (gh)ngnhn(gh)^n \neq g^nh^n in general, since the group may not be abelian. If the group is Z{\mathbb Z} or Zn,{\mathbb Z}_n\text{,} we write the group operation additively and the exponential operation multiplicatively; that is, we write ngng instead of gn.g^n\text{.} The laws of exponents now become

  1. mg+ng=(m+n)gmg + ng = (m+n)g for all m,nZ;m, n \in {\mathbb Z}\text{;}

  2. m(ng)=(mn)gm(ng) = (mn)g for all m,nZ;m, n \in {\mathbb Z}\text{;}

  3. m(g+h)=mg+mhm(g + h) = mg + mh for all nZ.n \in {\mathbb Z}\text{.}

It is important to realize that the last statement can be made only because Z{\mathbb Z} and Zn{\mathbb Z}_n are commutative groups.

SubsectionHistorical Note

Although the first clear axiomatic definition of a group was not given until the late 1800s, group-theoretic methods had been employed before this time in the development of many areas of mathematics, including geometry and the theory of algebraic equations.

Joseph-Louis Lagrange used group-theoretic methods in a 1770–1771 memoir to study methods of solving polynomial equations. Later, Évariste Galois (1811–1832) succeeded in developing the mathematics necessary to determine exactly which polynomial equations could be solved in terms of the polynomials'coefficients. Galois' primary tool was group theory.

The study of geometry was revolutionized in 1872 when Felix Klein proposed that geometric spaces should be studied by examining those properties that are invariant under a transformation of the space. Sophus Lie, a contemporary of Klein, used group theory to study solutions of partial differential equations. One of the first modern treatments of group theory appeared in William Burnside's The Theory of Groups of Finite Order [1], first published in 1897.