$$(\mathbb{Z}\times\mathbb{Z})/\langle (0,1)\rangle$$
How to do this coset? I know it's gonna be made of elements
$$(a,b) + \langle(0,1)\rangle$$
where $(a,b)\in \mathbb{Z}\times \mathbb{Z}$, and that $2$ elements $(a,b), (c,d)$ are in the same coset if $(a-c, b-d) = (0,k)\implies a = c, b = d+k$ for any $k$.
So for $a=0$ and $d=0$ we have $b =\cdots, -2,-1,0,1,2,\cdots$, so the elements are: $\cdots, (0,-2), (0,-1), (0,0), (0,1), (0,2),\cdots$.
For $a=1$ and $b=0$ and $d=2$ for example, we have: $c = 1, b = 2 + k =\cdots, -2,-1,0,1,2,\cdots$ too, so the elements are: $\cdots,(1,-2),(1,-1),(1,0),(1,1),(1,2),\cdots$.
In general, for any $d$, and $c$ generic, the elements on a same coset will be: $\cdots,(c,-2),(c,-1),(c,0),(c,1),(c,2),\cdots$
The set of $C$ of cosets is infinite, but they're formed by:
$$C = \{\{(a,b), b\in \mathbb{Z}\}, a\in \mathbb{Z}\}$$
My book says this quotient is isomorphic to $\mathbb{Z}$, but I quite didn't understand why.