markdown
algebraic structures and binary operations: basic exercisesmd 33858df
exercise/math/abstract-algebra/algebraic-structures-and-binary-operations.exercise.n.md

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

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

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.

3Problem 1: decide whether an operation is binary

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

3.1Answer

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

2-5=-3

and -3N.

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.

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.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.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.

5Problem 3: find an inverse

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

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.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.

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