Binary operation commutative, associative, and distributive over multiplication

1.5k Views Asked by At

Is there any binary operation that is commutative, associative, and distributive over multiplication?

I asked this question in my head a while ago, and I posted it in various forums. However, having not found an answer, it has once again sparked my interest. I'm not looking for any trivial functions, and any base set would work for me ($\Bbb{Z}$, $\Bbb{Q}$, or $\Bbb{R}$), so long as it contains the integers.

*EDIT* OK, the operation doesn't have to be commutative, but it does have to be both left and right distributive over multiplication. (Does both left and right distributivity imply commutativity?)

*EDIT 2* I'm looking for a binary function that maps two integers to another integer, or two positive integers to another positive integer. I only realized this after the first answer was posted, so I apologize.

5

There are 5 best solutions below

3
On BEST ANSWER

The nicest way to do this if we restrict our attention to positive integers is to take something similar to Zander's answer... but work with prime powers. It should be able to be extended to positive rationals, if you're careful.

It works like this: if you have two integers of the form $$ a = \prod_{i=1}^n p_i^{k_i} $$ and $$ b = \prod_{i=1}^n p_i^{m_i} $$ where $n$ is simply the index of the highest prime present in the pair of integers (that is, it's an arbitrary number for representing the primes in question), then we define our operation as $$ a\circ b = \prod_{i=1}^n p_i^{k_i\times m_i} $$ With this operation, we have commutativity (obvious). We have associativity: $$ (a\circ b)\circ c = a\circ (b\circ c) = \prod_{i=1}^n p_i^{k_i\times m_i\times l_i} $$ We have distributivity: $$ a\circ (b\times c) = \prod_{i=1}^n p_i^{k_i\times (m_i+l_i)} = \prod_{i=1}^n p_i^{k_i\times m_i}\times \prod_{i=1}^n p_i^{k_i\times l_i} $$ (and similarly for the right-distributivity).

Interestingly, this operation maps any pair of coprime integers to one, and more generally the result of this operation on any pair of integers will produce an integer having only prime factors present in both the original integers. Some specific examples...

$$ p^m \circ p^n = p^{mn}\\ 100\circ 750 = 62500\\ 224\circ 147 = 49 $$

2
On

Let $ a\circ b = a^{\log b} $ then $$ a\circ b = a^{\log b} = \exp(\log a\log b) = b^{\log a} = b\circ a\\ (a\circ b)\circ c = (a^{\log b})^{\log c} = \exp(\log a\log b\log c) = a\circ (b\circ c) \\ a\circ (b\times c) = a^{\log b + \log c} = a\circ b \times a\circ c \\ (a\times b)\circ c = a^{\log c} \times b^{\log c} = a\circ c \times b\circ c $$

1
On

You want a pairing $\phi: \mathbb{Z} \times \mathbb{Z} \rightarrow \mathbb{Z}$ which is distributive over multiplication, commutative, and associative.

Let me ignore signs for now (any such map can have the signs stripped out and map to nonnegative integers).

It's possible that $\phi$ is "zero at a prime $p$" by having $\phi(p,1) = 0$, which implies any expression involving a factor of $p$ is zero.

Other than this, and not yet considering associativity (i.e. only distributivity and commutativity), $\phi$ is determined by $\phi(p,q)$ for primes $p$ and $q$, and these are unconstrained (i.e. any value in $\mathbb{Z}$) except by $\phi(p,q) = \phi(q,p)$ if we want commutativity.

Associativity adds the condition $\phi(\phi(p,q),r) = \phi(p,\phi(q,r))$. This is quite restrictive compared to the above, but still there are many maps satisfying this.

For example, take $\phi(p,q) = 2$ for all $p$ and $q$. This works.

What does this give for $\phi$? Define $f(n)$ to be the sum of the exponents in the prime factorization of $n$.

Then $\phi(m,n) = 2^{f(n)f(m)}$. This satisfies all your conditions. (Let it be zero if $m$ or $n$ is zero, and ignore factors of $-1$.)

This of course has a variant for any other prime in place of $2$. It's also an amusingly similar idea to the partial example over the reals. (That example may be fixed by ignoring signs in the input and giving zero as the result if either input is zero.)

There are many others. For example, to get something just slightly more complicated, partition the primes into two sets, one containing $2$ and one containing $3$. Let $\phi(p,q)$ be $2$ if either is in the first set, and $3$ if they're both in the second. (There's also a variant: $2$ if both in the first, $3$ if both in the second, $0$ if one of each.)


We can also consider the map, instead of pairing, version:

$\phi: (\mathbb{Z},\cdot) \rightarrow \mathrm{End}(\mathbb{Z},\cdot)$

The condition $\phi(a)(b\cdot c) = \phi(a)(b) \cdot \phi(a)(c)$ is the statement that $\phi(a)$ is in $\mathrm{End}(\mathbb{Z},\cdot)$.

