All Topics  
Associativity

 

 

 

 

 

Associativity


 
 


In mathematicsMathematics

Mathematics is the discipline that deals with concepts such as quantity, structure, space and change....
, associativity is a property that a binary operationBinary operation

In mathematics, a binary operation is a calculation involving two input quantities, in other words, an operation whose arity...
 can have. It means that, within an expression containing two or more of the same associative operators in a row, the order of operations does not matter as long as the sequence of the operandOperand

In mathematics, an operand is one of the inputs of an operator....
s is not changed. That is, rearranging the parentheses in such an expression will not change its value. Consider for instance the equation




Even though the parentheses were rearranged, the value of the expression was not altered. Since this holds true when performing addition on any real numberReal number

In mathematics, the set of real numbers, denoted R, is the set of all rational numbers and irrational numbers....
s, we say that "addition of real numbers is an associative operation."

Associativity is not to be confused with commutativityCommutativity

A map or binary operation is said to be commutative when, for any y'' and any z'' in A''...
. Commutativity justifies changing the order or sequence of the operands within an expression while associativity does not. For example,




is an example of associativity because the parentheses were changed (and consequently the order of operations during evaluation) while the operands 5, 2, and 1 appeared in the exact same order from left to right in the expression.




is not an example of associativity because the operand sequence changed when the 2 and 5 switched places.

Associative operations are abundant in mathematics, and in fact most algebraic structureAlgebraic structure

In universal algebra, a branch of pure mathematics, an algebraic structure consists of one or more sets closed under one or ...
s explicitly require their binary operations to be associative. However, many important and interesting operations are non-associative; one common example would be the vector cross product.

Definition


Formally, a binary operation on a setSet

In mathematics, a set can be thought of as any collection of distinct things considered as a whole....
 S is called associative if it satisfies the associative law:




The evaluation order does not affect the value of such expressions, and it can be shown that the same holds for expressions containing any number of operations. Thus, when is associative, the evaluation order can therefore be left unspecified without causing ambiguity, by omitting the parentheses and writing simply:




However, it is important to remember that changing the order of operations does not involve or permit changing the actual operations themselves by moving the operands around within the expression.

Non-associativity


A binary operation on a set S that does not satisfy the associative law is called non-associative. Symbolically,




For such an operation the order of evaluation does matter. SubtractionSubtraction

Subtraction is one of the four basic arithmetic operations; it is essentially the opposite of addition....
, divisionDivision (mathematics)

In mathematics, especially in elementary arithmetic, division is an arithmetic operation which is the inverse of multiplicat...
 and exponentiationExponentiation

Exponentiation is a mathematical operation, written a'n, involving two numbers, the base a and the ...
 are well-known examples of non-associative operations:



In general, parentheses must be used to indicate the order of evaluationOrder of operations

In arithmetic and algebra, certain rules are used for the order in which the operations in expressions are to be evaluated....
 if a non-associative operation appears more than once in an expression. However, mathematicianMathematician

A mathematician is a person whose primary area of study and research is the field of mathematics....
s agree on a particular order of evaluation for several common non-associative operations. This is simply a syntactical convention to avoid parentheses.

A left-associative operation is a non-associative operation that is conventionally evaluated from left to right, i.e.,



while a right-associative operation is conventionally evaluated from right to left:



Both left-associative and right-associative operations occur; examples are given below.

More examples


Left-associative operations include the following.

  • Subtraction and division of real numbers:




Right-associative operations include the following.

  • ExponentiationExponentiation

    Exponentiation is a mathematical operation, written a'n, involving two numbers, the base a
    and the ...
     of real numbers:



The reason exponentiation is right-associative is that a repeated left-associative exponentiation operation would be less useful. Multiple appearances could (and would) be rewritten with multiplication:




Non-associative operations for which no conventional evaluation order is defined include the following.

  • Taking the pairwise averageAverage

    In mathematics, an average or central tendency of a set of data refers to a measure of the "middle" of the data set....
     of real numbers:


  • Taking the relative complementFacts About Complement (set theory)

    In set theory and other branches of mathematics, two kinds of complements are defined, the relative complement and the...
     of sets:





The green part in the left Venn diagramVenn diagram

Venn diagrams are illustrations used in the branch of mathematics known as set theory....
 represents (A\B)\C. The green part in the right Venn diagram represents A\(B\C).




See also


  • A semigroupSemigroup Overview

    In mathematics, a semigroup is an algebraic structure consisting of a set S closed under an associative binary operation...
     is a set with a closed associative binary operation.
  • CommutativityCommutativity

    A map or binary operation is said to be commutative when, for any y'' and any z'' in A''...
     and distributivityDistributivity

    In mathematics, and in particular in abstract algebra, distributivity is a property of binary operations that generalises th...
     are two other frequently discussed properties of binary operations.
  • Power associativityPower associativity

    In abstract algebra, power associativity is a weak form of associativity....
     and alternativityAlternativity

    In abstract algebra, a magma G is said to be left alternative ify=x for all x and y in G and righ...
     are weak forms of associativity.