markdown
体の基本md f9e5786
lecture/math/abstract-algebra/field-basics.lecture.n.md
Download PDF

たいfield基本きほん

date2026-06-06document_iddoc_57e63f4503d171171b2f3c66bef22d4fdescription体を、0 以外の元で割り算ができる可換環として導入し、線型代数や多項式の計算がなぜ体上で安定するかを説明する。prerequisites環の基[本/ほん] / [整域/せいいき]・[[零/れい]因子/れいいんし]・[[多項[式/しき]/たこうしき]環/たこうしきかん] / [合[同/どう][式/しき]/ごうどうしき]とmod[演算/えんざん]の基[本/ほん]type講義content_typelecturestatusactiverelateddata/lecture/math/abstract-algebra/ring-basics.lecture.n.md / data/lecture/math/abstract-algebra/integral-domains-zero-divisors-and-polynomial-rings.lecture.n.md / data/lecture/math/abstract-algebra/congruences-and-modular-arithmetic.lecture.n.md / data/lecture/math/linear-algebra/linearity-basics.lecture.n.md / data/exercise/math/abstract-algebra/integral-domains-fields-and-finite-fields.exercise.n.md
mathabstract-algebrafield-theorylecture

たいfieldは、0 以外いがいげんelementざんができる可換環かかんかんcommutative ringである。たいfieldまな理由りゆうは、方程式ほうていしき線型代数せんけいだいすうlinear algebra多項式たこうしき計算けいさん安定あんていしておこなうためである。

整数せいすうでは 2x=1整数せいすうなかけない。しかし有理数ゆうりすう実数じっすうでは x=1/2ける。このちがいを構造こうぞうとしてあらわしたものがたいfieldである。

Basics of fieldsたい

A fieldたい is a commutative ring可換環かかんかん in which division by nonzero elements is possible. Fields are studied because they make computations in equations, linear algebra, and polynomials stable.

In the integers, the equation 2x=1 cannot be solved within the integers. In the rational numbers or real numbers, however, it has the solution x=1/2. A fieldたい is the structure that expresses this difference.

1たいfield定義ていぎ

可換環かかんかんcommutative ring Fたいfieldであるとは、01 であり、0aF任意にんいげんelement乗法逆元じょうほうぎゃくげんmultiplicative inverseつことである。

aF,a0a-1Fsuchthataa-1=1

ここで 01 とし、逆元ぎゃくげん条件じょうけんから 0 をのぞくことが重要じゅうようである。もし 0b=1 となる b があれば、かん基本恒等式きほんこうとうしき 0b=0 により 0=1 となり、01矛盾むじゅんする。したがって 0 に乗法逆元じょうほうぎゃくげんmultiplicative inverse存在そんざいしない。

1Definition of a fieldたい

A commutative ring可換環かかんかん F is a fieldたい if 01 and every nonzero element aF has a multiplicative inverse乗法逆元じょうほうぎゃくげん.

aF,a0a-1Fsuchthataa-1=1

It is important to require 01 and exclude 0 from the inverse condition. If an element b satisfied 0b=1, the basic ring identity 0b=0 would give 0=1, contradicting 01. Thus 0 has no multiplicative inverse乗法逆元じょうほうぎゃくげん.

2基本きほんれい

Q,R,C

たいfieldである。

一方いっぽうZたいfieldではない。2 の乗法逆元じょうほうぎゃくげんmultiplicative inverse 1/2整数せいすうではないからである。

また、p素数そすうprime numberのとき

Z/pZ

たいfieldである。0 でない剰余類じょうよるいresidue class [a] なら pa であり、p素数そすうなので [PARSE ERROR: Undefined("Command(\"gcd\")")](a,p)=1 である。ベズーの等式とうしきより、ある整数せいすう u,v存在そんざいして

au+pv=1

となる。ほう p剰余類じょうよるいると [a][u]=[1] なので、[u][a]逆元ぎゃくげんinverse elementである。

data/lecture/math/abstract-algebra/congruences-and-modular-arithmetic.lecture.n.md

2Basic examples

Q,R,C

are fieldsたい.

On the other hand, Z is not a fieldたい, because the multiplicative inverse乗法逆元じょうほうぎゃくげん 1/2 of 2 is not an integer.

Also, when p is prime,

Z/pZ

is a fieldたい. If the residue class剰余類じょうよるい [a] is nonzero, then pa. Since p is prime, [PARSE ERROR: Undefined("Command(\"gcd\")")](a,p)=1. Bezout's identity gives integers u,v such that

au+pv=1.

Taking residue classes modulo p gives [a][u]=[1], so [u] is an inverse逆元ぎゃくげん of [a].

data/lecture/math/abstract-algebra/congruences-and-modular-arithmetic.lecture.n.md

3たいfieldじょう線型代数せんけいだいすうlinear algebraうご理由りゆう