Then $\phi(a\cdot b)(c) = \phi(a)(c) \cdot \phi(b)(c)$ is the statement that $\phi$ is a morphism of monoids from $(\mathbb{Z},\cdot)$ to $\mathrm{End}(\mathbb{Z},\cdot)$. (Where given $f$ and $g$ we let $(f \cdot g)(c) = f(c) \cdot g(c)$. If $f$ and $g$ are endomorphisms of $(\mathbb{Z},\cdot)$, so is $f\cdot g$.)

The positive integers with multiplication are a free, unital monoid generated by the primes. (Signs and zero fit into this picture as well.)

This is only the distributivity part of the story, but it's a nice way to think about it.

1
On

$a\circ b=ab\pmod 2\ \forall a,b\in \mathbb{N}$

Commutativity

$a\circ b=ab\pmod 2=ba\pmod 2=b\circ a$

Associavity

$a\circ (b\circ c)=(a\cdot (bc\pmod 2))\pmod 2=((ab\pmod 2)\cdot c)\pmod2=(a\circ b)\circ c$

Distributivity

  1. $a\circ (b\circ c)=(a\cdot (bc\pmod 2))\pmod 2=((ab\pmod 2)\cdot (ac\pmod 2))\pmod 2=(a\circ b)\circ(a\circ c)$

  2. $(a\circ b)\circ c=((ab\pmod 2)\cdot c)\pmod2=((ac\pmod 2)\cdot (bc\pmod 2))\pmod 2=(a\circ c)\circ(b\circ c)$

0
On

Supposse that $*$ is a such operation over $\mathbb{Q}$.

  • Then,
    \begin{eqnarray} 1 * 1 = 1 * (1.1) = (1*1) (1*1) \Longrightarrow \left[ \begin{matrix} 1*1 = 0\\ 1*1 = 1\\ \end{matrix} \right. . \end{eqnarray}

(i) If $1 *1 = 0 $ then $$a * 1 = (a.1)*1 = (a*1).(1*1) = 0, \forall a \in \mathbb{Q}.$$ Hence, $$a *b = (a.1)*b = (a*b) (1*b) = 0, \forall a, b \in \mathbb{Q}.$$ This means that $*$ is the trivial operation.

(ii) If $1*1 = 1$ then we can prove that there is no $a\in \mathbb{Q}^*$ such that $a*a = 0$. Indeed, suppose there is a such nonzero rational $a$, that is, $$a * a = 0.$$ Then \begin{eqnarray}\label{eq1} 1*1 &=& (\dfrac{1}{a}\ . a) *1 = (\dfrac{1}{a} *1) (a*1) = (\dfrac{1}{a} *1) (a * (\dfrac{1}{a}\ . a)) \nonumber \\ &=& (\dfrac{1}{a} *1) (a * \dfrac{1}{a} )(a*a) = 0. \end{eqnarray} It is impossible (since $1*1 = 1$). Hence $a * a\neq 0, \forall a\in \mathbb{Q}^*$, and then, $a* b \neq 0$ for any $a, b \in \mathbb{Q}^*$ (because $a * b = a * (\dfrac{b}{a}.a) = (a* \dfrac{b}{a})(a *a)$).

Now, for any $a \in \mathbb{Q}^*$, we have \begin{eqnarray*} (a*a) &=&(a.1)*a = (a*a) (1*a) = \ldots = (a*a) (1*a)^k, \forall k \in \mathbb{N}. \end{eqnarray*} Hence \begin{eqnarray} 1 * a = a*1 = 1 \mbox{ (from } a*a \neq 0) \end{eqnarray} for any $a \in \mathbb{Q}^*$.

Finally, we have that \begin{eqnarray} 1* 0 = (1*0)(1*0) = \ldots = (1*0)^k, \forall k \in \mathbb{N} \end{eqnarray} Then $1*0$ is only $0$ or $1$.

  • If $1*0 =1$, suppose that there are rationals $a,b \in \mathbb{Q}^*$ such that $a *b \neq 1$ then \begin{eqnarray} a*0 = (a*0)(a*b) = \ldots = (a*0) (a*b)^k, \forall k \in \mathbb{N} \end{eqnarray} Hence $a *0 = 0$. But it is impossible because \begin{eqnarray} 1 = 1 * 0 = (a*0)(\dfrac{1}{a} * 0 ) = 0. \end{eqnarray} This means that $*$ is the operation over $\mathbb{Q}$ such that $a* b = 1$ for any $a, b\in \mathbb{Q}$.

  • If $1 *0 = 0$ then $a* 0 = (a*0 )(1*0) = 0, \forall a \in \mathbb{Q}$. Then the operation $*$ is defined by \begin{eqnarray} a* 0 &=& 0*a = 0, \forall a \in \mathbb{Q} \\ a*1 &=& 1 *a = 1, \forall a\in\mathbb{Q}^*\\ a*(bc) &=& (a*b) (a*c) = (bc) * a, \forall a,b,c \in \mathbb{Q}.\\ a*(b*c) &=& (a*b)*c, \forall a,b,c \in \mathbb{Q}. \end{eqnarray} For this definition, on $\mathbb{Q}$, we must only denote the value of $p_i * p_j$ where $p_i, p_j$ are the primes....