Show that the set $H= \{[0]_{10}, [5]_{10}\}$ is a subgroup of $\Bbb Z_{10}$.
Here is what I have currently. If $a,b \in H$, then since $H$ only contains two elements WLOG assume $a = [0]_{10}$ and $b=[5]_{10}$. Thus $a+b = [0]_{10} + [5]_{10} = [0+5]_{10} \in H$.
Now it seems that the identity is $[0]_{10}$ since for any $[h]_{10}$ we have that $[0]_{10} + [h]_{10} = [h]_{10}$.
I’m a bit stuck on how to show that for every $h \in H$, there exitst $h^{-1} \in H$. What is the inverse even for example for $[5]_{10}$?
Since $H$ is a nonempty, finite subset of $\Bbb Z_{10}$, it suffices to show that $H$ is closed under $+$, the operation of $\Bbb Z_{10}$.
To this end, simply observe the Cayley table:
$$\begin{array}{c|cc} + & [0]_{10} & [5]_{10} \\ \hline [0]_{10} & [0]_{10} & [5]_{10} \\ [5]_{10} & [5]_{10} & [0]_{10}. \end{array}$$
The inverse of $[5]_{10}$ is itself. This can be verified by direct computation.