There was a past qualifying exam problem, I was having trouble with, it is stated below as follows:
In the group $G= \mathbb{Z} \times \mathbb{Z}\times \mathbb{Z}\times \mathbb{Z}=\mathbb{Z}^{4}$, let $H$ be the subgroup generated by $[0,0,3,1], [0,6,0,0], [0,1,0,1]$. Find an explicit isomorphism between $G/H$ and a product of cyclic groups.
I truly do not fully understand how to define such a map on $G/H$. I have given some thought to this.
We have that $H$ consists of integer combinations of the generators above, that is, if $\xi \in H$, then $\xi=a[0,0,3,1]+b[0,6,0,0]+c[0,1,0,1]$. In particular, we have that $\xi$ is in the image of a module homomorphism $\mathbb{Z}^{3} \rightarrow \mathbb{Z}^{4}$ whose matrix with respect to a standard basis $(e_{1},e_{2}, e_{3})$ and $(f_{1}, f_{2}, f_{3}, f_{4})$ for $\mathbb{Z}^{3}$ and $\mathbb{Z}^{4}$ respectively, will be $$A=\begin{bmatrix} 0&0&0\\ 0&6&1\\ 3&0&0\\ 1&0&1\\ \end{bmatrix}.$$
We can perform row operations by multiplying on the left by the matrix $P$ and column operations by multiplying on the right by the matrix $Q$ $$P= \begin{bmatrix} 0&0&0&1\\ 0&1&0&0\\ 0&3&1&-3\\ 1&0&0&0\\ \end{bmatrix},$$ $$Q=\begin{bmatrix} 1&6&-1\\ 0&1&0\\ 0&-6&1\\ \end{bmatrix}$$ to obtain the matrix $$PAQ=\begin{bmatrix} 1&0&0\\ 0&0&1\\ 0&18&0\\ 0&0&0\\ \end{bmatrix}.$$
I believe this tells us if $\xi \in H$, then $\xi=[a,6b,18c,0]$ for $[a,b,c] \in \mathbb{Z}^{3}$. From here, I think we can conclude that
$$\mathbb{Z}^{4}/H \cong \mathbb{Z} \times \mathbb{Z}/18\mathbb{Z}.$$
I do not see how to explicitly write a function between these two objects.
Do I think of $\mathbb{Z}^{4}/H$ as cosets?
The matrices $P$ and $Q$ above, tell us exactly the change of basis in the domain and codomain, I was wondering if I could use that.
Thanks