MATH 415 Lecture 14

From Notes
Jump to navigation Jump to search

« previous | Tuesday, October 15, 2013 | next »


Test Review

Problem 3

Subgroup diagram: Arrow points toward supergroup:

Problem 5

Theorem. If HG and m=(G:H) then amH for all aG.

Proof. Consider factor group G/H. then there exists a ϕ such that ϕ:GG/H, mapping g to gH.

Therefore, for aG, ϕ(a)=aH=a¯G/H.

Since m=(G:H), it holds that gm=e for all gG.

Note that

amH

if and only if

ϕ(am)=eG/H

. We can show this as follows:

ϕ(am)=ϕ(a)m

by the homomorphism property. Then

ϕ(a)m=(aH)m=a¯m=eG/H
quod erat demonstrandum

Bonus Problem 6

Theorem. A group G that has only a finite number of subgroups must be a finite group.

Proof. Consider the cyclic subgroup generated by

a

. Note that every group has at least one cyclic subgroup. Then

a

or

an

.

quod erat demonstrandum


...

Therefore G must be finite.


Section 18: Rings and Fields

Rings

A ring R,+, consists of a set R and two binary operations: addition (+) and multiplication () satisfying a bunch of axioms:

  1. The additive group of the ring R,+ is an abelian group
  2. Multiplication is associative: (ab)c=a(bc)=abc
  3. Left and right distributive laws: a(b+c)=ab+ac and (a+b)c=ac+bc

Examples

  • ,+,
  • ,+,
  • ,+,
  • ,+,
  • Mn(R),+, (n×n matrices with entries from ring R)
  • {f:},+,
  • n,+,
  • n,+, (all operations mod n)
  • R×R,+, (Direct product of rings with component-wise operations: (a1,b1)+(a2,b2)=(a1+a2,b1+b2) and (a1,b1)(a2,b2)=(a1a2,b1b2))


Multiplicative Semigroup

The binary structure R, is called a semigroup. If a,bR and ab=ba, then R is commutative. Multiplicative identity 1 may or may not belong to R. For example, the ring 2 does not have a multiplicative identity.

Note: A semigroup with an identity element still might not be a group: it may not be closed on multiplication, and there could be elements without an inverse.

Theorem 18.8

Let R be a ring, and a,bR:

  1. 0a=a0=0
  2. a(b)=(a)b=(ab)
  3. (a)(b)=ab.

Proof of 1.

a0+a0=a(0+0)=a0

. Note we have

a0+a0=a0

, therefore

a0=0

. The reverse holds by right distributivity.

quod erat demonstrandum

Ring Homomorphisms

Let R and R be rings. Then ϕ:RR is a homomorphism if for all a,bR,

  1. ϕ(a+b)=ϕ(a)+ϕ(b) (ϕ is a homomorphism of abelian groups R,+ and R,+.)
  2. ϕ(ab)=ϕ(a)ϕ(b) (ϕ is a homomorphism of multiplicative semigroups R, and R,
Kernel

Let Ker ϕ={xRϕ(x)=0}