0

Is there a way to find all or some functions which "aggregate" numbers and are non-isomorphic to addition. I mean functions which are commutative and associative:

$f(x,y)=f(y,x)$

$f(x,f(y,z))=f(f(x,y),z)$

Do you know examples?

EDIT: So of I want to exclude trivial solutions which are isomorphic to addition: $f(x,y)=g(h(x)+h(y))$

Gere
  • 2,117

2 Answers2

1

Multiplication. Perhaps more interesting, $$f(x,y)=x^{\log y}$$ which is defined for positive $x$ and $y$. The trick is to note that this is $e^{\log x\log y}$ and this makes it easy to prove the properties. Another example is $$f(x,y)=\root3\of{x^3+y^3}$$

EDIT: For an example which is "not isomorphic to addition," I think $$f(x,y)=\max(x,y)$$ will do.

Gerry Myerson
  • 179,216
  • But these functions are isomorphic to additions. I'll add an explanation to my question... :) – Gere Jan 23 '12 at 12:54
  • Hmm, max() isn't "exactly" isomorphic to addition, but in a way it is still a limit and therefore not so interesting for me :( Since $\max(x,y)=\lim_{k\to\infty} \sqrt[k]{x^k+y^k}$ – Gere Jan 24 '12 at 12:53
0

Looks like Hilbert's 13'th. The answer is no.

user58697
  • 2,761