Proposition

Let

R=Z[x1,x2,x3,](x1x22,x2x32,).R = \frac{\mathbb{Z}[x_1,x_2,x_3,\ldots]}{(x_1 - x_2^2, x_2 - x_3^2, \ldots)}.

The ascending chain condition for principal ideals does not hold in R.R.

Proof

Consider the chain of principal ideals

(x1)(x2)(xn).(x_1) \subseteq (x_2) \subseteq \ldots \subseteq(x_n)\subseteq \ldots.

The containment holds since xi=xi+12(xi+1).x_i = x_{i + 1}^2 \in (x_{i + 1}). For containment to be proper, we need to verify that xi+1∉(xi).x_{i+1} \not\in (x_i).

Suppose, for the sake of contradiction, that xk+1(xk),x_{k + 1} \in (x_k), and that kk is the minimal index at which this happens.

Suppose k>1.k > 1.

Let cRc \in R be such that cxk=xk+1.cx_{k} = x_{k + 1}. Then

xk=xk+12=c2xk2=c2xk1.x_k = x_{k + 1}^2 = c^2x_k^2 = c^2 x_{k - 1}.

So, xk(xk1),x_k \in (x_{k - 1}), which contradicts minimality. So we’re done.

Suppose instead that k=1.k = 1. Consider the homomorphism τ:RR\tau : R \to \mathbb{R} given by τ(x1)=2\tau(x_1) = 2 and τ(xn+1)=τ(xn).\tau(x_{n+1}) = \sqrt{\tau(x_n)}.

Since x2(x1)x_2 \in (x_1) there exists cRc \in R such that cx1=x2.cx_1 = x_2. In R\mathbb{R} this corresponds to 2τ(c)=22\tau(c) = \sqrt{2} and hence τ(c)=2/2.\tau(c) = \sqrt{2}/2.

Observe that τ(xn)\tau(x_n) is an algebraic integer, since it is a root of the polynomial x2n2.x^{2^{n}} - 2. Hence, the image of τ\tau is a subring of the ring of algebraic integers.

Since (2/2)2=1/2,(\sqrt{2}/2)^2 = 1/2, it cannot be an algebraic integer. Thus, there exists no such cc for which τ(c)=2/2.\tau(c) = \sqrt{2}/2.

\blacksquare

NOTE

I rely on some basic properties of algebraic integers. This is a bit of a “cheat,” since Aluffi doesn’t cover them at this stage, but I was unable to solve this problem otherwise.