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

Section9.2Direct Products

Given two groups GG and H,H\text{,} it is possible to construct a new group from the Cartesian product of GG and H,H\text{,} G×H.G \times H\text{.} Conversely, given a large group, it is sometimes possible to decompose the group; that is, a group is sometimes isomorphic to the direct product of two smaller groups. Rather than studying a large group G,G\text{,} it is often easier to study the component groups of G.G\text{.}

SubsectionExternal Direct Products

If (G,)(G,\cdot) and (H,)(H, \circ) are groups, then we can make the Cartesian product of GG and HH into a new group. As a set, our group is just the ordered pairs (g,h)G×H(g, h) \in G \times H where gGg \in G and hH.h \in H\text{.} We can define a binary operation on G×HG \times H by

(g1,h1)(g2,h2)=(g1g2,h1h2);\begin{equation*} (g_1, h_1)(g_2, h_2) = (g_1 \cdot g_2, h_1 \circ h_2); \end{equation*}

that is, we just multiply elements in the first coordinate as we do in GG and elements in the second coordinate as we do in H.H\text{.} We have specified the particular operations \cdot and \circ in each group here for the sake of clarity; we usually just write (g1,h1)(g2,h2)=(g1g2,h1h2).(g_1, h_1)(g_2, h_2) = (g_1 g_2, h_1 h_2)\text{.}

Proposition9.13

Let GG and HH be groups. The set G×HG \times H is a group under the operation (g1,h1)(g2,h2)=(g1g2,h1h2)(g_1, h_1)(g_2, h_2) = (g_1 g_2, h_1 h_2) where g1,g2Gg_1, g_2 \in G and h1,h2H.h_1, h_2 \in H\text{.}

Proof

Clearly the binary operation defined above is closed. If eGe_G and eHe_H are the identities of the groups GG and HH respectively, then (eG,eH)(e_G, e_H) is the identity of G×H.G \times H\text{.} The inverse of (g,h)G×H(g, h) \in G \times H is (g1,h1).(g^{-1}, h^{-1})\text{.} The fact that the operation is associative follows directly from the associativity of GG and H.H\text{.}

Example9.14

Let R{\mathbb R} be the group of real numbers under addition. The Cartesian product of R{\mathbb R} with itself, R×R=R2,{\mathbb R} \times {\mathbb R} = {\mathbb R}^2\text{,} is also a group, in which the group operation is just addition in each coordinate; that is, (a,b)+(c,d)=(a+c,b+d).(a, b) + (c, d) = (a + c, b + d)\text{.} The identity is (0,0)(0,0) and the inverse of (a,b)(a, b) is (a,b).(-a, -b)\text{.}

Example9.15

Consider

Z2×Z2={(0,0),(0,1),(1,0),(1,1)}.\begin{equation*} {\mathbb Z}_2 \times {\mathbb Z}_2 = \{ (0, 0), (0, 1), (1, 0),(1, 1) \}. \end{equation*}

Although Z2×Z2{\mathbb Z}_2 \times {\mathbb Z}_2 and Z4{\mathbb Z}_4 both contain four elements, they are not isomorphic. Every element (a,b)(a,b) in Z2×Z2{\mathbb Z}_2 \times {\mathbb Z}_2 has order 2, since (a,b)+(a,b)=(0,0);(a,b) + (a,b) = (0,0)\text{;} however, Z4{\mathbb Z}_4 is cyclic.

The group G×HG \times H is called the of GG and H.H\text{.} Notice that there is nothing special about the fact that we have used only two groups to build a new group. The direct product

i=1nGi=G1×G2××Gn\begin{equation*} \prod_{i = 1}^n G_i = G_1 \times G_2 \times \cdots \times G_n \end{equation*}

of the groups G1,G2,,GnG_1, G_2, \ldots, G_n is defined in exactly the same manner. If G=G1=G2==Gn,G = G_1 = G_2 = \cdots = G_n\text{,} we often write GnG^n instead of G1×G2××Gn.G_1 \times G_2 \times \cdots \times G_n\text{.}

Example9.16

The group Z2n,{\mathbb Z}_2^n\text{,} considered as a set, is just the set of all binary nn-tuples. The group operation is the “exclusive or” of two binary nn-tuples. For example,

(01011101)+(01001011)=(00010110).\begin{equation*} (01011101) + (01001011) = (00010110). \end{equation*}

This group is important in coding theory, in cryptography, and in many areas of computer science.

Theorem9.17

Let (g,h)G×H.(g, h) \in G \times H\text{.} If gg and hh have finite orders rr and ss respectively, then the order of (g,h)(g, h) in G×HG \times H is the least common multiple of rr and s.s\text{.}

Proof

Suppose that mm is the least common multiple of rr and ss and let n=(g,h).n = |(g,h)|\text{.} Then

(g,h)m=(gm,hm)=(eG,eH)(gn,hn)=(g,h)n=(eG,eH).\begin{gather*} (g,h)^m = (g^m, h^m) = (e_G,e_H)\\ (g^n, h^n) = (g, h)^n = (e_G,e_H). \end{gather*}

