Difference between revisions of "Notes:Proof of the first group isomorphism theorem"

From Maths
Jump to: navigation, search
m (Saving work)
m (Saving work)
 
Line 34: Line 34:
 
#** Suppose {{M|\theta}} is not surjective, then we cannot have {{M|1=\varphi'=\theta\circ\pi}} (as {{M|\varphi'}} is surjective)
 
#** Suppose {{M|\theta}} is not surjective, then we cannot have {{M|1=\varphi'=\theta\circ\pi}} (as {{M|\varphi'}} is surjective)
 
# {{M|\theta}} is [[injective]]
 
# {{M|\theta}} is [[injective]]
 +
#* Suppose {{M|1=\theta(x)=\theta(y)}}, we wish to show that this means {{M|1=x=y}}
 +
#** The gist is this: {{M|1=\theta([u])=\theta([v])\implies\varphi(u)=\varphi(v)\implies\varphi(uv^{-1})=e}} thus {{M|uv^{-1}\in\text{Ker}(\varphi)}}
 +
#*** So {{M|1=\pi(uv^{-1})\in\text{Ker}(\varphi)}} so {{M|1=\pi(uv^{-1})=[e]}} (the coset that is the normal subgroup {{M|\text{Ker}(\varphi)}} itself)
 +
#*** Thus {{M|1=\pi(uv^{-1})=[e]\implies\pi(u)=[e]\pi(v)\implies[u]=[v]}}
 +
#** We have shown {{M|1=\theta([u])=\theta([v])\implies[u]=[v]}}
 
==Notes==
 
==Notes==
 
<references group="Note"/>
 
<references group="Note"/>
 
{{Notes|Abstract Algebra|Group Theory}}
 
{{Notes|Abstract Algebra|Group Theory}}

Latest revision as of 17:41, 16 July 2016

Claim

Let G and H be groups, let φ:GH be any group homomorphism, then:

  • G/Ker(φ)Im(φ)

Or, alternatively:

  • There exists a group isomorphism, θ:G/Ker(φ)Im(φ) such that the following diagram commutes:
    • (so φ=iθπ) where i:Im(φ)H is the canonical injection, i:hh. It is a group homomorphism.

Proof

Diagram of morphisms in play

First note:

  • We get a function, φ:GIm(φ) I'll call the "canonical surjection", given by φ:gφ(g).
  • We can factor φ through π (using the group factorisation theorem) to get θ:G/Ker(φ)Im(φ)
    • Which is of course a group homomorphism.
    • And has the property: φ=θπ
  • We can factor φ through π to, to give ˉφ:G/Ker(φ)H
    • Which is of course a group homomorphism.
    • And has the property: φ=ˉφπ
  • Additionally, I take it as trivial that:
    • φ=iφ

Proof

  • Note that φ=iφ and φ=θπ - by substitution we see:
    • φ=iθπ

This shows that the diagram commutes, we only need to show that θ is a group isomorphism to finish the proof.

  • I would like to do something like φ=ˉφθ1φ but I can't as θ1 might not be a function.

Lets try the "brute force" approach of just showing it.

  1. θ is surjective.
    • While I have failed (I think... it was a few days ago and I wasn't pleased with it) to do it, I think the following is promising:
      • Suppose θ is not surjective, then we cannot have φ=θπ (as φ is surjective)
  2. θ is injective
    • Suppose θ(x)=θ(y), we wish to show that this means x=y
      • The gist is this: θ([u])=θ([v])φ(u)=φ(v)φ(uv1)=e thus uv1Ker(φ)
        • So π(uv1)Ker(φ) so π(uv1)=[e] (the coset that is the normal subgroup Ker(φ) itself)
        • Thus π(uv1)=[e]π(u)=[e]π(v)[u]=[v]
      • We have shown θ([u])=θ([v])[u]=[v]

Notes