markdown
Basics of homomorphismsmd 3cd4e6a
lecture/math/abstract-algebra/homomorphism-basics.lecture.n.md
Download PDF

Basics of homomorphisms準同型じゅんどうけい

date2026-07-14document_iddoc_3c1f28998382611f90145e3b03a52f40description準同型を、演算を保存する写像として群・環を横断して説明し、核・像・同型への接続を整理する。prerequisites群[準[同型/どうけい]/じゅんどうけい]と[同型/どうけい] / 環の基[本/ほん] / イデアルと[[商/しょう]環/しょうかん] / [整域/せいいき]・[[零/れい]因子/れいいんし]・[[多項[式/しき]/たこうしき]環/たこうしきかん]type講義content_typelecturestatusactiverelateddata/lecture/math/abstract-algebra/group-homomorphisms-and-isomorphisms.lecture.n.md / data/lecture/math/abstract-algebra/ring-basics.lecture.n.md / data/lecture/math/abstract-algebra/ideals-and-quotient-rings.lecture.n.md / data/lecture/math/abstract-algebra/integral-domains-zero-divisors-and-polynomial-rings.lecture.n.md / data/lecture/math/abstract-algebra/homomorphism-theorems-overview.lecture.n.md / data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md / data/exercise/math/abstract-algebra/homomorphisms-and-isomorphisms.exercise.n.md
mathabstract-algebrahomomorphismlecture

A homomorphism準同型じゅんどうけい is a map that preserves operations. In abstract algebra抽象代数ちゅうしょうだいすう, not only the objects themselves but also the maps that move between objects without breaking structure are important.

Just as a linear map線型写像せんけいしゃぞう in linear algebra preserves addition and scalar multiplication, a homomorphism準同型じゅんどうけい in abstract algebra抽象代数ちゅうしょうだいすう preserves the operations of groups or rings.

data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md

This analogy is only a preview. The definitions and proofs on this page use only groups, rings, and maps introduced earlier.

1Group homomorphisms準同型じゅんどうけい

A map φ:GH between groups G,H is a group homomorphism群準同型ぐんじゅんどうけい if, for all a,bG, it satisfies

φ(ab)=φ(a)φ(b)

Identity elements and inverses follow from this condition. Indeed,

φ(eG)=φ(eGeG)=φ(eG)2,

and multiplying by φ(eG)-1 gives φ(eG)=eH. Moreover,

eH=φ(eG)=φ(aa-1)=φ(a)φ(a-1),

so φ(a-1)=φ(a)-1.

2Ring homomorphisms準同型じゅんどうけい

A map φ:RS between rings R,S is a ring homomorphism環準同型かんじゅんどうけい if, for all a,bR, it satisfies

φ(a+b)=φ(a)+φ(b)
φ(ab)=φ(a)φ(b)

and also

φ(1R)=1S

In this material, rings have identity elements, and ring homomorphisms preserve them by default.

The additive condition also implies φ(0R)=0S and φ(-a)=-φ(a). Indeed,

φ(0R)=φ(0R+0R)=φ(0R)+φ(0R)

gives φ(0R)=0S, while

0S=φ(0R)=φ(a+(-a))=φ(a)+φ(-a)

gives φ(-a)=-φ(a).

3Kernel and imageぞう

The kernelかく of a homomorphism準同型じゅんどうけい is the part collapsed to the identity element単位元たんいげん or to 0.

For a group homomorphism群準同型ぐんじゅんどうけい,

kerφ={gGφ(g)=eH}

For a ring homomorphism環準同型かんじゅんどうけい,

kerφ={rRφ(r)=0S}

For a map φ:AB, the imageぞう is the set of all elements of B actually reached:

Imφ={φ(x)xA}B.

4What changes and what is preserved

In a homomorphism準同型じゅんどうけい, the names or representations of elements may change. However, operating first and then mapping gives the same result as mapping first and then operating. In this sense, a homomorphism準同型じゅんどうけい is a structure-preserving map.

An isomorphism同型どうけい is an invertible homomorphism準同型じゅんどうけい. When an isomorphism同型どうけい exists, the structure is completely preserved.

In particular, a bijective ring homomorphism is called a ring isomorphism環同型かんどうけい. Its inverse also preserves addition, multiplication, and the identity. Indeed, writing y=φ(a) and z=φ(b) gives

φ-1(y+z)=φ-1(φ(a+b))=a+b=φ-1(y)+φ-1(z),
φ-1(yz)=φ-1(φ(ab))=ab=φ-1(y)φ-1(z),

and φ-1(1S)=φ-1(φ(1R))=1R.

5Example: evaluation map評価写像ひょうかしゃぞうs are ring homomorphisms環準同型かんじゅんどうけい

For a fieldたい F and cF, the map from the polynomial ring多項式環たこうしきかん F[x] to F defined by

evc:F[x]F,f(x)f(c)

is called the evaluation map評価写像ひょうかしゃぞう. It is a ring homomorphism環準同型かんじゅんどうけい because

evc(f+g)=f(c)+g(c)

and

evc(fg)=f(c)g(c)

hold, and evc(1)=1.

The kernelかく of this map is the set of all polynomials that have c as a root:

ker(evc)={f(x)F[x]f(c)=0}

The fact that this kernelかく is an idealイデアル is a basic example connecting homomorphisms準同型じゅんどうけい with quotient rings商環しょうかん.

6Proof supplement: the kernelかく of a ring homomorphism環準同型かんじゅんどうけい is an idealイデアル

Let φ:RS be a ring homomorphism環準同型かんじゅんどうけい. Define its kernelかく by

kerφ={rRφ(r)=0}.

First, φ(0R)=0S, so 0Rkerφ; hence the kernel is nonempty. If a,bkerφ, then

φ(a-b)=φ(a)-φ(b)=0-0=0,

so a-bkerφ. Also, if rR and akerφ, then

φ(ra)=φ(r)φ(a)=φ(r)0=0,φ(ar)=φ(a)φ(r)=0φ(r)=0,

so ra,arkerφ. Therefore the kernelかく of a ring homomorphism環準同型かんじゅんどうけい is an idealイデアル.

We also verify closure of the imageぞう. Let x=φ(a) and y=φ(b) lie in Imφ. Then

x+y=φ(a+b),-x=φ(-a),xy=φ(ab),

and both 0S=φ(0R) and 1S=φ(1R) lie in the image. Thus the image is closed under addition, additive inverses, and multiplication and contains the zero and multiplicative identity. Associativity of addition and multiplication, commutativity of addition, and the distributive laws are inherited by restricting the operations of S. Here, a subset that is a ring under the operations inherited from S and shares the multiplicative identity of S is called a subring of S. Therefore Imφ is a subring of S.

8Summary

A homomorphism準同型じゅんどうけい is a map that preserves operations. A group homomorphism preserves the group product, while a ring homomorphism preserves addition, multiplication, and the multiplicative identity. The kernelかく is the part mapped to an identity element or to 0, and the imageぞう is the part actually reached. Evaluation maps provide concrete polynomial examples, and the kernel of a ring homomorphism is an ideal. These ideas lead to quotient structures and the first isomorphism theorem.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる