Difference between revisions of "Associativity"
(Importing text file) |
(Comments: on related properties) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
''law of associativity'' | ''law of associativity'' | ||
− | A property of an [[Algebraic operation|algebraic operation]]. For the addition and multiplication of numbers associativity is expressed by the following identities: | + | A property of an [[Algebraic operation|algebraic operation]]. For the addition and multiplication of numbers, associativity is expressed by the following identities: |
+ | $$ | ||
+ | a+(b+c) = (a+b) + c\ \ \text{and}\ \ a(bc) = (ab)c\ . | ||
+ | $$ | ||
− | + | A general [[binary operation]] $\star$ is associative (or, which is the same thing, satisfies the law of associativity) if the identity | |
+ | $$ | ||
+ | a \star (b \star c) = (a \star b) \star c | ||
+ | $$ | ||
+ | is valid in the given algebraic system. In a similar manner, associativity of an $n$-ary operation $\omega$ is defined by the identities | ||
+ | $$ | ||
+ | (x_1 x_2 \ldots x_n)\omega x_{n+1} \ldots x_{2n-1} \omega = x_1 \ldots x_i (x_{i+1} \ldots x_{i+n})\omega x_{i+n+1} \ldots x_{i+2n-1} \omega | ||
+ | $$ | ||
+ | for all $i=1,\ldots,n$. | ||
− | A binary | + | ====Comments==== |
+ | A [[semi-group]] is a set equipped with an associative binary operation. | ||
− | + | Weaker properties related to associativity include [[power associativity]], the [[alternative identity]] and the [[flexible identity]]. | |
− | + | ====References==== | |
+ | <table> | ||
+ | <TR><TD valign="top">[a1]</TD> <TD valign="top"> R.H. Bruck, "A survey of binary systems" Ergebnisse der Mathematik und ihrer Grenzgebiete. Neue Folge. '''20''' Springer (1958) {{ZBL|0081.01704}}</TD></TR> | ||
+ | </table> | ||
− | |||
− | + | {{TEX|done}} | |
− | |||
− |
Latest revision as of 20:52, 7 January 2016
law of associativity
A property of an algebraic operation. For the addition and multiplication of numbers, associativity is expressed by the following identities: $$ a+(b+c) = (a+b) + c\ \ \text{and}\ \ a(bc) = (ab)c\ . $$
A general binary operation $\star$ is associative (or, which is the same thing, satisfies the law of associativity) if the identity $$ a \star (b \star c) = (a \star b) \star c $$ is valid in the given algebraic system. In a similar manner, associativity of an $n$-ary operation $\omega$ is defined by the identities $$ (x_1 x_2 \ldots x_n)\omega x_{n+1} \ldots x_{2n-1} \omega = x_1 \ldots x_i (x_{i+1} \ldots x_{i+n})\omega x_{i+n+1} \ldots x_{i+2n-1} \omega $$ for all $i=1,\ldots,n$.
Comments
A semi-group is a set equipped with an associative binary operation.
Weaker properties related to associativity include power associativity, the alternative identity and the flexible identity.
References
[a1] | R.H. Bruck, "A survey of binary systems" Ergebnisse der Mathematik und ihrer Grenzgebiete. Neue Folge. 20 Springer (1958) Zbl 0081.01704 |
Associativity. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Associativity&oldid=17122