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.1Groups Acting on Sets

ΒΆ

Let XX be a set and GG be a group. A of GG on XX is a map GΓ—Xβ†’XG \times X \rightarrow X given by (g,x)↦gx,(g,x) \mapsto gx\text{,} where

  1. ex=xex = x for all x∈X;x \in X\text{;}

  2. (g1g2)x=g1(g2x)(g_1 g_2)x = g_1(g_2 x) for all x∈Xx \in X and all g1,g2∈G.g_1, g_2 \in G\text{.}

Under these considerations XX is called a . Notice that we are not requiring XX to be related to GG in any way. It is true that every group GG acts on every set XX by the trivial action (g,x)↦x;(g,x) \mapsto x\text{;} however, group actions are more interesting if the set XX is somehow related to the group G.G\text{.}

Example14.1

Let G=GL2(R)G = GL_2( {\mathbb R} ) and X=R2.X = {\mathbb R}^2\text{.} Then GG acts on XX by left multiplication. If v∈R2v \in {\mathbb R}^2 and II is the identity matrix, then Iv=v.Iv = v\text{.} If AA and BB are 2Γ—22 \times 2 invertible matrices, then (AB)v=A(Bv)(AB)v = A(Bv) since matrix multiplication is associative.

Example14.2

Let G=D4G = D_4 be the symmetry group of a square. If X={1,2,3,4}X = \{ 1, 2, 3, 4 \} is the set of vertices of the square, then we can consider D4D_4 to consist of the following permutations:

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

The elements of D4D_4 act on XX as functions. The permutation (13)(24)(13)(24) acts on vertex 1 by sending it to vertex 3, on vertex 2 by sending it to vertex 4, and so on. It is easy to see that the axioms of a group action are satisfied.

In general, if XX is any set and GG is a subgroup of SX,S_X\text{,} the group of all permutations acting on X,X\text{,} then XX is a GG-set under the group action

(Οƒ,x)↦σ(x)\begin{equation*} (\sigma, x) \mapsto \sigma(x) \end{equation*}

for ΟƒβˆˆG\sigma \in G and x∈X.x \in X\text{.}

Example14.3

If we let X=G,X = G\text{,} then every group GG acts on itself by the left regular representation; that is, (g,x)↦λg(x)=gx,(g,x) \mapsto \lambda_g(x) = gx\text{,} where Ξ»g\lambda_g is left multiplication:

eβ‹…x=Ξ»ex=ex=x(gh)β‹…x=Ξ»ghx=Ξ»gΞ»hx=Ξ»g(hx)=gβ‹…(hβ‹…x).\begin{gather*} e \cdot x = \lambda_e x = ex = x\\ (gh) \cdot x = \lambda_{gh}x = \lambda_g \lambda_h x = \lambda_g(hx) = g \cdot ( h \cdot x). \end{gather*}

If HH is a subgroup of G,G\text{,} then GG is an HH-set under left multiplication by elements of H.H\text{.}

Example14.4

Let GG be a group and suppose that X=G.X=G\text{.} If HH is a subgroup of G,G\text{,} then GG is an HH-set under ; that is, we can define an action of HH on G,G\text{,}

H×G→G,\begin{equation*} H \times G \rightarrow G, \end{equation*}

via

(h,g)↦hghβˆ’1\begin{equation*} (h,g) \mapsto hgh^{-1} \end{equation*}

for h∈Hh \in H and g∈G.g \in G\text{.} Clearly, the first axiom for a group action holds. Observing that

(h1h2,g)=h1h2g(h1h2)βˆ’1=h1(h2gh2βˆ’1)h1βˆ’1=(h1,(h2,g)),\begin{align*} (h_1 h_2, g) & = h_1 h_2 g (h_1 h_2 )^{-1}\\ & = h_1( h_2 g h_2^{-1}) h_1^{-1}\\ & = (h_1, (h_2, g) ), \end{align*}

we see that the second condition is also satisfied.

Example14.5

Let HH be a subgroup of GG and LH{\mathcal L}_H the set of left cosets of H.H\text{.} The set LH{\mathcal L}_H is a GG-set under the action

(g,xH)↦gxH.\begin{equation*} (g, xH) \mapsto gxH. \end{equation*}

Again, it is easy to see that the first axiom is true. Since (ggβ€²)xH=g(gβ€²xH),(g g')xH = g( g'x H)\text{,} the second axiom is also true.

If GG acts on a set XX and x,y∈X,x, y \in X\text{,} then xx is said to be to yy if there exists a g∈Gg \in G such that gx=y.gx =y\text{.} We write x∼Gyx \sim_G y or x∼yx \sim y if two elements are GG-equivalent.

Proposition14.6

Let XX be a GG-set. Then GG-equivalence is an equivalence relation on X.X\text{.}

Proof

The relation ∼\sim is reflexive since ex=x.ex = x\text{.} Suppose that x∼yx \sim y for x,y∈X.x, y \in X\text{.} Then there exists a gg such that gx=y.gx = y\text{.} In this case gβˆ’1y=x;g^{-1}y=x\text{;} hence, y∼x.y \sim x\text{.} To show that the relation is transitive, suppose that x∼yx \sim y and y∼z.y \sim z\text{.} Then there must exist group elements gg and hh such that gx=ygx = y and hy=z.hy= z\text{.} So z=hy=(hg)x,z = hy = (hg)x\text{,} and xx is equivalent to z.z\text{.}

If XX is a GG-set, then each partition of XX associated with GG-equivalence is called an of XX under G.G\text{.} We will denote the orbit that contains an element xx of XX by Ox.{\mathcal O}_x\text{.}

Example14.7