線型代数せんけいだいすうlinear algebraでは、係数けいすう操作そうさ頻繁ひんぱんあらわれる。たとえばほうGaussian eliminationでは、主成分しゅせいぶんpivotを 1 にするために 0 でないかずる。

data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md

この操作そうさ正当化せいとうかされるのは、係数けいすうたいfieldげんelementであり、0 でないげんelement逆元ぎゃくげんinverse element存在そんざいするからである。

このせつ応用おうようへの見通みとおしであり、線型代数せんけいだいすう結果けっか以後いごたい定義ていぎ証明しょうめい前提ぜんていにはしない。

3Why linear algebra works over fieldsたい

In linear algebra, operations that divide by coefficients appear frequently. For example, in Gaussian eliminationほう, one divides by a nonzero number to make a pivot主成分しゅせいぶん equal to 1.

data/lecture/math/linear-algebra/elementary-row-operations.lecture.n.md

This operation is justified because coefficients are elements of a fieldたい, and every nonzero element has an inverse.

This section is a preview of applications; results from linear algebra are not used as prerequisites for the later definitions or proofs about fields.

4定理ていりたいfield整域せいいきintegral domain

すべてのたいfield整域せいいきintegral domainである。証明しょうめいする。ab=0 とする。a=0 ならすでに結論けつろんたす。a0 なら a-1存在そんざいするので、ひだりからけると

a-1(ab)=a-10=0

である。結合法則けつごうほうそくより (a-1a)b=b=0 である。したがって ab=0 なら a=0 または b=0 であり、たい整域せいいきである。この議論ぎろんでは a0確認かくにんしてから逆元ぎゃくげん使つかっており、0 でってはいない。

ぎゃくに、すべての整域せいいきintegral domainたいfieldであるわけではない。Z整域せいいきintegral domainだがたいfieldではない。

4Theorem: every fieldたい is an integral domain整域せいいき

Every fieldたい is an integral domain整域せいいき. Proof. Suppose ab=0. If a=0, the conclusion already holds. If a0, then a-1 exists, and multiplying on the left gives

a-1(ab)=a-10=0.

By associativity, (a-1a)b=b=0. Thus ab=0 implies a=0 or b=0, so the field is an integral domain. The inverse is used only after checking a0; no division by zero occurs.

Conversely, not every integral domain整域せいいき is a fieldたい. The ring Z is an integral domain整域せいいき but not a fieldたい.

5なにわり、なに保存ほぞんされるか

整域せいいきintegral domainたいfield公理こうりくらべると、たい整域せいいき条件じょうけんに「0 でないすべてのげん乗法逆元じょうほうぎゃくげんmultiplicative inverseつ」という条件じょうけんくわえた構造こうぞうである。たいでは加法かほう乗法じょうほう分配法則ぶんぱいほうそく可換性かかんせい01たもったまま、0 でないげんざんができる。

これは、任意にんい整域せいいきおな集合しゅうごうなか逆元ぎゃくげん宣言せんげんすればたいになる、という意味いみではない。たとえば Z整域せいいきだが、そのげん 2 の逆元ぎゃくげんZなかにないため、Z 自体じたいたいではない。

5What changes and what is preserved

Comparing their axioms, a fieldたい is an integral domain整域せいいき with the additional requirement that every nonzero element have a multiplicative inverse乗法逆元じょうほうぎゃくげん. Thus a field retains addition, multiplication, the distributive laws, commutativity, and 01 while allowing division by nonzero elements.

This does not mean that one can merely declare inverses inside the same underlying set of an arbitrary integral domain. For example, Z is an integral domain, but the inverse of its element 2 does not lie in Z, so Z itself is not a field.

6演習えんしゅうリンク

問題もんだい1〜4と証明演習しょうめいえんしゅうにはここまででめる。問題もんだい5はつぎ有限体ゆうげんたい講義こうぎあとおこなう。

data/exercise/math/abstract-algebra/integral-domains-fields-and-finite-fields.exercise.n.md

6Exercise link

Problems 1–4 and the proof exercise are ready at this point. Complete Problem 5 after the next lecture on finite fields.

data/exercise/math/abstract-algebra/integral-domains-fields-and-finite-fields.exercise.n.md

7まとめ

たいfieldは、01 であり、0 以外いがいげんelement乗法逆元じょうほうぎゃくげんmultiplicative inverseがある可換環かかんかんcommutative ringである。ざんができるため、方程式ほうていしき線型代数せんけいだいすうlinear algebra基本きほん操作そうさ自然しぜん正当化せいとうかされる。

7Summary

A fieldたい is a commutative ring可換環かかんかん with 01 in which every nonzero element has a multiplicative inverse乗法逆元じょうほうぎゃくげん. Because division is possible, basic operations in equations and linear algebra are naturally justified.

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
タブを全て閉じる