Jump to content

Associative property: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
revert
Line 1: Line 1:
{{About|associativity in mathematics|associativity in the central processor unit memory cache|CPU cache|associativity in programming languages|operator associativity}}
{{About|associativity in mathematics|associativity in the central processor unit memory cache|CPU cache|associativity in programming languages|operator associativity}}
{{Refimprove|date=June 2009|bot=yes}}
{{Refimprove|date=June 2009|bot=yes}}
{{Transformation rules}}


In [[mathematics]], '''associativity''' is a property of some [[binary operation]]s. It means that, within an expression containing two or more occurrences in a row of the same associative operator, the order in which the [[ Operation (mathematics)|operations]] are performed does not matter as long as the sequence of the [[operand]]s is not changed. That is, rearranging the [[Bracket#Parentheses_%28_%29|parentheses]] in such an expression will not change its value. Consider, for instance, the following equations:
In [[mathematics]], the '''associative property''' is a property of some [[binary operation]]s. In [[propositional logic]], '''associativity''' is a [[validity|valid]] [[rule of replacement]] for [[well-formed formula|logical expressions]] in [[Formal proof|logical proofs]].
Within an expression containing two or more occurrences in a row of the same associative operator, the order in which the [[Operation (mathematics)|operations]] are performed does not matter as long as the sequence of the [[operand]]s is not changed. That is, rearranging the [[Bracket#Parentheses_%28_%29|parentheses]] in such an expression will not change its value. Consider, for instance, the following equations:


:<math>(5+2)+1=5+(2+1)=8 \,</math>
:<math>(5+2)+1=5+(2+1)=8 \,</math>
Line 240: Line 243:


[[Category:Abstract algebra]]
[[Category:Abstract algebra]]
[[Category:Elementary algebra]]
[[Category:Binary operations|*Associativity]]
[[Category:Binary operations|*Associativity]]
[[Category:Elementary algebra]]
[[Category:Functional analysis]]
[[Category:Functional analysis]]
[[Category:Rules of inference]]


[[ar:عملية تجميعية]]
[[ar:عملية تجميعية]]

Revision as of 09:23, 18 February 2012

In mathematics, the associative property is a property of some binary operations. In propositional logic, associativity is a valid rule of replacement for logical expressions in logical proofs.

Within an expression containing two or more occurrences in a row of the same associative operator, the order in which 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 following equations:

Consider the first equation. 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,

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 exactly the same order from left to right in the expression. In contrast,

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

Associative operations are abundant in mathematics; in fact, many algebraic structures (such as semigroups and categories) 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:

Using * to denote a binary operation performed on a set
An example of multiplicative associativity

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 moving the operands around within the expression; the sequence of operands is always unchanged.

A different perspective is obtained by rephrasing associativity using functional notation: : when expressed in this form, associativity becomes less obvious.

Associativity can be generalized to n-ary operations. Ternary associativity is (abc)de = a(bcd)e = ab(cde), i.e. the string abcde with any three adjacent elements bracketed. N-ary associativity is a string of length n+(n-1) with any n adjacent elements bracketed.[1]

Examples

Some examples of associative operations include the following.

  • The concatenation of the three strings "hello", " ", "world" can be computed by concatenating the first two strings (giving "hello ") and appending the third string ("world"), or by joining the second and third string (giving " world") and concatenating the first string ("hello") with the result. The two methods produce the same result; string concatenation is associative (but not commutative).
Because of associativity, the grouping parentheses can be omitted without ambiguity.
  • If M is some set and S denotes the set of all functions from M to M, then the operation of functional composition on S is associative:
  • Slightly more generally, given four sets M, N, P and Q, with h: M to N, g: N to P, and f: P to Q, then
as before. In short, composition of maps is always associative.
  • Consider a set with three elements, A, B, and C. The following operation:
× A B C
A A A A
B A B C
C A A A

is associative. Thus, for example, A(BC)=(AB)C. This mapping is not commutative.

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. For example:

Also note that infinite sums are not generally associative, for example:

whereas

The study of non-associative structures arises from reasons somewhat different from the mainstream of classical algebra. One area within non-associative algebra that has grown very large is that of Lie algebras. There the associative law is replaced by the Jacobi identity. Lie algebras abstract the essential nature of infinitesimal transformations, and have become ubiquitous in mathematics. They are an example of non-associative algebras.

There are other specific types of non-associative structures that have been studied in depth. They tend to come from some specific applications. Some of these arise in combinatorial mathematics. Other examples: Quasigroup, Quasifield, Nonassociative ring.

Notation for non-associative operations

In general, parentheses must be used to indicate the order of evaluation if a non-associative operation appears more than once in an expression. However, mathematicians agree on a particular order of evaluation for several common non-associative operations. This is simply a notational 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. Left-associative operations include the following:

  • Subtraction and division of real numbers:
  • Function application:
This notation can be motivated by the currying isomorphism.

Right-associative operations include the following:

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:
Using right-associative notation for these operations can be motivated by the Curry-Howard correspondence and by the currying isomorphism.

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

  • Taking the pairwise average of real numbers:
Venn diagram of the relative complements (A\B)\C and A\(B\C)

The green part in the left Venn diagram represents . The green part in the right Venn diagram represents .

See also

References

  1. ^ Dudek, W.A. (2001), "On some old problems in n-ary groups", Quasigroups and Related Systems, 8: 15–36.