info prev up next book cdrom email home

Associative

Three elements $x$, $y$ and $z$ of a set $S$ are said to be associative under a binary operation $*$ if they satisfy

\begin{displaymath}
x*(y*z) = (x*y)*z.
\end{displaymath}

Real numbers are associative under addition

\begin{displaymath}
x+(y+z) = (x+y)+z
\end{displaymath}

and multiplication

\begin{displaymath}
x\cdot(y\cdot z) = (x\cdot y)\cdot z.
\end{displaymath}

See also Commutative, Distributive




© 1996-9 Eric W. Weisstein
1999-05-25