Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132923 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

Section14.2The Class Equation

¶

Let XX be a finite GG-set and XGX_G be the set of fixed points in X;X\text{;} that is,

XG={x∈X:gx=x for all g∈G}.\begin{equation*} X_G = \{ x \in X : gx = x \text{ for all } g \in G \}. \end{equation*}

Since the orbits of the action partition X,X\text{,}

∣X∣=∣XG∣+∑i=kn∣Oxi∣,\begin{equation*} |X| = |X_G| + \sum_{i = k}^n |{\mathcal O}_{x_i}|, \end{equation*}

where xk,…,xnx_k, \ldots, x_n are representatives from the distinct nontrivial orbits of X.X\text{.}

Now consider the special case in which GG acts on itself by conjugation, (g,x)↦gxg−1.(g,x) \mapsto gxg^{-1}\text{.} The of G,G\text{,}

Z(G)={x:xg=gx for all g∈G},\begin{equation*} Z(G) = \{x : xg = gx \text{ for all } g \in G \}, \end{equation*}

is the set of points that are fixed by conjugation. The nontrivial orbits of the action are called the of G.G\text{.} If x1,…,xkx_1, \ldots, x_k are representatives from each of the nontrivial conjugacy classes of GG and ∣Ox1∣=n1,…,∣Oxk∣=nk,|{\mathcal O}_{x_1}| = n_1, \ldots, |{\mathcal O}_{x_k}| = n_k\text{,} then

∣G∣=∣Z(G)∣+n1+⋯+nk.\begin{equation*} |G| = |Z(G)| + n_1 + \cdots + n_k. \end{equation*}

The stabilizer subgroups of each of the xix_i's, C(xi)={g∈G:gxi=xig},C(x_i) = \{ g \in G: g x_i = x_i g \}\text{,} are called the of the xix_i's. From Theorem 14.11, we obtain the :

∣G∣=∣Z(G)∣+[G:C(x1)]+⋯+[G:C(xk)].\begin{equation*} |G| = |Z(G)| + [G: C(x_1) ] + \cdots + [ G: C(x_k)]. \end{equation*}

One of the consequences of the class equation is that the order of each conjugacy class must divide the order of G.G\text{.}

Example14.12

It is easy to check that the conjugacy classes in S3S_3 are the following:

{(1)},{(123),(132)},{(12),(13),(23)}.\begin{equation*} \{ (1) \}, \quad \{ (123), (132) \}, \quad \{(12), (13), (23) \}. \end{equation*}

The class equation is 6=1+2+3.6 = 1+2+3\text{.}

Example14.13

The center of D4D_4 is {(1),(13)(24)},\{ (1), (13)(24) \}\text{,} and the conjugacy classes are

{(13),(24)},{(1432),(1234)},{(12)(34),(14)(23)}.\begin{equation*} \{ (13), (24) \}, \quad \{ (1432), (1234) \}, \quad \{ (12)(34), (14)(23) \}. \end{equation*}

Thus, the class equation for D4D_4 is 8=2+2+2+2.8 = 2 + 2 + 2 + 2\text{.}

Example14.14

For SnS_n it takes a bit of work to find the conjugacy classes. We begin with cycles. Suppose that σ=(a1,…,ak)\sigma = ( a_1, \ldots, a_k) is a cycle and let τ∈Sn.\tau \in S_n\text{.} By Theorem 6.16,

τστ−1=(τ(a1),…,τ(ak)).\begin{equation*} \tau \sigma \tau^{-1} = ( \tau( a_1), \ldots, \tau(a_k)). \end{equation*}

Consequently, any two cycles of the same length are conjugate. Now let σ=σ1σ2⋯σr\sigma = \sigma_1 \sigma_2 \cdots \sigma_r be a cycle decomposition, where the length of each cycle σi\sigma_i is ri.r_i\text{.} Then σ\sigma is conjugate to every other τ∈Sn\tau \in S_n whose cycle decomposition has the same lengths.

The number of conjugate classes in SnS_n is the number of ways in which nn can be partitioned into sums of positive integers. In the case of S3S_3 for example, we can partition the integer 3 into the following three sums:

3=1+1+13=1+23=3;\begin{align*} 3 & = 1 + 1 + 1\\ 3 & = 1 + 2\\ 3 & = 3; \end{align*}

therefore, there are three conjugacy classes. The problem of finding the number of such partitions for any positive integer nn is what computer scientists call . This effectively means that the problem cannot be solved for a large nn because the computations would be too time-consuming for even the largest computer.

Theorem14.15

Let GG be a group of order pnp^n where pp is prime. Then GG has a nontrivial center.

Proof

We apply the class equation

∣G∣=∣Z(G)∣+n1+⋯+nk.\begin{equation*} |G| = |Z(G)| + n_1 + \cdots + n_k. \end{equation*}

Since each ni>1n_i \gt 1 and ni∣∣G∣,n_i \mid |G|\text{,} it follows that pp must divide each ni.n_i\text{.} Also, p∣∣G∣;p \mid |G|\text{;} hence, pp must divide ∣Z(G)∣.|Z(G)|\text{.} Since the identity is always in the center of G,G\text{,} ∣Z(G)∣≥1.|Z(G)| \geq 1\text{.} Therefore, ∣Z(G)∣≥p,|Z(G)| \geq p\text{,} and there exists some g∈Z(G)g \in Z(G) such that g≠1.g \neq 1\text{.}

Corollary14.16

Let GG be a group of order p2p^2 where pp is prime. Then GG is abelian.

Proof

By Theorem 14.15, ∣Z(G)∣=p|Z(G)| = p or p2.p^2\text{.} If ∣Z(G)∣=p2,|Z(G)| = p^2\text{,} then we are done. Suppose that ∣Z(G)∣=p.|Z(G)| = p\text{.} Then Z(G)Z(G) and G/Z(G)G / Z(G) both have order pp and must both be cyclic groups. Choosing a generator aZ(G)aZ(G) for G/Z(G),G / Z(G)\text{,} we can write any element gZ(G)gZ(G) in the quotient group as amZ(G)a^m Z(G) for some integer m;m\text{;} hence, g=amxg = a^m x for some xx in the center of G.G\text{.} Similarly, if hZ(G)∈G/Z(G),hZ(G) \in G / Z(G)\text{,} there exists a yy in Z(G)Z(G) such that h=anyh = a^n y for some integer n.n\text{.} Since xx and yy are in the center of G,G\text{,} they commute with all other elements of G;G\text{;} therefore,

gh=amxany=am+nxy=anyamx=hg,\begin{equation*} gh = a^m x a^n y = a^{m+n} x y = a^n y a^m x = hg, \end{equation*}

and GG must be abelian.