Let $G=\{1,2,3,4,5,6\}$ and we define an operation $*$ on $G$ by $a*b=ab$, the remainder of $ab\bmod 7$.
For instance, $$2*4=8=1$$ $$5*6=30=2$$
I want to show that $(G, *)$ is a group.
I know how to show that is has a binary operation, so every result of the operation is inside $G$.
I also know how to prove the inverse. However, how to show that it is associative and has an identity element?