I received some help and direction on this from some users a few days ago, and have tried to take that information and craft it into something proofy. I would appreciate general suggestions, edits, and verification for for my proof-sketch.
Please note-- I am new to proof writing, and preparing for Real Analysis in the Fall. This proof required that I read a few sections I have not been lectured on (integers modulo $n$, binary operations, and groups). I have been taking an into to abstract math course over the summer.
Here is my "proof sketch" for this problem. I am still stuck on the last part (see below).
Proof (direct): We will show that $(\mathbb{Z}_n, +)$ is a group by showing that it follows the Associative Law, Existence of Identity, and Existence of Identity properties that form a group.
Associative Law: Let [$a$], [$b$], [$c$] $\in \mathbb{Z}_n$. By the Associative law of Set Addition, we know that $\\ [a]+[b] = [a + b]$. Observe:
$[a]+([b]+[c])=[a]+[b+c]=[a+(b+c)]=[(a+b)+c]=([a]+[b])+[c]$, Thus the equivalence classes of $\mathbb{Z}_n$ hold under Set Addition, and follow associative laws.
Existence of an Identity: Assume that $[0]=\left\{ x \in \mathbb{Z} \mid x \equiv 0(\text{mod} \ n) \right\}$ and let $[a] \in \mathbb{Z}_n$ such that $[a]+[0]=[0]+[a]=[a]$. This indicates that $(\mathbb{Z}_n,+)$ has the existence of an identity.
Existence of Inverse: Let $[a] \in \mathbb{Z}_n$ such that $[a]\equiv k(\text{mod} \ n)$, where $k \in \mathbb{Z}$.
Okay, I don't know how to show this last part. I have been playing with rearranging modular information, but am not certain if that is how I want to go about setting it up. I've been looking into information such as $[a]\equiv k (\text{mod}n)$ and $[b]\equiv j (\text{mod}n)$, and thought I could set out to rearrange this to show the inverse (since $k^-1=n-k$), but this isn't getting me anywhere. I realize I need to ultimately show that the inverse of $[a]$ is $[-a]$ and that $[-a] \in \mathbb{Z}_n$... but I can't quite get there.
PS- I have posted a previous question, in which I ask for help with this. I am not sure of proper MS etiquette when it comes to updating questions/information to ask for help, so let me know if I should approach this in a different way.
