Assume we define an operator $$a\circ b = a+b+k, \\\forall a,b\in \mathbb Z$$
Can we prove that it together with range for $a,b$ is a group, for any given $k\in \mathbb Z$?
I have tried, and found that it fulfills all group axioms, but I might have made a mistake?
If it is a group, does it have a name?
My observations:
Closure is obvious as addition of integers is closed.
Identity If we take $e=-k$, then $a\circ e = a+k-k=a$
Verification $e\circ a = -k\circ a = -k+a+k=a$, as required.
- Inverse would be $a^{-1} = -a-2k$, which is unique.
Verification of inverse $a\circ a^{-1} = a + (-a-2k)+k = -k = e$, as required.
- Associativity $(a\circ b) \circ c = (a + (b+k)) + (c + k)$.
We see everything involved is addition, which is associative, so we can remove parentheses and change order as we wish.
It's the group you get when you transfer the action of $(\mathbb Z,+)$ to $(\mathbb Z, \circ)$ via the map $\phi(z)= z-k$.
You can check that $\phi(a+b)=\phi(a)\circ\phi(b)$ so that becomes a group isomorphism.