FACTOID # 125: India’s criminal courts acquitted over a million defendants in 1999, more than the next 48 surveyed countries combined.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Left associative operator

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.

Contents

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:

x * y * z.

Examples

Some examples of associative operations include the following.

  • Addition and multiplication of complex numbers and quaternions is associative. Addition of octonions is also associative, but multiplication of octonions is non-associative.
  • Taking the intersection or the union of sets:
  • 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:

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. Subtraction, division and exponentiation are well-known examples of 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 has the status of a convention, not of a mathematical truth.


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.

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:
(xy)z = x(yz).
x = y = z;  means  x = (y = z);  and not  (x = y) = z;
In other words, the statement would assign the value of z to both x and y.

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 (A\B)\C. The green part in the right Venn diagram represents A\(B\C)


See also


  Results from FactBites:
 
MINSE Notation Definitions (1209 words)
An operator is non-associative when it doesn't make sense to use in succession (for example, the associativity of the operator "is an element of" is "nonassoc").
Another special associativity type called "chain" is defined to deal with a series of several operators that may be different (but are all of a similar nature), like "X is less than Y is less than or equal to Z".
The second argument is the associativity of the precedence level, which is either "unleft" or "unright" for unary operators; "left", "right", or "nonassoc" for binary operators; or "serial" or "chain" for operators with many arguments.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.