:: wikimiki.org ::
| Associativity |
Associativity:This article is about associativity in mathematics. For associativity in central processor unit memory cache architecture see CPU cache.
In mathematics, associativity is a property that a binary operation can have. It means that the order of evaluation is immaterial if the operation appears more than once in an expression. Put another way, no parentheses are required for an associative operation. Consider for instance the equation
:(5+2)+1 = 5+(2+1)
Adding 5 and 2 gives 7, and adding 1 gives an end result of 8 for the left hand side. To evaluate the right hand side, we start with adding 2 and 1 giving 3, and then add 5 and 3 to get 8, again. So the equation holds true. In fact, it holds true for all real numbers, not just for 5, 2 and 1. We say that "addition of real numbers is an associative operation".
Associative operations are abundant in mathematics, and in fact most algebraic structures 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 set 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:
:
Examples
Some examples of associative operations include the following.
- In arithmetic, addition and multiplication of real numbers are associative; i.e.,
:: | | |