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 H⊴G and m=(G:H) then am∈H for all a∈G.

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

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

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

Note that

am∈H

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

⟨a⟩≃ℤn

.

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: (a⋅b)⋅c=a⋅(b⋅c)=a⋅b⋅c
  3. Left and right distributive laws: a⋅(b+c)=a⋅b+a⋅c and (a+b)⋅c=a⋅c+b⋅c

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)=(a1⋅a2,b1⋅b2))


Multiplicative Semigroup

The binary structure ⟨R,⋅⟩ is called a semigroup. If a,b∈R and a⋅b=b⋅a, 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,b∈R:

  1. 0⋅a=a⋅0=0
  2. a⋅(−b)=(−a)⋅b=−(a⋅b)
  3. (−a)⋅(−b)=a⋅b.

Proof of 1.

a⋅0+a⋅0=a⋅(0+0)=a⋅0

. Note we have

a⋅0+a⋅0=a⋅0

, therefore

a⋅0=0

. The reverse holds by right distributivity.

quod erat demonstrandum

Ring Homomorphisms

Let R and R′ be rings. Then ϕ:R→R′ is a homomorphism if for all a,b∈R,

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

Let Ker ϕ={x∈R∣ϕ(x)=0}