I need to prove that $(H,+)$ is a cyclic sub-group of $(\mathbb{Z},+)$ when $H=\{30x+42y+72z:x,y,z\in\mathbb{Z}\}$.
Attempt: First, $H\subseteq \mathbb{Z}$ since the addition of integer numbers, yields an integer number. Now, we show the closure of $H$ with ($+$). Therefore, let $a_1=30x_1+42y_1+72z_1$, $a_2=30x_2+42y_2+72z_2$. We shall show that $a_1+a_2\in H$. Thus: $$a_1+a_2=30x_1+42y_1+72z_1+30x_2+42y_2+72z_2=30(x_1+x_2)+42(y_1+y_2)+72(z_1+z_2)\in H$$
In addition, we should show the existence of the opposite number, for each number in $H$. Hence, let $H \ni h=30x_1+42y_1+72z_1$. We define $H \ni h^{-1}=30(-x_1)+42(-y_1)+72(-z_1)$, therefore, we have that: $$h+h^{-1}=30(x_1-x_1)+42(y_1-y_1)+72(z_1-z_1)=0+0+0=0$$
Therefore, $(H,+)$ is a sub-group of $(\mathbb{Z},+)$. The last is to show that $(H,+)$ is a cyclic group, so for that, we shall look at the Gcd of $(30,42,72)$, when $(30,42,72)=6$, so by the definition of being in $H$. $$H=\{30x+42y+72z:x,y,z\in\mathbb{Z}\}$$ So $30x+42y+72z=6(5x+7x+12z)=6k$, when $k\in \mathbb{Z}$ then 6 is a creator element of $H$, thus, $(H,+)$ is cyclic. In conclusion, we have that $(H,+)$ is a cyclotomic sub-group of $(\mathbb{Z},+)$.
- I don't know If I got it right, and my way is correct, so I will be glad if you can tell me whether my attempt for that question is correct, or not.
Thanks!