What is an algebraic structure ?
The first viewpoint to fix in
For example, the set of all integers becomes a
The terms
1The form of a definition 定義 ていぎ
An
or
Here is a
This notation separates "what the elements are" from "how the elements are operated on." A set alone is only a list or collection of elements, and an operation alone does not say where the calculation takes place. Only when both are specified is the world of calculation determined.
2Why define by axioms?
Addition of integers, rotations of the plane, and symmetries of a square look completely different. However, they share common features: operations can be composed, there is an operation that does nothing, and there are operations that return an element to where it was. Extracting just these common features gives the axioms of a
3What changes and what is preserved
In abstraction, the concrete presentation changes. Integers, matrices, permutations, and residue classes look different. On the other hand, we preserve and study the laws satisfied by the operations.
For example, two isomorphic groups may have elements with different names, but the structure of their operation tables is the same. In other words, the information about which element is obtained by combining which elements is preserved. Isomorphism will be defined later together with homomorphisms, so here it should be read only as the preview that operation structure can remain the same even when names change.
data/lecture/math/abstract-algebra/group-homomorphisms-and-isomorphisms.lecture.n.md4Concrete example: the same set can have different structures
Consider the set .
is a
However,
is not a group. For example, the multiplicative inverse of 2 does not exist among the integers. If there were an integer with , the left-hand side would be even, so it could not equal 1.
The important point is that we cannot decide whether something is a group by looking only at the set. We must always judge it together with its operation.
5Connections with other areas
This section is only a preview of connections; matrix knowledge is not used as a prerequisite for later definitions or proofs here.
In number theory, addition and multiplication of residue classes become basic examples in
6Exercise link
data/exercise/math/abstract-algebra/algebraic-structures-and-binary-operations.exercise.n.mdAfter this lecture, continue to binary operations and closure, then to semigroups, monoids, and groups.
data/lecture/math/abstract-algebra/binary-operations-and-closure.lecture.n.md data/lecture/math/abstract-algebra/semigroups-monoids-and-groups.lecture.n.md7Summary
An