markdown
代数的構造と二項演算 基本演習md 33858df
exercise/math/abstract-algebra/algebraic-structures-and-binary-operations.exercise.n.md

代数的構造だいすうてきこうぞうalgebraic structure二項演算にこうえんざんbinary operation 基本きほん演習えんしゅう

date2026-07-14document_iddoc_4e1a03185825d8e251cbbf8022cd3407description代数的構造、二項演算、閉包性、単位元、逆元を確認する基本演習。prerequisites[代数的構造/だいすうてきこうぞう]とは何か / [二項演算/にこうえんざん]と[閉包性/へいほうせい]type[問題/もんだい][演習/えんしゅう]content_typeexercisestatusactiverelateddata/lecture/math/abstract-algebra/introduction-to-algebraic-structures.lecture.n.md / data/lecture/math/abstract-algebra/binary-operations-and-closure.lecture.n.md / data/lecture/math/abstract-algebra/semigroups-monoids-and-groups.lecture.n.md
mathabstract-algebraexercise

algebraic structures代数的構造だいすうてきこうぞう and binary operations二項演算にこうえんざん: basic exercises

1対応たいおうする講義こうぎ

data/lecture/math/abstract-algebra/introduction-to-algebraic-structures.lecture.n.md data/lecture/math/abstract-algebra/binary-operations-and-closure.lecture.n.md data/lecture/math/abstract-algebra/semigroups-monoids-and-groups.lecture.n.md

問題もんだい1〜3は二項演算にこうえんざん講義こうぎあとける。問題もんだい4は半群はんぐん・モノイド・ぐん講義こうぎあとむ。

1Corresponding lectures

data/lecture/math/abstract-algebra/introduction-to-algebraic-structures.lecture.n.md data/lecture/math/abstract-algebra/binary-operations-and-closure.lecture.n.md data/lecture/math/abstract-algebra/semigroups-monoids-and-groups.lecture.n.md

Problems 1–3 can be attempted after the lecture on binary operations. Attempt Problem 4 after the lecture on semigroups, monoids, and groups.

3問題もんだい1:二項演算にこうえんざんbinary operation判定はんていする

N じょうざんsubtraction二項演算にこうえんざんbinary operationか。理由りゆうべよ。

3Problem 1: decide whether an operation is binary

Is subtraction[引き算] on N a binary operation二項演算にこうえんざん? Give a reason.

3.1解答かいとう

二項演算にこうえんざんbinary operationではない。たとえば

2-5=-3

であり、-3N だからである。

3.1Answer

It is not a binary operation二項演算にこうえんざん. For example,

2-5=-3

and -3N.

3.2解説かいせつ

二項演算にこうえんざんbinary operation [PARSE ERROR: Undefined("Command(\"ast\")")]:S×SS では、任意にんいふたつのげんelementからられる結果けっかおな集合しゅうごうset Sもど必要ひつようがある。ここでは閉包性へいほうせいclosureこわれている。

3.2Explanation

For a binary operation二項演算にこうえんざん [PARSE ERROR: Undefined("Command(\"ast\")")]:S×SS, the result obtained from any two elements must return to the same set S. Here closure閉包性へいほうせい fails.

4問題もんだい2:単位元たんいげんidentity elementもとめる

Z じょう演算えんざんoperation a[PARSE ERROR: Undefined("Command(\"ast\")")]b=a+b-3かんがえる。単位元たんいげんidentity elementもとめよ。

4Problem 2: find an identity element単位元たんいげん

On Z, consider the operation a[PARSE ERROR: Undefined("Command(\"ast\")")]b=a+b-3. Find the identity element単位元たんいげん.

4.1解答かいとう

単位元たんいげんidentity elemente とすると、任意にんいa について

a[PARSE ERROR: Undefined("Command(\"ast\")")]e=a

である。したがって

a+e-3=a

より e=3 である。どうようe[PARSE ERROR: Undefined("Command(\"ast\")")]a=a成立せいりつするので、単位元たんいげんidentity elementは 3 である。

4.1Answer

Let the identity element単位元たんいげん be e. For every a, we need

a[PARSE ERROR: Undefined("Command(\"ast\")")]e=a

Therefore

a+e-3=a

so e=3. Similarly, e[PARSE ERROR: Undefined("Command(\"ast\")")]a=a also holds, so the identity element単位元たんいげん is 3.

4.2解説かいせつ

単位元たんいげんidentity elementは「なにもしないげんelement」である。通常つうじょうざんadditionの 0 とはかぎらない。演算えんざんoperationわると単位元たんいげんidentity elementわる。

4.2Explanation

An identity element単位元たんいげん is an element that does nothing with respect to the operation. It is not necessarily 0 from ordinary addition. When the operation changes, the identity element単位元たんいげん can also change.

5問題もんだい3:逆元ぎゃくげんinverse elementもとめる

問題もんだい2の演算えんざんoperationで、げんelement a逆元ぎゃくげんinverse elementもとめよ。

