Jump to content

First isomorphism theorem

From Mathepedia, the mathematical encyclopedia
Revision as of 21:34, 10 April 2026 by InfernalAtom683 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The first isomorphism theorem is a fundamental result in abstract algebra that describes the relationship between a homomorphism, its kernel, and its image. The theorem appears uniformly across algebraic structures such as groups, rings, and modules, and serves as a prototype for many structural results in algebra. Specifically, given a homeomorphism, the quotient of its domain by its kernel is isomorphic to its image.

Group theory

Statement

Let G and H be groups and f:gH a group homomorphism. Then,

  1. The kernel of f, kerfG is a normal subgroup of G.
  2. The image of f, imf<G is a subgroup of H.
  3. G/kerfimf.

Proof

Proof of 1

By definition, kerf={gGf(g)=eH} where eH is the identity of H. kerf is a subgroup of G because:

  • Identity: Since f is a homomorphism, f(eG)=eH. Therefore eGkerf, implying kerf is non-empty and has an identity.
  • Closure: Let a,bkerf, then

f(ab)=f(a)f(b)=eHeH=eH. Thus abkerf.

  • Inverses: Let akerf, then f(a1)=f(a)1=eH1=eH.

Thus a1kerf.

Therefore, kerf is a subgroup of G.

Let gG and kkerf, then f(gkg1)=f(g)f(k)f(g1)=f(g)eHf(g1)=f(g)f(g1)=f(g)f(g)1=eH, thus gkg1kerf.

Therefore, kerfG is a normal subgroup.

Proof of 2

By definition, imf={hHgG:f(g)=h}. imf is a subgroup of H because:

  • Identity: Since f is a homomorphism, f(eG)=eH. Therefore eHimf, implying imf is non-empty and has an identity.
  • Closure: Let h1,h2imf, then by definition, there exists g1,g2G such that f(g1)=h1 and f(g2)=h2. Thus

h1h2=f(g1)f(g2)=f(g1g2). Thus h1h2imf.

  • Inverses: Let himf, and gG such that f(g)=h. Then h1=(f(g))1=f(g1).

Thus h1imf.

Therefore, imf<H is a subgroup.