ProofComplete

Proof of the First Isomorphism Theorem for Rings

The first isomorphism theorem states that every ring homomorphism factors through its kernel, providing the canonical decomposition of homomorphisms into surjections, isomorphisms, and inclusions.


Statement

Theorem4.6First isomorphism theorem for rings

Let φ:RS\varphi: R \to S be a ring homomorphism. Then ker(φ)\ker(\varphi) is an ideal of RR and R/ker(φ)im(φ)R/\ker(\varphi) \cong \mathrm{im}(\varphi). The isomorphism is given by φˉ(r+ker(φ))=φ(r)\bar{\varphi}(r + \ker(\varphi)) = \varphi(r).


Proof

Proof

Step 1: ker(φ)\ker(\varphi) is an ideal.

Let I=ker(φ)={rR:φ(r)=0}I = \ker(\varphi) = \{r \in R : \varphi(r) = 0\}.

  • II is an additive subgroup: φ(0)=0\varphi(0) = 0 so 0I0 \in I; if a,bIa, b \in I then φ(ab)=φ(a)φ(b)=0\varphi(a - b) = \varphi(a) - \varphi(b) = 0; if aIa \in I then φ(a)=φ(a)=0\varphi(-a) = -\varphi(a) = 0.
  • II absorbs multiplication: if aIa \in I and rRr \in R, then φ(ra)=φ(r)φ(a)=φ(r)0=0\varphi(ra) = \varphi(r)\varphi(a) = \varphi(r) \cdot 0 = 0, so raIra \in I. Similarly arIar \in I.

Step 2: φˉ\bar{\varphi} is well-defined.

If r+I=r+Ir + I = r' + I, then rrIr - r' \in I, so φ(rr)=0\varphi(r - r') = 0, hence φ(r)=φ(r)\varphi(r) = \varphi(r'). Thus φˉ(r+I)=φ(r)\bar{\varphi}(r + I) = \varphi(r) is independent of the coset representative.

Step 3: φˉ\bar{\varphi} is a ring homomorphism.

φˉ((r+I)+(s+I))=φˉ((r+s)+I)=φ(r+s)=φ(r)+φ(s)=φˉ(r+I)+φˉ(s+I)\bar{\varphi}((r+I) + (s+I)) = \bar{\varphi}((r+s)+I) = \varphi(r+s) = \varphi(r) + \varphi(s) = \bar{\varphi}(r+I) + \bar{\varphi}(s+I).

φˉ((r+I)(s+I))=φˉ(rs+I)=φ(rs)=φ(r)φ(s)=φˉ(r+I)φˉ(s+I)\bar{\varphi}((r+I)(s+I)) = \bar{\varphi}(rs+I) = \varphi(rs) = \varphi(r)\varphi(s) = \bar{\varphi}(r+I)\bar{\varphi}(s+I).

φˉ(1+I)=φ(1)=1\bar{\varphi}(1+I) = \varphi(1) = 1.

Step 4: φˉ\bar{\varphi} is injective.

φˉ(r+I)=0    φ(r)=0    rI    r+I=0+I\bar{\varphi}(r+I) = 0 \iff \varphi(r) = 0 \iff r \in I \iff r + I = 0 + I.

Step 5: φˉ\bar{\varphi} is surjective onto im(φ)\mathrm{im}(\varphi).

For any φ(r)im(φ)\varphi(r) \in \mathrm{im}(\varphi), we have φˉ(r+I)=φ(r)\bar{\varphi}(r + I) = \varphi(r).

Therefore φˉ:R/Iim(φ)\bar{\varphi}: R/I \to \mathrm{im}(\varphi) is a ring isomorphism. \blacksquare


Applications

ExampleApplications of the first isomorphism theorem
  1. Evaluation homomorphism: eva:k[x]k\mathrm{ev}_a: k[x] \to k by ff(a)f \mapsto f(a) has kernel (xa)(x - a), giving k[x]/(xa)kk[x]/(x-a) \cong k.

  2. Complex numbers: evi:R[x]C\mathrm{ev}_i: \mathbb{R}[x] \to \mathbb{C} by ff(i)f \mapsto f(i) has kernel (x2+1)(x^2 + 1), giving R[x]/(x2+1)C\mathbb{R}[x]/(x^2+1) \cong \mathbb{C}.

  3. Finite fields: The map Fp[x]Fpn\mathbb{F}_p[x] \to \mathbb{F}_{p^n} by ff(α)f \mapsto f(\alpha) (where α\alpha is a root of an irreducible polynomial gg of degree nn) has kernel (g)(g), giving Fp[x]/(g)Fpn\mathbb{F}_p[x]/(g) \cong \mathbb{F}_{p^n}.

  4. Coordinate rings: k[x,y]k[t]k[x,y] \to k[t] by xt2x \mapsto t^2, yt3y \mapsto t^3 has kernel (y2x3)(y^2 - x^3), so k[x,y]/(y2x3)k[t2,t3]k[x,y]/(y^2 - x^3) \cong k[t^2, t^3].

RemarkThe factorization paradigm

The first isomorphism theorem implements the "factorization" of morphisms: φ=ιφˉπ\varphi = \iota \circ \bar{\varphi} \circ \pi where π:RR/I\pi: R \twoheadrightarrow R/I is the projection, φˉ:R/Iim(φ)\bar{\varphi}: R/I \xrightarrow{\sim} \mathrm{im}(\varphi) is the isomorphism, and ι:im(φ)S\iota: \mathrm{im}(\varphi) \hookrightarrow S is the inclusion. This pattern appears throughout algebra (groups, rings, modules, algebras) and is the prototype for factorization systems in category theory.