Let $v_1 = (2,3)^T, v_2 = (4,5)^T \in \mathbb{Z}^2$. Let $H =\mathbb{Z}v_1+\mathbb{Z}v_2$. What is the quotient group $\mathbb{Z}^2/H$? Describe it.
To start with, I consider an easier version: $\mathbb{Z}^2 / \mathbb{Z} v$ where $v = (3,5)^T$. I see that we can define $h: \mathbb{Z}^2 \to \mathbb{Z}_3 \oplus\mathbb{Z}_5$ by $h(x,y) = (x \mod 3, y \mod 5)$. But I am having trouble with this question.
I naively considered the following. For any vector $(a,0)^T$, it is either in $(0,0)^T + H$ or in $(1,0)^T + H$. For any vector $(0,b)^T$, it is either in $(0,0)^T + H$ of $(0,1)^T + H$ since $\gcd(3,5) = 1$. But what about any general $(a,b)^T$?