![Binary operation](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly91cGxvYWQud2lraW1lZGlhLm9yZy93aWtpcGVkaWEvY29tbW9ucy90aHVtYi83Lzc5L0JpbmFyeV9vcGVyYXRpb25zX2FzX2JsYWNrX2JveC5zdmcvMTYwMHB4LUJpbmFyeV9vcGVyYXRpb25zX2FzX2JsYWNrX2JveC5zdmcucG5n.png )
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.
![image](https://www.english.nina.az/wikipedia/image/aHR0cHM6Ly93d3cuZW5nbGlzaC5uaW5hLmF6L3dpa2lwZWRpYS9pbWFnZS9hSFIwY0hNNkx5OTFjR3h2WVdRdWQybHJhVzFsWkdsaExtOXlaeTkzYVd0cGNHVmthV0V2WTI5dGJXOXVjeTkwYUhWdFlpODNMemM1TDBKcGJtRnllVjl2Y0dWeVlYUnBiMjV6WDJGelgySnNZV05yWDJKdmVDNXpkbWN2TWpJd2NIZ3RRbWx1WVhKNVgyOXdaWEpoZEdsdmJuTmZZWE5mWW14aFkydGZZbTk0TG5OMlp5NXdibWM9LnBuZw==.png)
More specifically, a binary operation on a set is a binary function whose two domains and the codomain are the same set. Examples include the familiar arithmetic operations of addition, subtraction, and multiplication. 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 vector spaces 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 semigroups, monoids, groups, rings, fields, and vector spaces.
Terminology
More precisely, a binary operation on a set is a mapping of the elements of the Cartesian product
to
:
The closure property of a binary operation expresses the existence of a result for the operation given any pair of operands.
If is not a function but a partial function, then
is called a partial binary operation. For instance, division of real numbers is a partial binary operation, because one can not 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, partial algebras generalize universal algebras to allow partial operations.
Sometimes, especially in computer science, the term binary operation is used for any binary function.
Properties and examples
Typical examples of binary operations are the addition () and multiplication (
) of numbers and matrices as well as composition of functions on a single set. For instance,
- On the set of real numbers
,
is a binary operation since the sum of two real numbers is a real number.
- On the set of natural numbers
,
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
of
matrices with real entries,
is a binary operation since the sum of two such matrices is a
matrix.
- On the set
of
matrices with real entries,
is a binary operation since the product of two such matrices is a
matrix.
- For a given set
, let
be the set of all functions
. Define
by
for all
, the composition of the two functions
and
in
. Then
is a binary operation since the composition of the two functions is again a function on the set
(that is, a member of
).
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 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 , 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.
Notation
Binary operations are often written using infix notation such as ,
,
or (by juxtaposition with no symbol)
rather than by functional notation of the form
. Powers are usually also written without operator, but with the second argument as superscript.
Binary operations are sometimes written using prefix or (more frequently) postfix notation, both of which dispense with parentheses. They are also called, respectively, Polish notation and reverse Polish notation
.
Binary operations as ternary relations
A binary operation on a set
may be viewed as a ternary relation on
, that is, the set of triples
in
for all
and
in
.
Other binary operations
For example, scalar multiplication in linear algebra. Here is a field and
is a vector space over that field.
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.
See also
- Category:Properties of binary operations
- Iterated binary operation – Repeated application of an operation to a sequence
- Magma (algebra) – Algebraic structure with a binary operation
- Operator (programming) – Basic programming language construct
- Ternary operation – Mathematical operation that combines three elements to produce another element
- Truth table § Binary operations
- Unary operation – Mathematical operation with only one operand
Notes
- Rotman 1973, pg. 1
- Hardy & Walker 2002, pg. 176, Definition 67
- Fraleigh 1976, pg. 10
- Hall 1959, pg. 1
- George A. Grätzer (2008). Universal Algebra (2nd ed.). Springer Science & Business Media. Chapter 2. Partial algebras. ISBN 978-0-387-77487-9.
References
- Fraleigh, John B. (1976), A First Course in Abstract Algebra (2nd ed.), Reading: Addison-Wesley, ISBN 0-201-01984-1
- Hall, Marshall Jr. (1959), The Theory of Groups, New York: Macmillan
- Hardy, Darel W.; Walker, Carol L. (2002), Applied Algebra: Codes, Ciphers and Discrete Algorithms, Upper Saddle River, NJ: Prentice-Hall, ISBN 0-13-067464-8
- Rotman, Joseph J. (1973), The Theory of Groups: An Introduction (2nd ed.), Boston: Allyn and Bacon
External links
- Weisstein, Eric W. "Binary Operation". MathWorld.
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 A binary operation displaystyle circ is a rule for combining the arguments x displaystyle x and y displaystyle y to produce x y displaystyle x circ y More specifically a binary operation on a set is a binary function whose two domains and the codomain are the same set Examples include the familiar arithmetic operations of addition subtraction and multiplication 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 vector spaces 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 semigroups monoids groups rings fields and vector spaces TerminologyMore precisely a binary operation on a set S displaystyle S is a mapping of the elements of the Cartesian product S S displaystyle S times S to S displaystyle S f S S S displaystyle f colon S times S rightarrow S The closure property of a binary operation expresses the existence of a result for the operation given any pair of operands If f displaystyle f is not a function but a partial function then f displaystyle f is called a partial binary operation For instance division of real numbers is a partial binary operation because one can not divide by zero a0 displaystyle frac a 0 is undefined for every real number a displaystyle a In both model theory and classical universal algebra binary operations are required to be defined on all elements of S S displaystyle S times S However partial algebras generalize universal algebras to allow partial operations Sometimes especially in computer science the term binary operation is used for any binary function Properties and examplesTypical examples of binary operations are the addition displaystyle and multiplication displaystyle times of numbers and matrices as well as composition of functions on a single set For instance On the set of real numbers R displaystyle mathbb R f a b a b displaystyle 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 N displaystyle mathbb N f a b a b displaystyle 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 R displaystyle M 2 mathbb R of 2 2 displaystyle 2 times 2 matrices with real entries f A B A B displaystyle f A B A B is a binary operation since the sum of two such matrices is a 2 2 displaystyle 2 times 2 matrix On the set M 2 R displaystyle M 2 mathbb R of 2 2 displaystyle 2 times 2 matrices with real entries f A B AB displaystyle f A B AB is a binary operation since the product of two such matrices is a 2 2 displaystyle 2 times 2 matrix For a given set C displaystyle C let S displaystyle S be the set of all functions h C C displaystyle h colon C rightarrow C Define f S S S displaystyle f colon S times S rightarrow S by f h1 h2 c h1 h2 c h1 h2 c displaystyle f h 1 h 2 c h 1 circ h 2 c h 1 h 2 c for all c C displaystyle c in C the composition of the two functions h1 displaystyle h 1 and h2 displaystyle h 2 in S displaystyle S Then f displaystyle f is a binary operation since the composition of the two functions is again a function on the set C displaystyle C that is a member of S displaystyle S Many binary operations of interest in both algebra and formal logic are commutative satisfying f a b f b a displaystyle f a b f b a for all elements a displaystyle a and b displaystyle b in S displaystyle S or associative satisfying f f a b c f a f b c displaystyle f f a b c f a f b c for all a displaystyle a b displaystyle b and c displaystyle c in S displaystyle 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 R displaystyle mathbb R subtraction that is f a b a b displaystyle f a b a b is a binary operation which is not commutative since in general a b b a displaystyle a b neq b a It is also not associative since in general a b c a b c displaystyle a b c neq a b c for instance 1 2 3 2 displaystyle 1 2 3 2 but 1 2 3 4 displaystyle 1 2 3 4 On the set of natural numbers N displaystyle mathbb N the binary operation exponentiation f a b ab displaystyle f a b a b is not commutative since ab ba displaystyle a b neq b a cf Equation xy yx and is also not associative since f f a b c f a f b c displaystyle f f a b c neq f a f b c For instance with a 2 displaystyle a 2 b 3 displaystyle b 3 and c 2 displaystyle c 2 f 23 2 f 8 2 82 64 displaystyle f 2 3 2 f 8 2 8 2 64 but f 2 32 f 2 9 29 512 displaystyle f 2 3 2 f 2 9 2 9 512 By changing the set N displaystyle mathbb N to the set of integers Z displaystyle mathbb Z this binary operation becomes a partial binary operation since it is now undefined when a 0 displaystyle a 0 and b displaystyle b is any negative integer For either set this operation has a right identity which is 1 displaystyle 1 since f a 1 a displaystyle f a 1 a for all a displaystyle a in the set which is not an identity two sided identity since f 1 b b displaystyle f 1 b neq b in general Division displaystyle div a partial binary operation on the set of real or rational numbers is not commutative or associative Tetration displaystyle uparrow uparrow as a binary operation on the natural numbers is not commutative or associative and has no identity element NotationBinary operations are often written using infix notation such as a b displaystyle a ast b a b displaystyle a b a b displaystyle a cdot b or by juxtaposition with no symbol ab displaystyle ab rather than by functional notation of the form f a b displaystyle f a b Powers are usually also written without operator but with the second argument as superscript Binary operations are sometimes written using prefix or more frequently postfix notation both of which dispense with parentheses They are also called respectively Polish notation ab displaystyle ast ab and reverse Polish notation ab displaystyle ab ast Binary operations as ternary relationsA binary operation f displaystyle f on a set S displaystyle S may be viewed as a ternary relation on S displaystyle S that is the set of triples a b f a b displaystyle a b f a b in S S S displaystyle S times S times S for all a displaystyle a and b displaystyle b in S displaystyle S Other binary operationsFor example scalar multiplication in linear algebra Here K displaystyle K is a field and S displaystyle S is a vector space over that field Also the dot product of two vectors maps S S displaystyle S times S to K displaystyle K where K displaystyle K is a field and S displaystyle S is a vector space over K displaystyle K It depends on authors whether it is considered as a binary operation See alsoCategory Properties of binary operations Iterated binary operation Repeated application of an operation to a sequence Magma algebra Algebraic structure with a binary operation Operator programming Basic programming language constructPages displaying short descriptions of redirect targets Ternary operation Mathematical operation that combines three elements to produce another element Truth table Binary operations Unary operation Mathematical operation with only one operandNotesRotman 1973 pg 1 Hardy amp Walker 2002 pg 176 Definition 67 Fraleigh 1976 pg 10 Hall 1959 pg 1 George A Gratzer 2008 Universal Algebra 2nd ed Springer Science amp Business Media Chapter 2 Partial algebras ISBN 978 0 387 77487 9 ReferencesFraleigh John B 1976 A First Course in Abstract Algebra 2nd ed Reading Addison Wesley ISBN 0 201 01984 1 Hall Marshall Jr 1959 The Theory of Groups New York Macmillan Hardy Darel W Walker Carol L 2002 Applied Algebra Codes Ciphers and Discrete Algorithms Upper Saddle River NJ Prentice Hall ISBN 0 13 067464 8 Rotman Joseph J 1973 The Theory of Groups An Introduction 2nd ed Boston Allyn and BaconExternal linksWeisstein Eric W Binary Operation MathWorld