ConceptComplete

Ring Homomorphisms and Ideals

Ring homomorphisms are the structure-preserving maps between rings. Their kernels are ideals, and the interplay between homomorphisms and ideals is central to the structure theory of rings.


Ring Homomorphisms

Definition5.1Ring homomorphism

A ring homomorphism φ:R→S\varphi: R \to S between rings (with unity) is a function satisfying:

  1. Ο†(a+b)=Ο†(a)+Ο†(b)\varphi(a + b) = \varphi(a) + \varphi(b) for all a,b∈Ra, b \in R.
  2. Ο†(ab)=Ο†(a)Ο†(b)\varphi(ab) = \varphi(a)\varphi(b) for all a,b∈Ra, b \in R.
  3. Ο†(1R)=1S\varphi(1_R) = 1_S.

A ring isomorphism is a bijective ring homomorphism. An endomorphism is a homomorphism from a ring to itself; an automorphism is a bijective endomorphism.

ExampleRing homomorphisms
  1. The inclusion Zβ†ͺQβ†ͺRβ†ͺC\mathbb{Z} \hookrightarrow \mathbb{Q} \hookrightarrow \mathbb{R} \hookrightarrow \mathbb{C}.
  2. The reduction map Zβ†’Z/nZ\mathbb{Z} \to \mathbb{Z}/n\mathbb{Z}, a↦aβ€Šmodβ€Šna \mapsto a \bmod n.
  3. The evaluation map R[x]β†’RR[x] \to R, f(x)↦f(a)f(x) \mapsto f(a) for fixed a∈Ra \in R.
  4. The Frobenius endomorphism Ο†:Fp[x]β†’Fp[x]\varphi: \mathbb{F}_p[x] \to \mathbb{F}_p[x], f(x)↦f(xp)f(x) \mapsto f(x^p).
  5. Complex conjugation Cβ†’C\mathbb{C} \to \mathbb{C}, z↦zΛ‰z \mapsto \bar{z} is a ring automorphism.

The Correspondence Theorem

Theorem5.1Ideal correspondence theorem

Let Ο†:Rβ†’S\varphi: R \to S be a surjective ring homomorphism with kernel I=ker⁑(Ο†)I = \ker(\varphi). There is a bijection:

{idealsΒ JΒ ofΒ RΒ withΒ IβŠ†J}⟷{idealsΒ KΒ ofΒ S}\{\text{ideals } J \text{ of } R \text{ with } I \subseteq J\} \longleftrightarrow \{\text{ideals } K \text{ of } S\}

given by J↦φ(J)J \mapsto \varphi(J) and Kβ†¦Ο†βˆ’1(K)K \mapsto \varphi^{-1}(K). This bijection preserves:

  • Inclusion: J1βŠ†J2β€…β€ŠβŸΊβ€…β€ŠΟ†(J1)βŠ†Ο†(J2)J_1 \subseteq J_2 \iff \varphi(J_1) \subseteq \varphi(J_2).
  • Sums: Ο†(J1+J2)=Ο†(J1)+Ο†(J2)\varphi(J_1 + J_2) = \varphi(J_1) + \varphi(J_2).
  • Intersections: Ο†(J1∩J2)=Ο†(J1)βˆ©Ο†(J2)\varphi(J_1 \cap J_2) = \varphi(J_1) \cap \varphi(J_2).
  • Prime/maximal ideals: JJ is prime (resp. maximal) iff Ο†(J)\varphi(J) is.
ExampleIdeals of quotient rings

The ideals of Z/12Z\mathbb{Z}/12\mathbb{Z} correspond to ideals of Z\mathbb{Z} containing (12)(12): (1),(2),(3),(4),(6),(12)(1), (2), (3), (4), (6), (12). So Z/12Z\mathbb{Z}/12\mathbb{Z} has ideals {0},(2Λ‰),(3Λ‰),(4Λ‰),(6Λ‰),Z/12Z\{0\}, (\bar{2}), (\bar{3}), (\bar{4}), (\bar{6}), \mathbb{Z}/12\mathbb{Z}.


Operations on Ideals

RemarkIdeal arithmetic

For ideals I,JI, J of a ring RR:

  • Sum: I+J={a+b:a∈I,b∈J}I + J = \{a + b : a \in I, b \in J\} (smallest ideal containing both).
  • Product: IJ={βˆ‘aibi:ai∈I,bi∈J}IJ = \{\sum a_i b_i : a_i \in I, b_i \in J\} (generated by pairwise products).
  • Intersection: I∩JI \cap J is always an ideal.
  • Radical: I={r∈R:rn∈IΒ forΒ someΒ nβ‰₯1}\sqrt{I} = \{r \in R : r^n \in I \text{ for some } n \geq 1\}.

Key relations: IJβŠ†I∩JβŠ†I,JβŠ†I+JIJ \subseteq I \cap J \subseteq I, J \subseteq I + J, and I+J=RI + J = R iff II and JJ are comaximal.