I apologize in advance for this dumb question, but I don't know where to look and I'd like to understand.
Consider the lattice $\mathbb{Z}^n$ (for me a lattice is a free abelian group of finite rank), and consider an element $v=(v_1,\ldots,v_n)\in\mathbb{Z}^n$.
Consider the quotient $\mathbb{Z}^n/\mathbb{Z}v$: I want to prove this is a lattice of rank $n-1$.
Let us first understand what the quotient is: given $x,y\in\mathbb{Z}^n$, $x=(x_1,\ldots,x_n)$, $$x\sim y \iff x_1-y_1=tv_1,\hspace{0.3cm}\ldots,\hspace{0.3cm} x_n-y_n=tv_n,$$ where $t\in \mathbb{Z}$. At this point I get stucked: I can isolate $t=\frac{x_i-y_i}{v_1}$ and put it in the remaining $n-1$ equation, but I don't see how this is still a lattice.
I tried to do a small example, like $\mathbb{Z}^2$, $v=(2,3)$, then $\mathbb{Z}^2/\mathbb{Z}v$ has the relation
\begin{equation} \begin{cases} x_1-y_1=2t \\ x_2-y_2=3t, \\ \end{cases} \end{equation}
hence $x\sim y \iff 3x_1-2x_2=3y_1-2y_2$. But how to continue from this? I guess $$\mathbb{Z}^2/\mathbb{Z}v\simeq \mathbb{Z}/2\mathbb{Z}\times\mathbb{Z}/3\mathbb{Z},$$ but I don't see why this is a lattice, and of rank $1$.
I know my question is rather vague, but I really struggle with this construction and I need to understand it. Any help would be much appreciate.