2

Is it possible to define an associative binary operation $*$ on $\mathbb{Z}$ such that $x*x*y=y*x*x=y$ for $x,y \in \mathbb{Z}$ ?

1 Answers1

4

Bitwise xor has this property. It's commutative, too, and extends to the reals.