Associative Operation

From GM-RKB
Jump to navigation Jump to search

An Associative Operation is an binary operation whose operation outcome is independent of the grouping of consecutive occurrences of the operation (Operation Instantiation).

[math]\displaystyle{ \forall x,y,z \in S : (x \star y) \star z = x \star (y \star z) }[/math]
where [math]\displaystyle{ \star }[/math] is a binary operation on the set [math]\displaystyle{ S }[/math]


References

2009

  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Associativity
    • In mathematics, associativity is a property that a binary operation can have. It means that, within an expression containing two or more of the same associative operators in a row, the order that the operations are performed does not matter as long as the sequence of the operands is not changed. That is, rearranging the parentheses in such an expression will not change its value.
    • Consider for instance the equation (5+2)+1=5+(2+1)=8 Even though the parentheses were rearranged (the left side requires adding 5 and 2 first, then adding 1 to the result, whereas the right side requires adding 2 and 1 first, then 5), the value of the expression was not altered. Since this holds true when performing addition on any real numbers, we say that "addition of real numbers is an associative operation."
    • Associativity is not to be confused with commutativity. Commutativity justifies changing the order or sequence of the operands within an expression while associativity does not. For example, (5+2)+1=5+(2+1) 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.
    • (5+2)+1=(2+5)+1 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 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.
  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Commutative#Associativity
    • The associative property is closely related to the commutative property. The associative property states that the order in which operations are performed does not affect the final result. In contrast, the commutative property states that the order of the terms does not affect the final result.