Exponentiation is distributive over multiplication, but it isn't commutative or associative like addition and multiplication are.
Is there a binary operation that is distributive over multiplication, and also commutative and/or associative?
In order to find one such operation, I assumed that there is an identity element. An easier question than the one above is: Is the identity element 0, 1, or neither?
If you find an operation that works, can you then find a commutative and/or associative operation that is distributive over that?
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Well, here's one: a∗b={10if ab=0if ab=0. Is that the kind of thing you had in mind?
Log in to reply
Yeah, that definitely works. And it’s pretty easy to find a similar operation that’s distributive over that one. The one I had in mind was a^(log_sqrt(2)(b)), which gives a wider range of outputs, but rarely integer ones. Yours also works better with negative numbers.
Log in to reply
Ah ok. If I change your sqrt(2) to an e, I get something symmetric-looking like eln(a)ln(b), which is pretty nice. But it doesn't work on negative numbers. I guess maybe if you put absolute values on the a and b? Does that work? And you can probably even fill it in at 0 by setting 0∗b=0. I haven't checked all the details.
Log in to reply