A set $A$ with operation of addition and multiplication is given. Prove that the set $A$ satisfies all the axioms to be a commutative ring with unity. Indicate the zero element, the unity and the negative of an arbitrary $a$.
$A$ is the set $\mathbb{Z}$ of the integers, with the following addition $+$ and multiplication $*$
$a+b=a+b-1$
$a*b=ab-(a+b)+2$

So above are the axioms.
For axiom 1:
We know that the integers $\mathbb{Z}=A$ form an abelian group, therefore A is an abelian group under addition.
For axiom 2:
Multiplication of integers is associative.
For $a$ in $\mathbb{Z}$, $a \times 1=a$ holds.
For axiom 3:
Now is the time were we use the above equations.
First, we need to show:
$$ a\times (b+c)=(a \times b)+(a \times c)$$ for all $a,b,c$ in $\mathbb{Z}$
$$b+c=b+c-1$$ $$ a\times (b+c)=a(b+c-1)-(a+b+c-1)+2=ab+ac-a-a-b-c+1+2=ab+ac-2a-b-c+3$$
$$ a\times b=ab-(a+b)+2$$ $$ a \times c=ac-(a+c)+2$$ $$(a \times b)+(a \times c)=(ab-(a+b)+2)+(ac-(a+c)+2)-1=ab-a-b+2+ac-a-c+2-1=ab-2a-b+ac-c+3$$
Therefore, they are equal.
Now, we need to show the second part of axiom 3:
$$(b+c) \times a=(b \times a)+(c \times a)$$ for all $a,b,c$ in $\mathbb{Z}$
$$b+c=b+c-1$$ $$(b+c) \times a=(b+c-1)(a)-(b+c-1+a)+2=ab+ac-a-b-c+1-a+2=ab+ac-2a-b-c+3$$
$$ b \times a=ba-(b+a)+2$$ $$ c \times a=ca-(c+a)+2$$ $$ (b \times a)+(c \times a)=(ba-(b+a)+2)+(ca-(c+a)+2)-1=ba-b-a+2+ca-c-a+2-1=ab-b-2a+ac-c+3$$
which is the same as well. Thus, this is a ring.
Can anyone verify?