Hence, nn must divide m,m\text{,} and nm.n \leq m\text{.} However, by the second equation, both rr and ss must divide n;n\text{;} therefore, nn is a common multiple of rr and s.s\text{.} Since mm is the least common multiple of rr and s,s\text{,} mn.m \leq n\text{.} Consequently, mm must be equal to n.n\text{.}

Corollary9.18

Let (g1,,gn)Gi.(g_1, \ldots, g_n) \in \prod G_i\text{.} If gig_i has finite order rir_i in Gi,G_i\text{,} then the order of (g1,,gn)(g_1, \ldots, g_n) in Gi\prod G_i is the least common multiple of r1,,rn.r_1, \ldots, r_n\text{.}

Example9.19

Let (8,56)Z12×Z60.(8, 56) \in {\mathbb Z}_{12} \times {\mathbb Z}_{60}\text{.} Since gcd(8,12)=4,\gcd(8,12) = 4\text{,} the order of 8 is 12/4=312/4 = 3 in Z12.{\mathbb Z}_{12}\text{.} Similarly, the order of 5656 in Z60{\mathbb Z}_{60} is 15.15\text{.} The least common multiple of 3 and 15 is 15; hence, (8,56)(8, 56) has order 15 in Z12×Z60.{\mathbb Z}_{12} \times {\mathbb Z}_{60}\text{.}

Example9.20

The group Z2×Z3{\mathbb Z}_2 \times {\mathbb Z}_3 consists of the pairs

(0,0),(0,1),(0,2),(1,0),(1,1),(1,2).\begin{align*} & (0,0), & & (0, 1), & & (0, 2), & & (1,0), & & (1, 1), & & (1, 2). \end{align*}

In this case, unlike that of Z2×Z2{\mathbb Z}_2 \times {\mathbb Z}_2 and Z4,{\mathbb Z}_4\text{,} it is true that Z2×Z3Z6.{\mathbb Z}_2 \times {\mathbb Z}_3 \cong {\mathbb Z}_6\text{.} We need only show that Z2×Z3{\mathbb Z}_2 \times {\mathbb Z}_3 is cyclic. It is easy to see that (1,1)(1,1) is a generator for Z2×Z3.{\mathbb Z}_2 \times {\mathbb Z}_3\text{.}

The next theorem tells us exactly when the direct product of two cyclic groups is cyclic.

Theorem9.21

The group Zm×Zn{\mathbb Z}_m \times {\mathbb Z}_n is isomorphic to Zmn{\mathbb Z}_{mn} if and only if gcd(m,n)=1.\gcd(m,n)=1\text{.}

Proof

We will first show that if Zm×ZnZmn,{\mathbb Z}_m \times {\mathbb Z}_n \cong {\mathbb Z}_{mn}\text{,} then gcd(m,n)=1.\gcd(m, n) = 1\text{.} We will prove the contrapositive; that is, we will show that if gcd(m,n)=d>1,\gcd(m, n) = d \gt 1\text{,} then Zm×Zn{\mathbb Z}_m \times {\mathbb Z}_n cannot be cyclic. Notice that mn/dmn/d is divisible by both mm and n;n\text{;} hence, for any element (a,b)Zm×Zn,(a,b) \in {\mathbb Z}_m \times {\mathbb Z}_n\text{,}

(a,b)+(a,b)++(a,b)mn/d  times=(0,0).\begin{equation*} \underbrace{(a,b) + (a,b)+ \cdots + (a,b)}_{mn/d \; \text{times}} = (0, 0). \end{equation*}

Therefore, no (a,b)(a, b) can generate all of Zm×Zn.{\mathbb Z}_m \times {\mathbb Z}_n\text{.}

The converse follows directly from Theorem 9.17 since lcm(m,n)=mn\lcm(m,n) = mn if and only if gcd(m,n)=1.\gcd(m,n)=1\text{.}

Corollary9.22

Let n1,,nkn_1, \ldots, n_k be positive integers. Then

i=1kZniZn1nk\begin{equation*} \prod_{i=1}^k {\mathbb Z}_{n_i} \cong {\mathbb Z}_{n_1 \cdots n_k} \end{equation*}

if and only if gcd(ni,nj)=1\gcd( n_i, n_j) =1 for ij.i \neq j\text{.}

Corollary9.23

If

m=p1e1pkek,\begin{equation*} m = p_1^{e_1} \cdots p_k^{e_k}, \end{equation*}

where the pip_is are distinct primes, then

ZmZp1e1××Zpkek.\begin{equation*} {\mathbb Z}_m \cong {\mathbb Z}_{p_1^{e_1}} \times \cdots \times {\mathbb Z}_{p_k^{e_k}}. \end{equation*}
Proof

Since the greatest common divisor of pieip_i^{e_i} and pjejp_j^{e_j} is 1 for ij,i \neq j\text{,} the proof follows from Corollary 9.22.

In Chapter 13, we will prove that all finite abelian groups are isomorphic to direct products of the form

