MATH 415 Lecture 24

From Notes
Jump to navigation Jump to search

« previous | Thursday, November 21, 2013 | next »


Group Rings and Group Fields

Consider group of two elements G={e,a} and field F=ℤ2. We construct the group ring ℤ2G={0e+0a,0e+1a,1e+0a,1e+1a}={0,a,1,e+a}.

The addition and multiplication tables are:

+ 0 a e e+a
0 0 a e e+a
a a 0 e+a e
e e e+a 0 a
e+a e+a e a 0
⋅ 0 a e e+a
0 0 0 0 0
a 0 e a e+a
e 0 a e e+a
e+a 0 e+a a+a 0


The Quaternions

This is a noncommutative division ring (skew field)

Discovered by Hamilton

Denoted ℍ=ℝ4=ℝ×ℝ×ℝ×ℝ

Addition

Addition defined as (a1,a2,a3,a4)+(b1,b2,b3,b4)=(a1+b1,a2+b2,a3+b3,a4+b4)

"identity" elements:

  • 1=(1,0,0,0)
  • i=(0,1,0,0)
  • j=(0,0,1,0)
  • k=(0,0,0,1)

For scalar multiplication (any α∈ℝ):

  • α⋅1=(α,0,0,0)
  • α⋅i=(0,α,0,0)
  • α⋅j=(0,0,α,0)
  • α⋅k=(0,0,0,α)

Thus any (a1,a2,a3,a4)∈ℍ can be written as the sum of components a1⋅1+a2⋅i+a3⋅j+a4⋅k.

Multiplication

  • for any a∈H, 1⋅a=a⋅1=a
  • 12=1 (idempotent)
  • i2=j2=k2=−1

Cyclic

  • ij=k, ji=−k
  • jk=i, kj=−i
  • ki=j, ik=−j

Think of moving CCW around triangle:

  k

i   j

Carefully expand the following product:

(a1+a2i+a3j+a4k)(b1+b2i+b3j+b4k)=(a1b1−a2b2−a3b3−a4b4)+(a1b2+a2b1+a3b4−a4b3)i+(a1b3−a2b4+a3b1+a4b2)j+(a1b4+a2b3−a3b2+a4b1)k

Conjugates

If a=a1+a2i+a3j+a4k, the conjugate of a, denoted a¯ is given by a¯=a1−a2i+a3j−a4k

Now a⋅a¯=a12+a22+a32+a42

This also happens to be |a|2, where |a|=a⋅a¯=a12+a22+a32+a42 is the "length" or "norm" of a.

By the way, |a|=0 if and only if a=0.

Observe a⋅(a¯|a|2)=a⋅a¯|a|2=1

Theorem 24.9

The quaternions ℍ form a strictly skew field under +, ⋅.

Theorem 24.10: Wedderburn's Theorem

Every finite division ring is a field.


Group Action on a Set

Let X be a set and G be a group


Definition

An action of G on X is a map *:G×X→X such that

  1. e⋅x=x
  2. (g1*g2)*x=g1*(g2*x) for all g1,g2∈G and for all x∈X(associativity)

The notation Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle G \lefttorightarrow X} means "G acts on X"

Alternatively, we say that X is a G-set.

Example

Consider Sn (symmetric group of size n) and X={1,2,…,n}.

Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle S_n \lefttorightarrow X} : Let σ∈Sn, then σ:x↦σ(x)

Also consider the alternating group An<Sn consisting of even permutations. Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle A_n \lefttorightarrow X} .

  • In general, if Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle G \lefttorightarrow X} and H≤G, then Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle H \lefttorightarrow X} as well.

If |X|=∞, then it happens that Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle S_X \lefttorightarrow X} (even for infinite sets!)


Theorem 16.3

Let X be a G-set. Then for each g∈G, the function σg:X→X defined by σg(x)=gx for x∈X is a permutation of X.

Also, the map ϕ:G→SX defined by ϕ(g)=σg is a homomorphism with the property that ϕ(g)(x)=gx


In other words, we claim that σg:X→X is a bijection:

  1. injectivity: suppose σg(x)=σg(y) for distinct elements x and y. Then gx=gy. Apply the inverse action to both sides, and we get g−1gx=g−1gy implies x=y
  2. surjectivity: ???


Properties

Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle G \lefttorightarrow X} is transitive if for all x,y∈X, there existts a g∈G such that gx=y.


We define orbits of x (notation: Ox) as

Ox={y∣y=gx for some g∈G}

In fact, X is a disjoint union of orbits.

Membership in an orbit imposes an equivalence relation on X: each orbit Ox represents the equivalence class [x].

The action is transitive if and only if there is only one orbit.


Lazy Elements

We call an element "lazy" if gx=x for all x∈X. Let N denote the set of lazy elements. Then N⊴G.

In fact, N is the kernel of our action (N=Ker(ϕ)), in which case the kernel of a homomorphism is always a normal subgroup.

We say that the action Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle G \lefttorightarrow X} is faithful if N={e} (i.e. if the identity element is the only lazy element.

If this is the case, our homomorphism ϕ is injective and therefore an isomorphism on its image ϕ[G]≤SX.


Self-Actions

We can represent the action of a group on itself by left (or right) multiplication


Isotropy

Suppose Failed to parse (unknown function "\lefttorightarrow"): {\displaystyle G \lefttorightarrow X} . Then for a particular element x∈X, we define the isotropy subgroup (or stabilizer of x) as

Gx=StG(x)={g∈G∣gx=x}
Note: Do not confuse the isotropy subgroup with the lazy elements above!

Similarly, we can consider the elements x∈X for which gx=x for a particular G. The group Fix(g)={x∈X∣gx=x}⊆X of such elements contains fixed points for g.


Theorem 16.16

We define Gx={gx∣g∈G}=Ox. Observe that Failed to parse (unknown function "\lefttoright"): {\displaystyle G \lefttoright O_x} is a transitive relation (in fact it is an equivalence relation forming a single equivalence class).

Theorem.

  • If X is a G-set and x∈X, then |Gx|=(G:Gx).
  • If |G|<∞, then |Gx| is a divisor of |G|

Proof. Let H=Gx and let ψ:Gx→{gH∣g∈G} (set of cosets of H, or G/H.

We will show that ψ is a bijection:

injective. Let x1∈Gx. Then there is g1∈G such that g1x=x1. Is ψ(x1)=g1H well-defined? Suppose there exists g2∈G such that g2x=x1. By transitivity, we have

g1x=g2xg2−1(g1x=g2x)g2−1g1x=g2−1g2x

Therefore g2−1g1∈H and thus g1H=g2H.

surjective. For any g1H coset, we have x1=g1x and ψ(x1)=g1H.


Therefore the order of the orbit Gx is identical to the order of the set of cosets, which is the same as the index:

|Gx|=|{gH∣g∈G}|=(G:H)

If

|G|<∞

, then

|G|=|H|(G:H)

.

quod erat demonstrandum


If we have two orbits Gx and Gy, we claim that they are conjugate; that is, there exists an element a∈G such that Gx=a−1Gya:

Let h∈Gy. Then (a−1ha)(x)=a−1h(a(x))=a−1h(y)=a−1(y)=x. Hence a−1ha∈Gx.