Let $*$ be a binary operation such that $n * m=n+m+1$. Show that $(\mathbb{Z}, *)$ forms a group.
The associativity is satsified since $(n*m)*k=(n*m)+k+1=(n+m+1)+k+1=n+1+(m+k+1)=n*(m*k).$
The identity is $-1$ since $(n*m)*(-1)=(n*m)+(-1)+1 = n*m$
I have a bit trouble with the inverse elements. What I have is that $(n+m+1) -n-m-2 = -1$ so $-n-m-2$ would be the inverse, but how can I express this with the binary operation given?