{ "cells": [ { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "\n", "\n", "
\n", "\n", "\n", "\n", "\n", "\n", "Abstract Algebra: An Interactive Approach, 2e\n", "
\n", "\n", "\n", "©2015 This notebook is provided with the textbook, "Abstract Algebra: An Interactive Approach, 2nd Ed." by William Paulsen. Users of this notebook are encouraged to buy the textbook.\n", "
\n", "\n", "\n", "\n", "\n",
"Chapter 7
\n",
"The Search for Normal Subgroups\n",
"
Initialization: This cell MUST be evaluated first:
" ] }, { "cell_type": "code", "execution_count": 0, "metadata": { "collapsed": false }, "outputs": [ ], "source": [ "%display latex\n", "try:\n", " load('absalgtext.sage')\n", "except IOError:\n", " load('/media/sf_sage/absalgtext.sage')" ] }, { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "y = x-1·a2 = a2·x-1
\r\n", "for all elements x. In order for this to happen, a2 must commute with all of the elements in D4. We can see this \r\n", "using Sage. For example, computeNG(S) = { g ∈ G | g·S·g-1 = \r\n", "S }.
\r\n", "Notice that this definition allows for S to be merely a subset of G, not necessarily a subgroup. We will later find uses for having a \r\n", "more generalized definition. For now, let us show that the normalizer has some of the properties that we are looking for.\r\n", "\r\n", "\r\n", "\r\n", "PROPOSITION 7.5N* = | \r\n", "∩ | \r\n", "N, | \r\n", "
\r\n", " | N ∈ L | \r\n", "\r\n", " |
u = g·v·g-1.
\r\n", "\r\n", "v = (g-1)·u·(g-1)-1.
\r\n", "Finally, let us suppose that u is conjugate to v, that is, u = g·v·g-1 for \r\n", "some g in G, and v in turn is conjugate to w, that is v = h·w·h-1 for \r\n", "some h in G. Is u conjugate to w? We have\r\n", "u = g·v·g-1 = \r\n", "g·(h·w·h-1)·g-1 = \r\n", "(g·h)·w·(g·h)-1.
\r\n", "So u is then conjugate to w.{ g·u·g-1 | g ∈ G }.
\r\n", "Moreover, no two of these conjugacy classes have any elements in common, and every element of G is in one of the conjugacy classes.A = | \r\n", "{ (1 2), (1 3), (1 4), (2 3), (2 4), (3 4) } | \r\n", "
B = | \r\n", "{ (1 2)(3 4), (1 3)(2 4), (1 4)(2 3) } | \r\n", "
C = | \r\n", "{ (1 2 3), (1 2 4), (1 3 2), (1 3 4), (1 4 2), (1 4 3), (2 3 4), (2 4 3) } | \r\n", "
D = | \r\n", "{ (1 2 3 4), (1 2 4 3), (1 3 2 4), (1 3 4 2), (1 4 2 3), (1 4 3 2) } | \r\n", "
E = | \r\n", "{ ( ) } | \r\n", "
1) | \r\n", "E ∪ A | \r\n", "
2) | \r\n", "E ∪ B | \r\n", "
3) | \r\n", "E ∪ C | \r\n", "
4) | \r\n", "E ∪ D | \r\n", "
5) | \r\n", "E ∪ A ∪ B | \r\n", "
6) | \r\n", "E ∪ A ∪ C | \r\n", "
7) | \r\n", "E ∪ A ∪ D | \r\n", "
8) | \r\n", "E ∪ B ∪ C | \r\n", "
9) | \r\n", "E ∪ B ∪ D | \r\n", "
10) | \r\n", "E ∪ C ∪ D | \r\n", "
11) | \r\n", "E ∪ A ∪ B ∪ C | \r\n", "
12) | \r\n", "E ∪ A ∪ B ∪ D | \r\n", "
13) | \r\n", "E ∪ A ∪ C ∪ D | \r\n", "
14) | \r\n", "E ∪ B ∪ C ∪ D | \r\n", "
1) | \r\n", "E ∪ A | \r\n", "7 elements | \r\n", "
2) | \r\n", "E ∪ B | \r\n", "4 elements | \r\n", "
3) | \r\n", "E ∪ C | \r\n", "9 elements | \r\n", "
4) | \r\n", "E ∪ D | \r\n", "7 elements | \r\n", "
5) | \r\n", "E ∪ A ∪ B | \r\n", "10 elements | \r\n", "
6) | \r\n", "E ∪ A ∪ C | \r\n", "15 elements | \r\n", "
7) | \r\n", "E ∪ A ∪ D | \r\n", "13 elements | \r\n", "
8) | \r\n", "E ∪ B ∪ C | \r\n", "12 elements | \r\n", "
9) | \r\n", "E ∪ B ∪ D | \r\n", "10 elements | \r\n", "
10) | \r\n", "E ∪ C ∪ D | \r\n", "15 elements | \r\n", "
11) | \r\n", "E ∪ A ∪ B ∪ C | \r\n", "18 elements | \r\n", "
12) | \r\n", "E ∪ A ∪ B ∪ D | \r\n", "16 elements | \r\n", "
13) | \r\n", "E ∪ A ∪ C ∪ D | \r\n", "21 elements | \r\n", "
14) | \r\n", "E ∪ B ∪ C ∪ D | \r\n", "18 elements | \r\n", "
808,017,424,794,512,875,886,459,904,961,710,757,005,754,368,000,000,000
\r\n", "elements! These 26 sporatic groups are listed in the Atlas of Finite Groups, edited by J. Conway et al. (Oxford University Press, 1984) Because these are the only \r\n", "sporatic groups, all finite simple groups have been found and classified.1 + 6 + 8 + 3 + 6 = 24,
\r\n", "which is the order of the group. But this is obviously going to be the case, since every element in the group belongs to one and only one conjugacy class. Is there \r\n", "another pattern? Notice that the number of elements in each class is always a divisor of the order of the group.1 + 21 + 56 + 42 + 24 + 24 = 168.
\r\n", "Once again, we find that 21, 56, 42, and 24 are all divisors of 168.| G | | \r\n", ", | \r\n", "
| NG({g}) | | \r\n", "
|G| = | \r\n", "∑ | \r\n", "| G | | \r\n", ", | \r\n", "
| NG({g}) | | \r\n", "|||
\r\n", " | g | \r\n", "\r\n", " | \r\n", " |
∑ | \r\n", "| G | | \r\n", "= | \r\n", "168 | \r\n", "+ | \r\n", "168 | \r\n", "+ | \r\n", "168 | \r\n", "+ | \r\n", "168 | \r\n", "+ | \r\n", "168 | \r\n", "+ | \r\n", "168 | \r\n", "= 168. | \r\n", "
| NG({g}) | | \r\n", "168 | \r\n", "8 | \r\n", "3 | \r\n", "4 | \r\n", "7 | \r\n", "7 | \r\n", "||||||||
g | \r\n", "\r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " | \r\n", " |
K ≈ Z5 and H ≈ Z2.
\r\n", "Furthermore, the intersection of K and H must just be the identity, since Z5 does not have any elements of order 2. Also, K \r\n", "is a subgroup of G with index 2, so by Proposition 3.5, K is a normal subgroup of G. If H is also normal, we have by the direct \r\n", "product theorem (6.1) that \r\n", "K·H ≈ K × H ≈ Z5 × Z2 ≈ \r\n", "Z10.
\r\n", "On the other hand, if H is not a normal subgroup, then by the semi-direct product theorem (6.3),\r\n", "K·H ≈ K ⋊ϕ H
\r\n", "for some nontrivial homomorphism ϕ from H to Aut(K). But in chapter 6, we found that there were only one nontrivial homomorphism, \r\n", "yielding D5. In either case, K·N must be isomorphic to one of these two groups. In either case, K·H \r\n", "is of order 10, so\r\n", "G is either isomorphic to Z10 or D5.| H | | \r\n", ". | \r\n", "
| NG(P) ∩H | | \r\n", "
Z3 ⋊ Z4.
\r\n", "In fact, this is the name that Sage gives to this group.Z12, A4, Z3 × Z2 × \r\n", "Z2, Z2 × S3, and Z3 ⋊ Z4.
\r\n", "We can summarize all of our findings plus a few more in the following proposition.\r\n", "\r\n", " \r\n", "\r\n", "PROPOSITION 7.9x·y·a = x·a·y = \r\n", "a·x·y.
\r\n", "So x·y commutes with all of the elements of G. Thus, x·y is in Z(G).x-1·a = (a-1·x)-1 = \r\n", "(x·a-1)-1 = a·x-1.
\r\n", "So x-1 must also be in Z(G). Thus, by Proposition 2.2, Z(G) is a subgroup of G.a·x·a-1 = x·a·a-1 = x.
\r\n", "So a·x·a-1 is in Z(G) whenever x is in Z(G) and a is \r\n", "in G. Thus, by Proposition 3.4, Z(G) is a normal subgroup of G.ϕ : G → Inn(G)
\r\n", "given by\r\n", "ϕx(y) = x·y·x-1
\r\n", "is a homomorphism, as we saw in the proof of the semi-direct product theorem (6.3). By the definition of the inner automorphisms, this mapping is surjective. However, \r\n", "this mapping is not necessarily injective. Let us determine the kernel of ϕ.ϕx(y) = x·y·x-1 = \r\n", "y·x·x-1 = y,
\r\n", "so ϕx is the identity homomorphism. Thus the kernel of ϕ is precisely the center of G. Therefore, by the first isomorphism \r\n", "theorem (4.1), we have\r\n", "G/Z(G) ≈ Inn(G).
\r\n", "\r\n", "Return to text\r\n", "\r\n", "g·z·g-1·n = \r\n", "(g·z·g-1)·(g·h·g-1) =\r\n", "g·z·h·g-1 = g·h·z·g-1 =\r\n", "(g·h·g-1)·(g·z·g-1) = \r\n", "n·g·z·g-1.
\r\n", "Hence, g·z·g-1 commutes with every element n in N, so \r\n", "g·z·g-1 is in Z(N). By Proposition 3.4, we have that Z(N) is a normal subgroup \r\n", "of G.(x·y-1)·S·(x·y-1)-1 = \r\n", "x·(y-1·S·y)·x-1 = \r\n", "x·S·x-1 = S.
\r\n", "Hence, x·y-1 is in NG(S), and so by Proposition 2.2, NG(S) is a subgroup \r\n", "of G.y·H·y-1 = H for all y ∈ Y.
\r\n", "Thus, Y ⊆ NG(H). Since any subgroup of G that contains H as a normal subgroup is itself contained in \r\n", "NG(H), we have that NG(H) is the largest such group.g·n·g-1 ∈ N for all N ∈ L.
\r\n", "Thus, g·n·g-1 is in the intersection of all of the N's, which is N*. Hence, by \r\n", "Proposition 3.4, N* is a normal subgroup of G.ϕ·(a b c)·ϕ-1 = (x y z).
\r\n", "Thus the conjugate of a 3-cycle is another 3-cycle.ϕ = | \r\n", "⎛ | \r\n", "1 | \r\n", "2 | \r\n", "3 | \r\n", "4 | \r\n", "5 | \r\n", "⋯ | \r\n", "⎞ | \r\n", ". | \r\n", "
⎝ | \r\n", "u | \r\n", "v | \r\n", "w | \r\n", "x | \r\n", "y | \r\n", "⋯ | \r\n", "⎠ | \r\n", "
ϕ = | \r\n", "⎛ | \r\n", "1 | \r\n", "2 | \r\n", "3 | \r\n", "4 | \r\n", "5 | \r\n", "⋯ | \r\n", "⎞ | \r\n", ". | \r\n", "
⎝ | \r\n", "u | \r\n", "v | \r\n", "w | \r\n", "y | \r\n", "x | \r\n", "⋯ | \r\n", "⎠ | \r\n", "
ϕ·(1 2 3)·ϕ-1 = (u v w).
\r\n", "Therefore, any 3-cycle is conjugate to (1 2 3), and so any two 3-cycles are conjugate to each other in An whenever n > 4.N·An ≈ N × An.
\r\n", "If N is not just the identity element, this quickly leads to a contradiction, for N could have order of at most 2, telling us \r\n", "that Sn was isomorphic to Z2 × An. But this is ridiculous, for we saw in Proposition 7.2 \r\n", "that Sn was centerless, whereas Z2 × An has both (0, ( )) and (1, ( )) in its center. Therefore, \r\n", "the only normal subgroups of Sn for n > 4 are Sn itself, An, and the identity element.u·g·u-1 = \r\n", "v·g·v-1 ⟺ v-1·u·g·u-1·v \r\n", "= g ⟺ (v-1·u)·g·(v-1·u)-1 = \r\n", "g ⟺ v-1·u ∈ \r\n", "NG({g}) ⟺ u ∈ \r\n", "v·NG({g}) ⟺ u·NG({g}) = \r\n", "v·NG({g}).
\r\n", "Thus u·g·u-1 and v·g·v-1 represent the same element if, and only \r\n", "if, u and v belong to the same left coset of NG({g}). Therefore, to count all of the possible conjugates \r\n", "of g, we merely count the number of left cosets of NG({g}), which is\r\n", "| G | | \r\n", ". | \r\n", "
| NG({g}) | | \r\n", "
| G | | \r\n", ", | \r\n", "
| NG({g}) | | \r\n", "
ϕ : G → G/X
\r\n", "whose kernel is the subgroup X. By the induction hypothesis, G/X is a group of order pn−1, and so has a \r\n", "normal subgroup of order pn−2, say Y.g ∈ ϕ-1(Y)
\r\n", "if, and only if, g is contained in one of the cosets of Y. Since each of the cosets \r\n", "of Y contains p elements, it is clear that the size of ϕ-1(Y) is \r\n", "p·pn−2 = pn−1. Therefore, we have proved by induction that there is a normal \r\n", "subgroup of G of order pn−1.|G| = | \r\n", "∑ | \r\n", "| G | | \r\n", ", | \r\n", "
| NG({g}) | | \r\n", "|||
\r\n", " | g | \r\n", "\r\n", " | \r\n", " |
ϕ : G → G/X
\r\n", "whose kernel is the subgroup X. By the induction hypothesis, G/X is smaller than G, and so has a subgroup of \r\n", "order pn−1, say Y. We can then lift Y back to the original group. Since ϕ-1(Y) is \r\n", "the inverse image of a subgroup, by Corollary 4.2, this is a subgroup of G. But the kernel of the homomorphism is of order p, so the size \r\n", "of ϕ-1(Y) is p·pn−1 = pn. Therefore, we have proved by \r\n", "induction that there is a subgroup of G of order pn.\r\n", "(u·k1·u-1)·(u·k2·u-1)-1 = \r\n", "u·k1·u-1·(u·k2-1·u-1) = \r\n", "u·(k1·k2-1)·u-1.
\r\n", "which is in u·K·u-1. So by Proposition 2.2, u·K·u-1 is \r\n", "a p-Sylow subgroup of G.u = h·v·k ⟺ v = \r\n", "h-1·u·k-1.
\r\n", "Finally, if u is related to v, and v is related to w, then u = \r\n", "h1·v·k1 and v = \r\n", "h2·w·k2, and so\r\n", "\r\n", "u = h1·(h2·w·k2)·k1 = \r\n", "(h1·h2)·w·(k2·k1),
\r\n", "so u and w are related. Therefore, we can partition the group G into "families," where each family consists of all elements \r\n", "related to one element.G = (H·u1·K) ∪ \r\n", "(H·u2·K) ∪ ⋯ ∪ (H·uj·K).
\r\n", "Since each of the families have no elements in common, we have\r\n", "|G| = |H·u1·K| + \r\n", "|H·u2·K| + ⋯ + |H·uj·K|.
\r\n", "How many elements are in each family? We note that H·ui·K has the same number of elements \r\n", "as H·ui·K·ui-1. We saw \r\n", "that ui·K·ui-1 is a group, and so even though the product of two groups was not always a \r\n", "group, Proposition 4.9 gave us the number of elements in the set to be \r\n", "| H·ui·K | = \r\n", " | H·ui·K·ui-1 | = | \r\n", "| H |·| ui·K·ui-1 | | \r\n", "= | \r\n", "pⁿ·pⁿ | \r\n", ". | \r\n", "
| H ∩ (ui·K·ui-1)| | \r\n", "| H ∩ (ui·K·ui-1)| | \r\n", "
|G| = pn·m = | \r\n", "pⁿ·pⁿ | \r\n", "+ | \r\n", "pⁿ·pⁿ | \r\n", "+ ⋯ + | \r\n", "pⁿ·pⁿ | \r\n", ". | \r\n", "
| H ∩ (u1·K·u1-1)| | \r\n", "| H ∩ (u2·K·u2-1)| | \r\n", "| H ∩ (uj·K·uj-1)| | \r\n", "
m = | \r\n", "pⁿ | \r\n", "+ | \r\n", "pⁿ | \r\n", "+ ⋯ + | \r\n", "pⁿ | \r\n", ". | \r\n", "
| H ∩ (u1·K·u1-1)| | \r\n", "| H ∩ (u2·K·u2-1)| | \r\n", "| H ∩ (uj·K·uj-1)| | \r\n", "
|H ∩ (ui·K·ui-1)| = |H|
\r\n", "for some i. Since H and ui·K·ui-1 both have pn elements, \r\n", "we must have H = ui·K·ui-1. Therefore, for any two p-Sylow subgroups of G, \r\n", "there is a u such that H = u·K·u-1.u·P·u-1 = \r\n",
"v·P·v-1 ⟺ v-1·u·P·u-1·v \r\n",
"= P ⟺ (v-1·u)·P·(v-1·u)-1 = \r\n",
"P ⟺ v-1·u ∈ \r\n",
"NG(P) ∩ H
⟺ u ∈ \r\n",
"v·(NG(P) ∩ H) ⟺ u·(NG(P) ∩ H) = \r\n",
"v·(NG(P) ∩ H).
| H | | \r\n", ". | \r\n", "
| NG(P) ∩ H | | \r\n", "
Pj = u·Pi·u-1.
\r\n", "Note that P0 would be in its own category while the number of p-Sylow subgroups in the other categories would be, according to Lemma 7.3,\r\n", "| P₀ | | \r\n", "
| NG(Pi) ∩P0 | | \r\n", "
| G | | \r\n", ". | \r\n", "
| NG(P0) | | \r\n", "
Z4 and Z8*,
\r\n", "the only non-isomorphic groups of order 6 were\r\n", "Z6 and S3,
\r\n", "and the only non-isomorphic groups of order 8 were\r\n", "\r\n", "Z8, Z15*, Z24*, Q and D4.
\r\n", "By Corollary 7.3 the only two non-isomorphic groups of order 9 are\r\n", "Z9 and Z3 × Z3.
\r\n", "We have already used the first Sylow theorem (7.3) to find all of the non-isomorphic groups of order 10:\r\n", "Z10 and D5.
\r\n", "We just found all of the groups of order 12:\r\n", "Z12, A4, Z3 × Z2 × \r\n", "Z2, Z2 × S3, and Z3 ⋊ Z4.
\r\n", "We can use the same argument to find all of the non-isomorphic groups of order 14. If |G| = 14, there must be a 7-Sylow subgroup of G, \r\n", "say K. Since K contains half of the elements, by Proposition 3.5, K is normal. We also must have \r\n", "a 2-Sylow subgroup, H. Since K cannot have an element of order 2, K and H have only the identity element in common.K·H ≈ K ⋊ϕ H
\r\n", "for some homomorphism ϕ from H to Aut(K). In either case K·H has 14 elements, and \r\n", "so G = K·H. Also, ϕ is determined by where the non-identity element of H is mapped. Since this must be \r\n", "an element of Aut(K) of order 2, and since\r\n", "Aut(K) ≈ Aut(Z7) ≈ Z7* ≈ Z6
\r\n", "has only one element of order 2, there can only be one such homomorphism. Since D7 is a non-abelian group of order 14, this must be the one \r\n", "semi-direct product that we found. Thus, the only two groups of order 14 are\r\n", "Z14 and D7.
\r\n", "Let us move on to find all groups of order 15. Suppose |G| = 15. Then the number of 3-Sylow subgroups and the number of 5-Sylow subgroups must both divide 15, \r\n", "so both of these numbers must be one of 1, 3, 5, or 15. But 1 is the only number in this set that is congruent to 1 (mod 5). So there is only \r\n", "one 5-Sylow subgroup, K. Likewise, 1 is the only number in the set that is congruent to 1 (mod 3). So there is only \r\n", "one 3-Sylow subgroup, H . By Corollary 7.4 both K and H are normal subgroups of G, and the intersection must be just the identity \r\n", "element. Thus, by Corollary 6.1,\r\n", "K·H ≈K × H ≈ Z5 × Z3 ≈ \r\n", "Z15.
\r\n", "Since this has all 15 elements, this must be all of G, and so there is only one non-isomorphic group of order 15, namely Z15.