Let the group $SL(2,\mathbb{Z}) = \left\{ \begin{pmatrix}a & b \\ c & d \end{pmatrix}\vert ad-bc = 1\right\}$ act on $\mathbb{Z}^{2}$ by matrix multiplication in the following way: for $M \in SL(2,\mathbb{Z})$ and $x \in \mathbb{Z}^{2}$, $M.x$ is the matrix product $Mx$ of the $2\times 2$ matrix $M$ and the vector $x$ of dimension $2$ written in the column form.
First, I had to find the stabilizer $H = Stab(x_{0})$ of $x_{0} = \begin{pmatrix} 1 \\ 0\end{pmatrix}$, and I found it to be $\left\{ \begin{pmatrix}1 & b \\ 0 & 1\end{pmatrix} \vert b \in \mathbb{Z}\right\}$.
Now, I need to show that $H = \left\{ \begin{pmatrix}1 & b \\ 0 & 1\end{pmatrix} \vert b \in \mathbb{Z}\right\}$ is a cyclic group.
I know that any infinite order cyclic group is isomorphic to $\mathbb{Z}$, so I attempted to set up an isomorphism between $H$ and $\mathbb{Z}$. I chose the mapping $f:\begin{pmatrix}1 & b \\ 0 & 1 \end{pmatrix} \mapsto b$; however, when I tried to show the mapping was a group homomorphism, I failed:
Suppose $x = \begin{pmatrix} 1&b \\ 0 & 1 \end{pmatrix}$, $y = \begin{pmatrix} 1 & c \\ 0 & 1 \end{pmatrix}$ $\in H$.
The problem is is that
$f(xy) = f\left(\begin{pmatrix} 1&b \\ 0 & 1 \end{pmatrix}\begin{pmatrix} 1 & c \\ 0 & 1 \end{pmatrix}\right) \\ = f\left(\begin{pmatrix} 1 & b+c \\ 0 & 1\end{pmatrix}\right) = b+c \neq b\cdot c = f\left( \begin{pmatrix} 1&b \\ 0 & 1 \end{pmatrix}\right) \cdot f\left( \begin{pmatrix} 1 & c \\ 0 & 1 \end{pmatrix}\right) = f(x) f(y)$,
so $f$ is NOT even a homomorphism, let alone an isomorphism.
Pouring over various theorems in my notes, I have no found another way to approach this problem that looks promising, given that $H$ is not of finite order. Is there an isomorphism between $H$ and $\mathbb{Z}$ that gets the job done that I'm overlooking? If so, what is it?
Thank you.