markdown
Basics of groupsmd d972835
lecture/math/abstract-algebra/group-basics.lecture.n.md
Download PDF

Basics of groupsぐん

date2026-07-14document_iddoc_0294ec810be4c8c384442be16b84108edescription群を、演算を繰り返しても閉じ、単位元と逆元によって戻せる構造として定義し、整数・剰余類・置換・可逆行列の例を説明する。prerequisites[半群/はんぐん]・モノイド・[群/ぐん]への[入口/いりぐち] / [合同式/ごうどうしき]と mod [演算/えんざん]type講義content_typelecturestatusactiverelateddata/lecture/math/abstract-algebra/semigroups-monoids-and-groups.lecture.n.md / data/lecture/math/abstract-algebra/congruences-and-modular-arithmetic.lecture.n.md / data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md / data/exercise/math/abstract-algebra/groups-and-subgroups.exercise.n.md
mathabstract-algebragroup-theorylecture

A groupぐん is a structure in which operations can be composed and, when necessary, undone. Addition of integers, addition of residue classes, rotations of figures, and products of invertible matrices look different. However, each has a binary operation, which includes closure, together with associativity, an identity, and inverses.

1Definition of a group

A pair (G,[PARSE ERROR: Undefined("Command(\"ast\")")]) consisting of a set G and a binary operation [PARSE ERROR: Undefined("Command(\"ast\")")]:G×GG is a group if it satisfies the following conditions. Closure is already included in the statement that [PARSE ERROR: Undefined("Command(\"ast\")")] is a binary operation on G.

a,b,cG,(a[PARSE ERROR: Undefined("Command(\"ast\")")]b)[PARSE ERROR: Undefined("Command(\"ast\")")]c=a[PARSE ERROR: Undefined("Command(\"ast\")")](b[PARSE ERROR: Undefined("Command(\"ast\")")]c)
eGsuchthataG,e[PARSE ERROR: Undefined("Command(\"ast\")")]a=a[PARSE ERROR: Undefined("Command(\"ast\")")]e=a

For this same e,

aG,a-1Gsuchthata[PARSE ERROR: Undefined("Command(\"ast\")")]a-1=a-1[PARSE ERROR: Undefined("Command(\"ast\")")]a=e

The first equality is the associative law for every a,b,cG; the next two statements assert the existence of an identity and of an inverse for every element relative to that same identity.

2Why these conditions?

Closure guarantees that the result of an operation stays in the same world. Associativity guarantees that when operations are repeated, the position of parentheses does not matter. The identity element単位元たんいげん is the operation that does nothing, and an inverse is an operation that cancels another operation.

With these conditions, the equation

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

has the unique solution

x=a-1[PARSE ERROR: Undefined("Command(\"ast\")")]b

Indeed, operating on the left by a-1 gives

a-1[PARSE ERROR: Undefined("Command(\"ast\")")](a[PARSE ERROR: Undefined("Command(\"ast\")")]x)=(a-1[PARSE ERROR: Undefined("Command(\"ast\")")]a)[PARSE ERROR: Undefined("Command(\"ast\")")]x=e[PARSE ERROR: Undefined("Command(\"ast\")")]x=x,

so x=a-1[PARSE ERROR: Undefined("Command(\"ast\")")]b. Thus every solution is forced to have this value and is unique. Conversely, substituting the value gives a[PARSE ERROR: Undefined("Command(\"ast\")")](a-1[PARSE ERROR: Undefined("Command(\"ast\")")]b)=(a[PARSE ERROR: Undefined("Command(\"ast\")")]a-1)[PARSE ERROR: Undefined("Command(\"ast\")")]b=e[PARSE ERROR: Undefined("Command(\"ast\")")]b=b, so it really is a solution. In a noncommutative group, the side matters: the solution of x[PARSE ERROR: Undefined("Command(\"ast\")")]a=b is x=b[PARSE ERROR: Undefined("Command(\"ast\")")]a-1.

3Abelian groups

A groupぐん in which

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

holds for all a,bG is called an abelian group可換群かかんぐん. Addition of integers is commutative. In contrast, composition of permutations and matrix multiplication are generally not commutative.

data/lecture/math/linear-algebra/meaning-of-matrix-multiplication.lecture.n.md

Here a permutation is used only as an operation that rearranges elements of a set, and matrix multiplication is used only as an example of a noncommutative operation.

4Basic examples

groupぐんOperationIdentity elementInverse
(Z,+)Addition0-a
(Z/nZ,+)Addition of residue classes[0][-a]
(R×,·)Multiplication11/a
SnComposition of permutationsIdentity permutationInverse permutation
GLn(R)Matrix multiplicationIdentity matrixInverse matrix

Here R× is the set of all nonzero real numbers. The element 0 is excluded because it has no multiplicative inverse.

The group Sn is the set of all bijections from {1,[PARSE ERROR: Undefined("Command(\"dots\")")],n} to itself, that is, all permutations. The group GLn(R) is the set of all n×n real matrices that have inverses under multiplication. Detailed matrix calculations are not used as a prerequisite for the proofs on this page.

In Sn, a composition of bijections is a bijection, composition of maps is associative, the identity map is the identity element, and every bijection has an inverse map. In GLn(R), if A and B are invertible, then (AB)-1=B-1A-1, so the product remains invertible. Associativity of matrix multiplication, the identity matrix, and inverse matrices provide the other group conditions.

5What changes and what is preserved

When objects are viewed as groups, the concrete appearance of the elements becomes less important. Integers, permutations, and matrices are different kinds of objects. However, the ability to repeat the operation, the existence of an identity element単位元たんいげん, and the ability to return by an inverse are shared. Group theory studies arguments while preserving this common structure.

6Proof supplement: identity elements, inverses, and cancellation

In a groupぐん, the identity element単位元たんいげん is unique. Suppose e and e are both identity elements. Since e is an identity element単位元たんいげん, ee=e. Since e is an identity element単位元たんいげん, ee=e. Therefore e=e.

Inverses are also unique. Suppose b and c are both inverses of a. That means ab=e and ca=e. Then

b=eb=(ca)b=c(ab)=ce=c

Here the associative law結合法則けつごうほうそく is used.

Furthermore, the cancellation law消去法則しょうきょほうそく holds in a group:

ab=acb=c

and

ba=cab=c.

For the first implication, multiplying by a-1 from the left gives

a-1(ab)=a-1(ac)

By associativity, (a-1a)b=(a-1a)c, so eb=ec. Therefore b=c. The second implication follows similarly by multiplying by a-1 on the right.

This proof証明しょうめい shows that in a group, the ability to undo operations is what gives us the power to solve equations.

8Summary

A groupぐん is an algebraic structure代数的構造だいすうてきこうぞう with an associative binary operation, an identity element単位元たんいげん, and an inverse for every element. The reason to study groups is to handle numbers, permutations, matrices, and symmetries in the same language.

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