View on GitHub

memo

Chapter01-01. Basic axioms and examples

01-01. Basic Axioms and examples

Definition.

(1) A binary operation $\star$ on a set $G$ is a funciton $\star: G \times G \rightarrow G$. We will write $a \star b := \star(a, b)$ for any $a, b \in G$.

(2) A binary operation $\star$ is said to be associative if for all $a, b, c \in G$,

\[(a \star b) \star c = a \star (b \star c) .\]

(3) A binary operation $\star$ is said to be commutative if

\[\forall a, b \in G, \ a \star b = b \star a .\]

(4) $a, b$ is said to commute if $a \star b = b \star a$.

Examples

Definition. group

(1) an ordred pair $(G, \star)$ is said to be group if