Im struggling to find a finite abelian (commutative , associative) group $(G,\circ)$ with some specific conditions:
$a\circ b$ isn't naive addition $a+b$ for $a,b\in G$
$G$ is a subset of $\mathbb{Z}$
$a\circ b$ doesnt hold multiplication ($a*b$) or third or bigger degree polynomial ($a^3+b^3$), etc...
$a\circ b$ isnt binary or any boolean manipulation
Examples of non accepted groups
- $(\mathbb{Z},+)$, $(\mathbb{Z},a+b+ab)$, $(\mathbb{Z},a^2+b)$, $(\mathbb{Z}_2,a \text{ xor } b)$
Examples of candidate groups
- $(\mathbb{Z}/10\mathbb{Z},3x+2b+5)$, $(\mathbb{Z},(x+b)\%10)$
in case of non existence I wish to see any proof of that.
For any finite subset $G\subset \mathbb N$ and map $\circ\colon G\times G\to \mathbb N$, we can find a polynomial $f\in\mathbb Q[X,Y]$ such that $f(a,b)=a\circ b$ for all $a,b\in G$.