In mathematics, a binary operation or dyadic operation is a rule for combining two elements (called operands) to produce another element. More formally, a binary operation is an operation of arity two.
More specifically, a binary operation on a set is a binary function that maps every ordered pair of elements of the set to an element of the set. Examples include the familiar arithmetic operations like addition, subtraction, multiplication, set operations like union, complement, intersection. Other examples are readily found in different areas of mathematics, such as vector addition, matrix multiplication, and conjugation in groups.
A binary function that involves several sets is sometimes also called a binary operation. For example, scalar multiplication of takes a scalar and a vector to produce a vector, and scalar product takes two vectors to produce a scalar.
Binary operations are the keystone of most structures that are studied in algebra, in particular in , , groups, rings, fields, and .
If is not a function but a partial function, then is called a partial binary operation. For instance, division is a partial binary operation on the set of all real numbers, because one cannot divide by zero: is undefined for every real number . In both model theory and classical universal algebra, binary operations are required to be defined on all elements of . However, generalize universal algebras to allow partial operations.
Sometimes, especially in computer science, the term binary operation is used for any binary function.
Many binary operations of interest in both algebra and formal logic are commutative, satisfying for all elements and in , or associative, satisfying for all , , and in . Many also have and .
The first three examples above are commutative and all of the above examples are associative.
On the set of real numbers , subtraction, that is, , is a binary operation which is not commutative since, in general, . It is also not associative, since, in general, ; for instance, but .
On the set of natural numbers , the binary operation exponentiation, , is not commutative since, (cf. Equation xy = yx), and is also not associative since . For instance, with , , and , , but . By changing the set to the set of integers , this binary operation becomes a partial binary operation since it is now undefined when and is any negative integer. For either set, this operation has a right identity (which is ) since for all in the set, which is not an identity (two sided identity) since in general.
Division (), a partial binary operation on the set of real or rational numbers, is not commutative or associative. Tetration (), as a binary operation on the natural numbers, is not commutative or associative and has no identity element.
Binary operations are sometimes written using prefix or postfix notation, both of which dispense with parentheses. They are also called, respectively, Polish notation and reverse Polish notation .
Also the dot product of two vectors maps to , where is a field and is a vector space over . It depends on authors whether it is considered as a binary operation.
|
|