5Problem 3: find an inverse

For the operation in Problem 2, find the inverse element逆元ぎゃくげん of an element a.

5.1解答かいとう

逆元ぎゃくげんinverse elementb とすると、単位元たんいげんidentity elementが 3 なので

a[PARSE ERROR: Undefined("Command(\"ast\")")]b=b[PARSE ERROR: Undefined("Command(\"ast\")")]a=3

である。つまり

a+b-3=3

だから

b=6-a

である。この演算えんざんa[PARSE ERROR: Undefined("Command(\"ast\")")]b=b[PARSE ERROR: Undefined("Command(\"ast\")")]aたすので、反対はんたい順序じゅんじょでも b[PARSE ERROR: Undefined("Command(\"ast\")")]a=3 となる。

5.1Answer

Let the inverse be b. Since the identity element単位元たんいげん is 3, we need

a[PARSE ERROR: Undefined("Command(\"ast\")")]b=b[PARSE ERROR: Undefined("Command(\"ast\")")]a=3

That is,

a+b-3=3

so

b=6-a

Since this operation satisfies a[PARSE ERROR: Undefined("Command(\"ast\")")]b=b[PARSE ERROR: Undefined("Command(\"ast\")")]a, the opposite order also gives b[PARSE ERROR: Undefined("Command(\"ast\")")]a=3.

5.2解説かいせつ

逆元ぎゃくげん単位元たんいげん相対そうたいしてさだまり、左右さゆうのどちらから演算えんざんしても単位元たんいげんになる必要ひつようがある。ここでは単位元たんいげんが 3 であり、可換性かかんせいによって一方いっぽう計算けいさんから両方りょうほう確認かくにんできる。

5.2Explanation

An inverse is defined relative to the identity element and must work on both sides. Here the identity is 3, and commutativity lets one calculation verify both orders.

6問題もんだい4:半群はんぐん・モノイド・ぐんのどれか

問題もんだい2・3の演算えんざん a[PARSE ERROR: Undefined("Command(\"ast\")")]b=a+b-3 について、閉包性へいほうせい結合法則けつごうほうそく確認かくにんし、(Z,[PARSE ERROR: Undefined("Command(\"ast\")")])半群はんぐん、モノイド、ぐんのどこまでの条件じょうけんたすかこたえよ。

6Problem 4: semigroup, monoid, or group?

For the operation a[PARSE ERROR: Undefined("Command(\"ast\")")]b=a+b-3 from Problems 2 and 3, check closure and associativity, and determine which of the conditions for a semigroup, a monoid, and a group are satisfied by (Z,[PARSE ERROR: Undefined("Command(\"ast\")")]).

6.1解答かいとう

任意にんいa,bZ について a+b-3Z なので閉包性へいほうせいがある。また、任意にんいa,b,cZ について

(a[PARSE ERROR: Undefined("Command(\"ast\")")]b)[PARSE ERROR: Undefined("Command(\"ast\")")]c=(a+b-3)+c-3=a+b+c-6,
a[PARSE ERROR: Undefined("Command(\"ast\")")](b[PARSE ERROR: Undefined("Command(\"ast\")")]c)=a+(b+c-3)-3=a+b+c-6

なので結合法則けつごうほうそくたし、(Z,[PARSE ERROR: Undefined("Command(\"ast\")")])半群はんぐんである。問題もんだい2より単位元たんいげんは 3 なのでモノイドでもある。問題もんだい3より各元かくげん a逆元ぎゃくげん6-aZ なので、すべてのげん逆元ぎゃくげんつ。したがって (Z,[PARSE ERROR: Undefined("Command(\"ast\")")])ぐんである。

6.1Answer

For all a,bZ, we have a+b-3Z, so closure holds. For all a,b,cZ,

(a[PARSE ERROR: Undefined("Command(\"ast\")")]b)[PARSE ERROR: Undefined("Command(\"ast\")")]c=(a+b-3)+c-3=a+b+c-6,
a[PARSE ERROR: Undefined("Command(\"ast\")")](b[PARSE ERROR: Undefined("Command(\"ast\")")]c)=a+(b+c-3)-3=a+b+c-6.

Thus the operation is associative and (Z,[PARSE ERROR: Undefined("Command(\"ast\")")]) is a semigroup. By Problem 2 its identity is 3, so it is a monoid. By Problem 3, every a has the inverse 6-aZ. Therefore (Z,[PARSE ERROR: Undefined("Command(\"ast\")")]) is a group.

6.2解説かいせつ

単位元たんいげん逆元ぎゃくげん計算けいさんするだけでは、まだぐんとは判定はんていできない。まず規則きそく集合しゅうごうじょう二項演算にこうえんざんであり、結合法則けつごうほうそくたすこともべつ確認かくにんする必要ひつようがある。

6.2Explanation

Computing an identity and inverses alone does not yet prove that an operation forms a group. One must separately verify that the rule is a binary operation on the set and that it is associative.

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