Zp1e1××Zpkek\begin{equation*} {\mathbb Z}_{p_1^{e_1}} \times \cdots \times {\mathbb Z}_{p_k^{e_k}} \end{equation*}

where p1,,pkp_1, \ldots, p_k are (not necessarily distinct) primes.

SubsectionInternal Direct Products

The external direct product of two groups builds a large group out of two smaller groups. We would like to be able to reverse this process and conveniently break down a group into its direct product components; that is, we would like to be able to say when a group is isomorphic to the direct product of two of its subgroups.

Let GG be a group with subgroups HH and KK satisfying the following conditions.

  • G=HK={hk:hH,kK};G = HK = \{ hk : h \in H, k \in K \}\text{;}

  • HK={e};H \cap K = \{ e \}\text{;}

  • hk=khhk = kh for all kKk \in K and hH.h \in H\text{.}

Then GG is the of HH and K.K\text{.}

Example9.24

The group U(8)U(8) is the internal direct product of

H={1,3}andK={1,5}.\begin{equation*} H = \{1, 3 \} \quad \text{and} \quad K = \{1, 5 \}. \end{equation*}
Example9.25

The dihedral group D6D_6 is an internal direct product of its two subgroups

H={id,r3}andK={id,r2,r4,s,r2s,r4s}.\begin{equation*} H = \{\identity, r^3 \} \quad \text{and} \quad K = \{\identity, r^2, r^4, s, r^2s, r^4 s \}. \end{equation*}

It can easily be shown that KS3;K \cong S_3\text{;} consequently, D6Z2×S3.D_6 \cong {\mathbb Z}_2 \times S_3\text{.}

Example9.26

Not every group can be written as the internal direct product of two of its proper subgroups. If the group S3S_3 were an internal direct product of its proper subgroups HH and K,K\text{,} then one of the subgroups, say H,H\text{,} would have to have order 3. In this case HH is the subgroup {(1),(123),(132)}.\{ (1), (123), (132) \}\text{.} The subgroup KK must have order 2, but no matter which subgroup we choose for K,K\text{,} the condition that hk=khhk = kh will never be satisfied for hHh \in H and kK.k \in K\text{.}

Theorem9.27

Let GG be the internal direct product of subgroups HH and K.K\text{.} Then GG is isomorphic to H×K.H \times K\text{.}

Proof

Since GG is an internal direct product, we can write any element gGg \in G as g=hkg =hk for some hHh \in H and some kK.k \in K\text{.} Define a map ϕ:GH×K\phi : G \rightarrow H \times K by ϕ(g)=(h,k).\phi(g) = (h,k)\text{.}

The first problem that we must face is to show that ϕ\phi is a well-defined map; that is, we must show that hh and kk are uniquely determined by g.g\text{.} Suppose that g=hk=hk.g = hk=h'k'\text{.} Then h1h=k(k)1h^{-1} h'= k (k')^{-1} is in both HH and K,K\text{,} so it must be the identity. Therefore, h=hh = h' and k=k,k = k'\text{,} which proves that ϕ\phi is, indeed, well-defined.

To show that ϕ\phi preserves the group operation, let g1=h1k1g_1 = h_1 k_1 and g2=h2k2g_2 = h_2 k_2 and observe that

ϕ(g1g2)=ϕ(h1k1h2k2)=ϕ(h1h2k1k2)=(h1h2,k1k2)=(h1,k1)(h2,k2)=ϕ(g1)ϕ(g2).\begin{align*} \phi( g_1 g_2 ) & = \phi( h_1 k_1 h_2 k_2 )\\ & = \phi(h_1 h_2 k_1 k_2)\\ & = (h_1 h_2, k_1 k_2)\\ & = (h_1, k_1)( h_2, k_2)\\ & = \phi( g_1 ) \phi( g_2 ). \end{align*}

We will leave the proof that ϕ\phi is one-to-one and onto as an exercise.

Example9.28

The group Z6{\mathbb Z}_6 is an internal direct product isomorphic to {0,2,4}×{0,3}.\{ 0, 2, 4\} \times \{ 0, 3 \}\text{.}

We can extend the definition of an internal direct product of GG to a collection of subgroups H1,H2,,HnH_1, H_2, \ldots, H_n of G,G\text{,} by requiring that

  • G=H1H2Hn={h1h2hn:hiHi};G = H_1 H_2 \cdots H_n = \{ h_1 h_2 \cdots h_n : h_i \in H_i \}\text{;}

  • HijiHj={e};H_i \cap \langle \cup_{j \neq i} H_j \rangle = \{ e \}\text{;}

  • hihj=hjhih_i h_j = h_j h_i for all hiHih_i \in H_i and hjHj.h_j \in H_j\text{.}

We will leave the proof of the following theorem as an exercise.

Theorem9.29

Let GG be the internal direct product of subgroups Hi,H_i\text{,} where i=1,2,,n.i = 1, 2, \ldots, n\text{.} Then GG is isomorphic to iHi.\prod_i H_i\text{.}