Let GG be the permutation group defined by

G={(1),(123),(132),(45),(123)(45),(132)(45)}\begin{equation*} G =\{(1), (1 2 3), (1 3 2), (4 5), (1 2 3)(4 5), (1 3 2)(4 5) \} \end{equation*}

and X={1,2,3,4,5}.X = \{ 1, 2, 3, 4, 5\}\text{.} Then XX is a GG-set. The orbits are O1=O2=O3={1,2,3}{\mathcal O}_1 = {\mathcal O}_2 = {\mathcal O}_3 =\{1, 2, 3\} and O4=O5={4,5}.{\mathcal O}_4 = {\mathcal O}_5 = \{4, 5\}\text{.}

Now suppose that GG is a group acting on a set XX and let gg be an element of G.G\text{.} The of gg in X,X\text{,} denoted by Xg,X_g\text{,} is the set of all x∈Xx \in X such that gx=x.gx = x\text{.} We can also study the group elements gg that fix a given x∈X.x \in X\text{.} This set is more than a subset of G,G\text{,} it is a subgroup. This subgroup is called the or of x.x\text{.} We will denote the stabilizer subgroup of xx by Gx.G_x\text{.}

Remark14.8

It is important to remember that XgβŠ‚XX_g \subset X and GxβŠ‚G.G_x \subset G\text{.}

Example14.9

Let X={1,2,3,4,5,6}X = \{1, 2, 3, 4, 5, 6\} and suppose that GG is the permutation group given by the permutations

{(1),(12)(3456),(35)(46),(12)(3654)}.\begin{equation*} \{ (1), (1 2)(3 4 5 6), (3 5)(4 6), (1 2)( 3 6 5 4) \}. \end{equation*}

Then the fixed point sets of XX under the action of GG are

X(1)=X,X(35)(46)={1,2},X(12)(3456)=X(12)(3654)=βˆ…,\begin{gather*} X_{(1)} = X,\\ X_{(3 5)(4 6)} = \{1,2\},\\ X_{(1 2)(3 4 5 6)} = X_{(1 2)(3 6 5 4)} = \emptyset, \end{gather*}

and the stabilizer subgroups are

G1=G2={(1),(35)(46)},G3=G4=G5=G6={(1)}.\begin{gather*} G_1 = G_2 = \{(1), (3 5)(4 6) \},\\ G_3 = G_4 = G_5 = G_6 = \{(1)\}. \end{gather*}

It is easily seen that GxG_x is a subgroup of GG for each x∈X.x \in X\text{.}

Proposition14.10

Let GG be a group acting on a set XX and x∈X.x \in X\text{.} The stabilizer group of x,x\text{,} Gx,G_x\text{,} is a subgroup of G.G\text{.}

Proof

Clearly, e∈Gxe \in G_x since the identity fixes every element in the set X.X\text{.} Let g,h∈Gx.g, h \in G_x\text{.} Then gx=xgx = x and hx=x.hx = x\text{.} So (gh)x=g(hx)=gx=x;(gh)x = g(hx) = gx = x\text{;} hence, the product of two elements in GxG_x is also in Gx.G_x\text{.} Finally, if g∈Gx,g \in G_x\text{,} then x=ex=(gβˆ’1g)x=(gβˆ’1)gx=gβˆ’1x.x = ex = (g^{-1}g)x = (g^{-1})gx = g^{-1} x\text{.} So gβˆ’1g^{-1} is in Gx.G_x\text{.}

We will denote the number of elements in the fixed point set of an element g∈Gg \in G by ∣Xg∣|X_g| and denote the number of elements in the orbit of x∈Xx \in X by ∣Ox∣.|{\mathcal O}_x|\text{.} The next theorem demonstrates the relationship between orbits of an element x∈Xx \in X and the left cosets of GxG_x in G.G\text{.}

Theorem14.11

Let GG be a finite group and XX a finite GG-set. If x∈X,x \in X\text{,} then ∣Ox∣=[G:Gx].|{\mathcal O}_x| = [G:G_x]\text{.}

Proof

We know that ∣G∣/∣Gx∣|G|/|G_x| is the number of left cosets of GxG_x in GG by Lagrange's Theorem (TheoremΒ 6.10). We will define a bijective map Ο•\phi between the orbit Ox{\mathcal O}_x of XX and the set of left cosets LGx{\mathcal L}_{G_x} of GxG_x in G.G\text{.} Let y∈Ox.y \in {\mathcal O}_x\text{.} Then there exists a gg in GG such that gx=y.g x = y\text{.} Define Ο•\phi by Ο•(y)=gGx.\phi( y ) = g G_x\text{.} To show that Ο•\phi is one-to-one, assume that Ο•(y1)=Ο•(y2).\phi(y_1) = \phi(y_2)\text{.} Then

Ο•(y1)=g1Gx=g2Gx=Ο•(y2),\begin{equation*} \phi(y_1) = g_1 G_x = g_2 G_x = \phi(y_2), \end{equation*}

where g1x=y1g_1 x = y_1 and g2x=y2.g_2 x = y_2\text{.} Since g1Gx=g2Gx,g_1 G_x = g_2 G_x\text{,} there exists a g∈Gxg \in G_x such that g2=g1g,g_2 = g_1 g\text{,}

y2=g2x=g1gx=g1x=y1;\begin{equation*} y_2 = g_2 x = g_1 g x = g_1 x = y_1; \end{equation*}

consequently, the map Ο•\phi is one-to-one. Finally, we must show that the map Ο•\phi is onto. Let gGxg G_x be a left coset. If gx=y,g x = y\text{,} then Ο•(y)=gGx.\phi(y) = g G_x\text{.}