Binary operation: a function map G×G→G, denote such function by ⋅ then we can write ⋅(x,y) or x⋅y to present the operation acting on x,y.
- ∀x,y,z∈G,(x⋅y)⋅z=x⋅(y⋅z)⟺⋅ is associative
- ∀a,b∈G,a⋅b=b⋅a⟺⋅ is commutative
Some e.g.
- in Z,+:Z×Z→Z
- in R,⋅:R×R→R
Group
Group is triple (G,e,⋅), ⋅:G×G→G is binary operation, e∈G, satisfied:
- ∀x,y,z∈G,(x⋅y)⋅z=x⋅(y⋅z) (associativity)
- ∀a∈G,a⋅e=e⋅a=a, e∈G is the identity of G (identity)
- ∀a∈G,∃b∈G,a⋅b=b⋅a=e, b is the inverse of a