MATH 415 Lecture 9

From Notes
Jump to navigation Jump to search

« previous | Tuesday, September 24, 2013 | next »


First test will be Oct. 8


Generating Sets

Given a group G and XG is a generating set for G if the minimum subgroup of G containing X is G

if HG and XH, then H=G.

For all gG, we can represent g as a product of elements of X to power ±1:

g=x1ϵ1xnϵn for xX and ϵi{1,1}

We denote G=X={x1ϵ1xnϵnxX, ϵi{1,1}} as the subgroup generated by the generating set X.

G is finitely generated if there is a finite generating set for G.

Examples

  • is finitely generated by X={1} or by X={2,3}.
  • is also finitely generated: X={(0,1),(1,0)}
  • ,+ is not finitely generated: If is finitely generated, then |X|< and X, then =X must be cyclic, which it is not. Contradiction.


Fundamental Theorem of Finitely Generated Abelian Groups

Theorem 11.12

The fundamental theorem for finitely generated abelian groups

Every finitely generated abelian group G is isomorphic to a direct product of cyclic groups of the form

p1r1×p2r2××pnrn×××

Where pi are prime numbers, and ri

This representation is unique up to the rearrangement of factors.

Recall that all cyclic groups are isomorphic to if infinite and n if finite and of order n.

Also recall that m×nmn if m and n are coprime. All primes are coprime to other primes


The (number of)? infinite factors β(G) is an invariant of G and is called the Betti number.

The (number of)? prime groups is also an invariant.


Example

Let G be an abelian group with |G|=360=23325. What is G?

  1. 2×2×2×3×3×5
  2. 2×4×3×3×5
  3. 2×2×2×9×5
  4. 2×4×9×5
  5. 8×3×3×5
  6. 8×9×5

This is an exhaustive list (by theorem 11.12) of all abelian groups that contain 360 elements. Any other groups can be decomposed into above: 36040×98×9×5.

Decomposable Groups

A group G is decomposable if GH×K with |H|1 and |K|1.

Theorem 11.15

The finite indecomposible abelian groups are exactly the cyclic groups whose order is a power of a prime: pr.

Proof. Suppose G is indecomposible. Apply the fundamental theorem to arrive at the conclusion that Gpiri.

Conversely, let

G=pr

. Assume

G=pr=pi×pj

such that

r=i+j

and

i>j

. We know that

pr

is cyclic, thus it has a generator of order

pr

. If we take an element

g=(a,b)pi×pj

, then the order of

g

is the least common multiple of the order of

api

and the order of

bpj

. Thus Failed to parse (unknown function "\lcm"): {\displaystyle \mathrm{order}(g) \le \lcm{(p^i, p^j)}} Since we have the order of an element is at most

pi

for the subgroup

pi

, this contradicts the fact that the same element in

G=pr

must have an order

pr

because

pi<pr

.

quod erat demonstrandum


Theorem 11.16

If m|G|, where G is a finite abelian group, then there is a subgroup HG with |H|=m.


Homomorphisms

A map ϕ:GG is called a homomorphism if ϕ(xy)=ϕ(x)ϕ(y) for all x,yG.

  1. If ϕ is injective (xy implies ϕ(x)ϕ(y)), then it is called a monomorphism
  2. If ϕ is surjective (for all yG there exists xG such that ϕ(x)=y), then it is called an epimorphism

The trivial homomorphism ϕ(x)=e, where e is the identity element in G, is simple but not interesting.

Theorem

If ϕ:GG is surjective and G is abelian, then G is also abelian.

Proof. Choose y,zG. Is yz=zy?

Because ϕ is onto, we know that there exist u,vG such that ϕ(u)=y and ϕ(v)=z. Since G is abelian, we know uv=vu. By applying our homomorphism ϕ, we get

Failed to parse (syntax error): {\displaystyle \phi(u\,v) &= \phi(u) \, \phi(v) = y \, z \\ \phi(v\,u) &= \phi(v) \, \phi(u) = z \, y }

Thus

G

is abelian by the above result.

quod erat demonstrandum

Examples

Symmentric Group of Permutations

Sn is a symmetric group. Then ϕ:Sn2 with

ϕ(σ)={0σ is an even permutation1otherwise

ϕ is a homomorphism.

Note that Sn is not commutative, but 2 is commutative.


Evaluation Homomorphism

Define the set F={f:} as a function over real numbers. We claim F,+ is an abelian group.

Indeed, f(x)+g(x)=g(x)+f(x).

We can represent each function as a graph on cartesian plane. Define ϕc:F, where is the additive group of real numbers, as

ϕc(f)=f(c)

Thus ϕc(f+g)=(f+g)(c)=f(c)+g(c), so ϕ is a homomorphism


Example: Vector Addition

Let n be the additive group of column vectors. then x=x1,,xnn. We define ϕA:nm to be

ϕA(x)=Ax

Where A is a m×n matrix.

Then ϕA(x+y)=A(x+y)=Ax+Ay=ϕA(x)+ϕA(y). Therefore ϕ is a homomorphism.


Example: Determinants

Recall that detAB=det(A)det(B). Then the determinant is a homomorphism:

det:Mn*()*, where * is the multiplicative group over nonzero real numbers.

Note that Mn*() is not commutative, but * is commutative.