6

Is there a name for the property $x \times (y \times (z \times t)) = (x \times y) \times (t \times z)$?

Some basic facts about it I was able to figure out:

It is shared by all four basic arithmetic operations (ie. addition, multiplication, substraction and division).

In quasigroups, it implies an existence of right-identity element $e$. This element satisfies the property $e \times (x \times y) = y \times x$.

If $e \times x = x$ holds for any $x$ then $\times$ is an abelian group operation.

If $x \times x = e$ holds for any $x$ then $\times$ is an inverse group operation.

The operation $x \cdot y := x \times (e \times y)$ forms a group.

Shaun
  • 47,747

1 Answers1

1

The question is

Is there a name for the property $x \times (y \times (z \times t)) = (x \times y) \times (t \times z)$?

I seriously doubt it, but I think it should have a nice catchy name.

It can be understood in the following way. Imagine your favorite field with addition and multiplication. define a new operation $\,x\times y := a\,x+b\,y\,$ where $\,a\,$ and $\,b\,$ are constants. Verify the following identity $$ x\times(y \times(z\times t)) - (x\times y)\times(t\times z) = a(1-a)x + b(b^2-a)t + b^2(a-1)z $$ if the left side is supposed to be zero for all values of $\,x,y,z,t\,$ then the right side coefficients must be zero which implies that $\,a=1\,$ and $\,b^2=1\,$ so $\,b=\pm1.\,$ Thus, the unnamed property holds for both $\,x\times y = x+y\,$ and $\,x\times y = x-y.\,$ The same idea works for $\,x\times y := x^a y^b\,$ with corresponding modifications. Thus, the unnamed property holds for both $\,x\times y = x\,y\,$ and $\,x\times y = x/y.\,$


Just a side note, given any quasi-group, a medial quasi-group is defined by the property $$ (x\times y)\times(z\times t) = (x\times z)\times(y\times t) $$ which is much more interesting. In terms of the previous analysis, the following identity is is true $$ x\times(y \times(z\times t)) - (x\times y)\times(t\times z) = 0 $$ for all $\,a\,$ and $\,b.\,$ An important special case of this property is $\,x\times y := -x-y\,$ which comes up in the peculiar way of adding points on elliptic curves.

Somos
  • 37,457
  • 3
  • 35
  • 85