Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Associativity


 Contents
Abstract algebra Algebra

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.

1 Definition

Formally, a binary operation on a set S is called associative if it satisfies the associative law:

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

2 Examples

Some examples of associative operations include the following.



Read more »

Non User