[guided]Fix $\alpha, \beta \in \mathcal{O}_L$. By definition of algebraic integer, $\alpha$ and $\beta$ are each integral over $\mathbb{Z}$, witnessed by monic polynomials $f_\alpha, f_\beta \in \mathbb{Z}[x]$. We form the subring
\begin{align*}
R = \mathbb{Z}[\alpha, \beta] \subseteq L,
\end{align*}
the smallest subring of $L$ containing $\mathbb{Z}$, $\alpha$, and $\beta$; explicitly, it consists of $\mathbb{Z}$-polynomial expressions in $\alpha$ and $\beta$.
Our first step is to show $R$ is **finitely generated as a $\mathbb{Z}$-module**. This is where we invoke [Integral Implies Finitely Generated](/theorems/1565), part (2). The theorem says: if $S = R[s_1, \ldots, s_n]$ with each $s_i$ integral over $R$, then $S$ is finitely generated over $R$. We verify the hypotheses in our setting:
- **Ring extension**: $\mathbb{Z} \subseteq \mathbb{Z}[\alpha, \beta] \subseteq L$, with $L$ a commutative ring (actually a field), so both intermediate rings are commutative.
- **Generators are integral over the base**: $s_1 = \alpha$ and $s_2 = \beta$ are integral over $\mathbb{Z}$ by the hypothesis $\alpha, \beta \in \mathcal{O}_L$.
All hypotheses hold. The theorem concludes that $\mathbb{Z}[\alpha, \beta]$ is finitely generated as a $\mathbb{Z}$-module. Note that this is a statement about $R$ as a module; $R$ is, of course, also finitely generated as a ring by $\{\alpha, \beta\}$, but the module statement is strictly stronger and is what we need.[/guided]