Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 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

Section13.6Sage

¶

Cyclic groups, and direct products of cyclic groups, are implemented in Sage as permutation groups. However, these groups quickly become very unwieldly representations and it should be easier to work with finite abelian groups in Sage. So we will postpone any specifics for this chapter until that happens. However, now that we understand the notion of isomorphic groups and the structure of finite abelian groups, we can return to our quest to classify all of the groups with order less than 16.16\text{.}

SubsectionClassification of Finite Groups

It does not take any sophisticated tools to understand groups of order 2p,2p\text{,} where pp is an odd prime. There are two possibilities — a cyclic group of order 2p2p and the dihedral group of order 2p2p that is the set of symmetries of a regular pp-gon. The proof requires some close, tight reasoning, but the required theorems are generally just concern orders of elements, Lagrange's Theorem and cosets. See Exercise 9.3.55. This takes care of orders n=6, 10, 14.n=6,\,10,\,14\text{.}

For n=9,n=9\text{,} the upcoming Corollary 14.16 will tell us that any group of order p2p^2 (where pp is a prime) is abelian. So we know from this section that the only two possibilities are Z9{\mathbb Z}_9 and Z3×Z3.{\mathbb Z}_3\times{\mathbb Z}_3\text{.} Similarly, the upcoming Theorem 15.10 will tell us that every group of order n=15n=15 is abelian. Now this leaves just one possibility for this order: Z3×Z5≅Z15.{\mathbb Z}_3\times{\mathbb Z}_5\cong{\mathbb Z}_{15}\text{.}

We have just two orders left to analyze: n=8n=8 and n=12.n=12\text{.} The possibilities are groups we already know, with one exception. However, the analysis that these are the only possibilities is more complicated, and will not be pursued now, nor in the next few chapters. Notice that n=16n=16 is more complicated still, with 1414 different possibilities (which explains why we stopped here).

For n=8n=8 there are 33 abelian groups, and the two non-abelian groups are the dihedral group (symmetries of a square) and the quaternions.

For n=12n=12 there are 22 abelian groups, and 33 non-abelian groups. We know two of the non-abelian groups as a dihedral group, and the alternating group on 44 symbols (which is also the symmetries of a tetrahedron). The third non-abelian group is an example of a “dicyclic” group, which is an infinite family of groups, each with order divisible by 4.4\text{.} The order 1212 dicyclic group can also be constructed as a “semi-direct product” of two cyclic groups — this is a construction worth knowing as you pursue further study of group theory. The order 88 dicyclic group is also the quaternions and more generally, the dicyclic groups of order 2k,2^k\text{,} k>2k>2 are known as “generalized quaternion groups.”

The following examples will show you how to construct some of these groups, while also exercising a few of the commands and allowing us to be more certain the following table is accurate.

S = SymmetricGroup(3) D = DihedralGroup(3) S.is_isomorphic(D)
C3 = CyclicPermutationGroup(3) C5 = CyclicPermutationGroup(5) DP = direct_product_permgroups([C3, C5]) C = CyclicPermutationGroup(15) DP.is_isomorphic(C)
Q = QuaternionGroup() DI = DiCyclicGroup(2) Q.is_isomorphic(DI)

SubsectionGroups of Small Order as Permutation Groups

We list here constructions, as permutation groups in Sage, for all of the groups of order less than 16.16\text{.}

OrderConstructionNotes, Alternatives
1CyclicPermutationGroup(1)Trivial
2CyclicPermutationGroup(2)SymmetricGroup(2)
3CyclicPermutationGroup(3)Prime order
4CyclicPermutationGroup(4)Cyclic
4KleinFourGroup()Abelian, non-cyclic
5CyclicPermutationGroup(5)Prime order
6CyclicPermutationGroup(6)Cyclic
6SymmetricGroup(3)Non-abelian
DihedralGroup(3)
7CyclicPermutationGroup(7)Prime order
8CyclicPermutationGroup(8)Cyclic
8C2=CyclicPermutationGroup(2)
C4=CyclicPermutationGroup(4)
G=direct_product_permgroups([C2,C4])Abelian, non-cyclic
8C2=CyclicPermutationGroup(2)
G=direct_product_permgroups([C2,C2,C2])Abelian, non-cyclic
8DihedralGroup(4)Non-abelian
8QuaternionGroup()Quaternions
DiCyclicGroup(2)
9CyclicPermutationGroup(9)Cyclic
9C3=CyclicPermutationGroup(3)
G=direct_product_permgroups([C3,C3])Abelian, non-cyclic
10CyclicPermutationGroup(10)Cyclic
10DihedralGroup(5)Non-abelian
11CyclicPermutationGroup(11)Prime order
12CyclicPermutationGroup(12)Cyclic
12C2=CyclicPermutationGroup(2)
C6=CyclicPermutationGroup(6)
G=direct_product_permgroups([C2,C6])Abelian, non-cyclic
12DihedralGroup(6)Non-abelian
12AlternatingGroup(4)Non-abelian
Symmetries of tetrahedron
12DiCyclicGroup(3)Non-abelian
Semi-direct product Z3⋊Z4Z_3\rtimes Z_4
13CyclicPermutationGroup(13)Prime order
14CyclicPermutationGroup(14)Cyclic
14DihedralGroup(7)Non-abelian
15CyclicPermutationGroup(15)Cyclic
Table13.20The Groups of Order 16\mathbf{16} or Less in Sage