[guided]The goal is to prove the ascending chain condition. So we begin with an arbitrary ascending chain of ideals
\begin{align*}
I_1 \subset I_2 \subset I_3 \subset \cdots.
\end{align*}
The natural object attached to this chain is its union. Define
\begin{align*}
I := \bigcup_{n=1}^{\infty} I_n \subset R.
\end{align*}
Before using the hypothesis that every ideal is finitely generated, we must verify that this union is actually an ideal. The ascending condition is exactly what makes this true. If $x,y \in I$, then $x \in I_m$ and $y \in I_n$ for some $m,n \in \mathbb{N}$. Set $N := \max\{m,n\}$. Since the chain is ascending, both $I_m$ and $I_n$ are contained in $I_N$, so $x,y \in I_N$. Because $I_N$ is an ideal, $x+y \in I_N$, and therefore $x+y \in I$. If $r \in R$ and $x \in I$, choose $m \in \mathbb{N}$ with $x \in I_m$. Since $I_m$ is an ideal, $rx \in I_m$, hence $rx \in I$. Finally, $0_R \in I_1 \subset I$. Thus $I \trianglelefteq R$.
Now the finite-generation hypothesis applies to this ideal $I$. Choose elements $a_1,\ldots,a_k \in I$, for some $k \in \mathbb{N}$, such that
\begin{align*}
I = (a_1,\ldots,a_k).
\end{align*}
Each generator $a_j$ belongs to the union $I$, so each generator appears at some finite stage of the chain. For every $j \in \{1,\ldots,k\}$, choose $n_j \in \mathbb{N}$ such that $a_j \in I_{n_j}$. Define
\begin{align*}
N := \max\{n_1,\ldots,n_k\}.
\end{align*}
Because the chain is ascending, $I_{n_j} \subset I_N$ for every $j$, so every generator $a_j$ lies in $I_N$. Since $I_N$ is an ideal containing all the generators of $I$, it contains the ideal they generate:
\begin{align*}
I = (a_1,\ldots,a_k) \subset I_N.
\end{align*}
The containment $I_N \subset I$ follows directly from $I = \bigcup_{n=1}^{\infty} I_n$. Therefore $I = I_N$. Now if $m \geq N$, the chain gives $I_N \subset I_m$, while the definition of $I$ gives $I_m \subset I = I_N$. Hence
\begin{align*}
I_m = I_N.
\end{align*}
So the chain is constant from stage $N$ onward. Since the original chain was arbitrary, every ascending chain of ideals stabilises.[/guided]