I am looking to prove the following properties of $\mathbb{Z}_n$
- Commutativity and associativity of addition
- $[0]$ is identity element for addition and existence of additive inverses
- Commutativity and associativity of multiplication and $[1]$ as the multiplicative identity.
I'm mainly looking for confirmation that my solutions are correct. I'm wondering primarily because they seem so simplistic, almost trivial, leveraging mainly the facts that $[a] + [b] = [a +b]$ and $[a][b] = [ab]$
$1\alpha.$ $[a] + [b] = [a+b] = [b + a] = [b] + [a]$. Since regular addition is commutative.
$1\beta.$ $([a] + [b]) + [c] = [a+b] + [c] = [a+b+c] = [a] + [b+c] = [a] + ([b]+[c])$
$2.\alpha$ $[a] + [0] = [a+0] = [a]$
$2.\beta$ $[a] + [-a] = [a + (-a)] = [a-a] = [0]$
$3.\alpha$ $[a][b] = [ab] = [ba] = [b][a]$. Since regular multiplication is commutative.
$3.\beta$ $([a][b])[c] = [ab][c] = [abc] = [a][bc] = [a]([b][c])$
$3.\gamma$ $[a][1] = [a \cdot 1] = [a]$
I see in your edit is \cdot. Okay thanks again.
– Numerical Disintegration Dec 15 '21 at 03:04