Jump to content

Associative property

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Toby~enwiki (talk | contribs) at 17:47, 31 March 2002 (Copied examples from Commutative.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A binary operation * on a set S is associative if, for all x, y and z in S, (x * y) * z  =  x * (y * z).

Examples of associative binary operations include addition and multiplication of complex numbers, addition of vectors, and intersection and union of sets.

A set with an associative binary operation on it is called a semigroup.

See also Commutative.