4

I am curious whether in real numbers,

the multiplication as we know it is the only operation that

is distributive over addition and associative and commutative?

I heard it is. But I am not sure and is there any way to prove it?

Since the comments below shows that x*y=0 for all x, y and

x*y=r x y also satisfies all 3 laws, it is false that the multiplication is

the only operation that satisfies all 3 laws.

What about when the multiplication has an identity element which is 1,

which means that for all x, 1*x=x*1=x.

Sorry to add, but I would appreciate the proof!

KH Kim
  • 225

3 Answers3

10

Let us call a multiplication (on the real numbers) a map $\beta : \mathbb{R} \times \mathbb{R} \to \mathbb{R}$ which is bilinear, symmetric, associative, and satisfies $\beta(a,1)=a$. Note that we have $\beta(a,b)=ab$ for $a,b \in \mathbb{Q}$, i.e. on rational numbers such a multiplication has to be the usual one. In particular: Every continuous multiplication equals the usual one on all real numbers. However, it is easy to "twist" the usual multiplication with non-continuous maps:

Choose some transcendental number, for example Euler's number $e$. Since $1,e,e^{-1}$ as well as $1,e,e^2$ are linearly independent over $\mathbb{Q}$, we can extend them to bases (Zorn's Lemma) and then find a bijective $\mathbb{Q}$-linear map $f : \mathbb{R} \to \mathbb{R}$ such that $f(1)=1$, $f(e)=e$ and $f(e^{-1})=e^2$. Then $\beta(a,b):=f^{-1}(f(a) f(b))$ is a multiplication. Since $f$ is not multiplicative (we have $f(1)=1 \neq e^3 = f(e) f(e^{-1})$), it doesn't coincide with the usual multiplication.

  • Can you prove it that with the assumption of continuity, the multiplication is the only operation? And sorry for my ignorance, I want to ask if it is in rational numbers, the multiplication is the only operation without the assumption of continuity. – KH Kim Sep 10 '13 at 17:49
  • Did you mean $\mathbb{Q}$-linear in the first line, since you follow up with "we have $\beta(a,b)=ab$ for $a,b\in \mathbb{Q}$? Is there a reason that you assume $\mathbb{Q}$-linearity, other than for convenience since you are nonetheless able to exhibit a counterexample? (Is it a consequence of distributivity over addition, perhaps?) – Morgan Rogers Feb 28 '19 at 17:11
  • @MorganRogers Additive in both variables implies $\mathbb{Z}$-bilinear, and this implies $\mathbb{Q}$-bilinear by an easy argument. – Martin Brandenburg Dec 22 '19 at 14:50
5

You can do the following. Let $f:\Bbb{R}\to\Bbb{R}$ be any $\Bbb{Q}$-linear bijection that satisfies $f(1)=1$, but $f$ is not the identity. Finding non-trivial examples of these is difficult, but if you believe in axiom of choice, then it follows that they exist. Then you can just pull back the usual multiplication and define a new one, call it $*$, by the recipe $$ a*b=f(f^{-1}(a)f^{-1}(b)), $$ where the multiplication inside the argument of $f$ is the usual one. We have $$ a*b=f(f^{-1}(a)f^{-1}(b))=f(f^{-1}(b)f^{-1}(a))=b*a, $$ because the usual multiplication is commutative. Associativity is "inherited" in the same way. As $f(1)=1$, the number $1$ is a neutral element for the new operation as well. Distributivity follows from the distributivity of the usual operations and the fact that $f(x+y)=f(x)+f(y)$ for all $x,y$. The multiplication will be different, if $f$ is not multiplicative itself. (Remark: It is not difficult to show that the only ring endomorphism of $\Bbb{R}$ is the identity, so it suffices to specify that $f$ is not the identity mapping). For example, we can prove the existence of such a mapping $f$ that interchanges $\sqrt2$ and $\pi$. With that $f$ we then get $\pi*\pi=2$, as $\pi$ takes the role of $\sqrt2$.

None of the non-identity mappings $f$ is continuous (w.r.t the usual topology) though.

Jyrki Lahtonen
  • 133,153
  • 1
    "The multiplication will be different, if f is not the identity mappig." should be "The multiplication will be different, if f is not multiplicative." I had made the same mistake, and have now polished my answer. – Martin Brandenburg Sep 10 '13 at 20:22
  • @Martin: Sorry about apparently having disregarded your comment until now. The identity mapping is the only endomorphism of $\Bbb{R}$, so the way it was written was technically correct - but lacking in rigour. A surprise upvote today drew my attention to this oldie, so I edited the answer to accomodate for your comment. Belated thanks :-) – Jyrki Lahtonen Sep 04 '14 at 04:57
2

After all the added assumptions by the OP, I think the problem is easier now.

Associativity, commutativity, distributivity and unity uniquely define multiplication on $\mathbb Z$.

$\mathbb Q$ is the ring of fraction of $\mathbb Z$, so it derives a unique multiplication from $\mathbb Z$.

Assuming continuity, the multiplication on $\mathbb R$ is uniquely determined by the one on $\mathbb Q$.

Tunococ
  • 10,303