Associativity: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Richard Pinch
(new entry, just a stub)
 
imported>Richard Pinch
(added power-associative)
Line 6: Line 6:


Examples of associative operations are [[addition]] and [[multiplication]] of [[integer]]s, [[rational number]]s, [[real number|real]] and [[complex number]]s.  In this context associativity is often referred to as the ''associative law''.  [[Function composition]] is associative.
Examples of associative operations are [[addition]] and [[multiplication]] of [[integer]]s, [[rational number]]s, [[real number|real]] and [[complex number]]s.  In this context associativity is often referred to as the ''associative law''.  [[Function composition]] is associative.
An operation is '''power-associative''' if
:<math> (x \star x) \star x = x \star (x \star x) \,</math>
for all ''x''.  In such cases the expression <math>x^n</math> is well-defined for all positive integers ''n''.

Revision as of 17:30, 5 November 2008

In algebra, associativity is a property of binary operations. If is a binary operation then the associative property is the condition that

for all x, y and z.

Examples of associative operations are addition and multiplication of integers, rational numbers, real and complex numbers. In this context associativity is often referred to as the associative law. Function composition is associative.

An operation is power-associative if

for all x. In such cases the expression is well-defined for all positive integers n.