MATH 415 Lecture 10

From Notes
Jump to navigation Jump to search

« previous | Thursday, September 26, 2013 | next »


Homorphism

Let G, and G,* be groups. The function ϕ:GG is a homomorphism if and only if for all x,yG

ϕ(xy)=ϕ(x)*ϕ(y)


Example: Integration

Let F represent the group of all functions over addition.

ϕ:F where ϕ(f)=abf(x)dx is a homomorphism:

ab(f+g)(x)dx=abf(x)dx+abg(x)dx


Images and Ranges

Let ϕ:XY and AX.

  • ϕ[A]={ϕ(a)aA} is the image of ϕ over A
  • ϕ[X] is the range of ϕ.

It is also possible to find inverse images:

ϕ1[B]={xXϕ(x)B}

Theorem 13.12

ϕ:GG is a homomorphism

  1. if e is the identity element in G, then �ϕ(e)=e is the identity in G.
  2. if aG, then ϕ(a1)=ϕ(a)1.
  3. if H is a subgroup of G, then ϕ[H] is a subgroup in G.
  4. if K is a subgroup of G, then ϕ1[K] is a subgroup in G.


Proof.

  1. ϕ(a)=ϕ(ae)=ϕ(a)ϕ(e)=ϕ(a)e. By transitivity, ϕ(a)=ϕ(a)e, so ϕ(e)=e.
  2. Since e=ϕ(e)=ϕ(aa1), we can say ϕ(aa1)=ϕ(a)ϕ(a1=e. Therefore ϕ(a1)=ϕ(a)1.
  3. Let ϕ(a),ϕ(b)ϕ[H] for a,bG. Since G is a group, then abG and thus ϕ(ab)=ϕ(a)ϕ(b)ϕ[H].Furthermore, if ϕ(a)ϕ[H], then ϕ(a1)=ϕ(a)1ϕ[H].
quod erat demonstrandum


Kernel

Let ϕ:GG be a homomorphism. {e} is the trivial subgroup of G.

We define ϕ1[{e}]={xGϕ(x)=e} to be the kernel of ϕ.

The kernel is a subgroup in G that maps all of its members to e in G. Thus the kernel is collapsing down to e.

Example

Let ϕ:nm, where ϕ(x)=Ax, where A is a m×n matrix.

The kernel of ϕ is the null space of A

Theorem 13.15

Let ϕ:GG be a homomorphism, H=kernel(ϕ), and let aG. Then the set ϕ1[{ϕ(a)}]={xGϕ(x)=ϕ(a)} is the left coset aH and at the same time is the right coset Ha (thus implying aH=Ha)


Proof. Consider xaH, thus x=ah for hH. Because ϕ is a homomorphism, we have ϕ(x)=ϕ(ah)=ϕ(a)ϕ(h)=ϕ(a)e=ϕ(a).

xA

, then

ϕ(x)=ϕ(a)

,

ϕ(x)ϕ(a)1=e=ϕ(x)ϕ(a1)

. Therefore

(xa1=h)(H=kernel(H))

implies

x=ha

, so

xHa

. a similar strategy shows that

xaH

. Thus the right and left cosets are identical.

quod erat demonstrandum


Example

Let D be the group of differentiable mappings from over addition.

Therefore f is well-defined. Consider ϕ:DD with ϕ(f)=f.

Observe that ϕ is a homomorphism because ϕ(f+g)=ϕ(f)+ϕ(g)=f+g.

The kernel of ϕ is the set of all functions whose derivative is 0, thus it is the set of constant functions.


Corollary

Corollary. A group homomorphism ϕ:GG is injective if and only if its kernel is {e}.

If |kernel(ϕ)|>1, then ϕ is not one-to-one since x,ykernel(ϕ) for xy. Alternatively, if kernel(ϕ)={e}, then assuming ϕ(a)=ϕ(x)=e, we arrive at the contradiction that the kernel must have at least two elements.

Relation to Isomorphism

Recall that if ϕ:GG is an isomorphism, then

  1. ϕ is a homomorphism
  2. ϕ is injective (hence its kernel is {e})
  3. ϕ is surjective


Normal Subgroups

A subgroup H of a group G is normal if its left and right cosets coincide. That is, if gH=Hg for all gG.

Notation: HG

Corollary. The kernel of a homomorphism ϕ is a normal subgroup of G.


Factor Groups

Given a group G partitioned into cosets, we want to collapse all cosets gH (for gG) into individual elements in another group G. In general, this is not possible, but it is possible if H is a normal subgroup.


Theorem 14.1

Let ϕ:G be a group homomorphism and H=kernel(ϕ). Then the cosents of H form a group (called a factor group; denoted G/H), where (aH)(bH)=(ab)H. The identity element is eH=H=kernel(ϕ).

Furthermore, the map μ:G/Hϕ[G] defined by μ(aH)=ϕ(a) is an isomorphism.

Both coset multiplication and μ are well-defined independent of the choices a and b from the cosets.

Note: It's important to note that each coset contains multiple elements, so choosing any representative still refers to the same coset.

Proof. By definition, (aH)(bH)=(ab)H. What about (a1H)(b1H)? If a1H=aH, then there exists an h1H such that a1=ah1. Similarly, if b1bH, then b1=bh2 for h2H. Thus a1b1=ah1bh2 Since h1bHb and H is a normal subgroup, we can say Hb=bH, so h1bbH implies h1=bh3 for some h3bH. Thus a1b1=abh3h2. H is closed, so let h3h2=hH. Thus (a1b1)H=(ab)H.

quod erat demonstrandum