AoPSWiki
Preparing for MATHCOUNTS or the AMC contests, and having a tough time with number theory problems? Read Art of Problem Solving's Introduction to Number Theory by Mathew Crawford.
Personal tools

Associative property

From AoPSWiki

(Redirected from Associative)

This article is a stub. Help us out by expanding it.

A binary operation is said to have the associative property or to be associative if for all . Associativity is one of the most basic properties an operation can have.

For instance, the operation "" on the real numbers is associative because for all real numbers .

If we have an operation which is written between its arguments (like "" or "" conventionally are), associativity tells us that we may write unambiguously -- it does not matter which pair we combine first.


For a non-example, consider the operation \circ: \mathbb {R \times R \to R} given by . This operation is not associative because a\circ(b\circ c) = a \circ(b + 2c) = a + 2b + 4c while (a \circ b)\circ c = (a + 2b)\circ c = a + 2b + 2c and those expressions are not equal for all choices of (in particular, they differ whenever ).

Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us