[Math] n example of nonassociative arithmetic addition

arithmeticassociativity

Are there any clear, accepted examples of operations that are appropriately defined as "addition" but are not associative? Although I can find references to abstract discussions of arithmetic systems with nonassociative addition behind paywalls (Non-Associative Arithmetics, I.M.H. Etherington 1949) or in obscure books (Arithmetic in a Number System with Completely Nonassociative Addition, Mary Bearden Williams 1958) that are not available to me, I cannot find any examples of such operations.

For comparison, a clear example of nonassociative multiplication is the cross product of vectors in three-dimensional Euclidean space.

Machine floating point arithmetic is sometimes posited as an example of nonassociative addition or multiplication, but this seems a rather crude example because the lack of associativity is due to implementation-specific rounding errors, not an intrinsic nonassociativity of adding or multiplying real numbers.

Best Answer

As explained in the comments by several contributors, in most standard definitions of mainstream algebraic structures and applications, addition is supposed or defined to be associative (even in near-rings, the first operation is supposed to form a group). It is a useful convention to follow but one can define and study algebras with one, two or more internal binary operations (and even-ary operations) without this restriction but it is wise to use other names.

The two references you found are related to a line of research called "genetic algebra" by some, also "evolution algebra". See MSC 2010 subject 17D92, 17DXX started mainly in the forties by Etherington.

One of the main ideas is the combination/fusion/recombination of two gametes two make one new organism (that's close to an addition, but is non-associative since the order in which your ancestors reproduce matters) as well as the idea of seing familiar numbers as projection of trees. Etherington's name is now associated with various families of trees or equivalently to certain kinds of parenthesizing schemes.

See the Wikipedia entry for basic references on Genetic Algebra.

You might also be interested in other non-classical algebraic structures such as (planar) ternary rings, k-loops, operads but also, even if it is mainly associative, Tropical Mathematics.

Related Question