Typical examples of binary operations are the
addition (+) and
multiplication (\times) of
numbers and
matrices as well as
composition of functions on a single set. For instance, • On the set of real numbers \mathbb R, f(a,b)=a+b is a binary operation since the sum of two real numbers is a real number. • On the set of natural numbers \mathbb N, f(a,b)=a+b is a binary operation since the sum of two natural numbers is a natural number. This is a different binary operation than the previous one since the sets are different. • On the set M(2,\mathbb R) of 2 \times 2 matrices with real entries, f(A,B)=A+B is a binary operation since the sum of two such matrices is a 2 \times 2 matrix. • On the set M(2,\mathbb R) of 2 \times 2 matrices with real entries, f(A,B)=AB is a binary operation since the product of two such matrices is a 2 \times 2 matrix. • For a given set C, let S be the set of all functions h \colon C \rightarrow C. Define f \colon S \times S \rightarrow S by f(h_1,h_2)(c)=(h_1 \circ h_2)(c)=h_1(h_2(c)) for all c \in C, the composition of the two functions h_1 and h_2 in S. Then f is a binary operation since the composition of the two functions is again a function on the set C (that is, a member of S). Many binary operations of interest in both algebra and formal logic are
commutative, satisfying f(a,b)=f(b,a) for all elements a and b in S, or
associative, satisfying f(f(a,b),c)=f(a,f(b,c)) for all a, b, and c in S. Many also have
identity elements and
inverse elements. The first three examples above are commutative and all of the above examples are associative. On the set of real numbers \mathbb R,
subtraction, that is, f(a,b)=a-b, is a binary operation which is not commutative since, in general, a-b \neq b-a. It is also not associative, since, in general, a-(b-c) \neq (a-b)-c; for instance, 1-(2-3)=2 but (1-2)-3=-4. On the set of natural numbers \mathbb N, the binary operation
exponentiation, f(a,b)=a^b, is not commutative since, a^b \neq b^a (cf.
Equation xy = yx), and is also not associative since f(f(a,b),c) \neq f(a,f(b,c)). For instance, with a=2, b=3, and c=2, f(2^3,2)=f(8,2)=8^2=64, but f(2,3^2)=f(2,9)=2^9=512. By changing the set \mathbb N to the set of integers \mathbb Z, this binary operation becomes a partial binary operation since it is now undefined when a=0 and b is any negative integer. For either set, this operation has a
right identity (which is 1) since f(a,1)=a for all a in the set, which is not an
identity (two sided identity) since f(1,b) \neq b in general.
Division (\div), a partial binary operation on the set of real or rational numbers, is not commutative or associative.
Tetration (\uparrow\uparrow), as a binary operation on the natural numbers, is not commutative or associative and has no identity element. ==Notation==