Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

38 results · all verified · 21 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 17 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Prime Spectra and Radicals

1 · Prerequisites

2 · Summary

Radicals turn power-membership into an ideal-theoretic closure operation, and prime ideals detect that closure. This page defines radicals, nilradicals, reduced rings, the prime spectrum as a set, the vanishing subsets V(I) and the principal distinguished subsets D(f), and it proves the algebraic identities among them without introducing topology.

It then records the quotient and localization correspondences for radicals and prime ideals, the reduction invariance of the prime spectrum, the Noetherian finiteness statement for minimal primes, and the boundary language of Krull dimension and height that later pages use for the actual dimension theorems.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The radical of an ideal

Definition

Let R be a commutative ring and let IR be an ideal. The radical of I is

I={xR:xnI for some integer n1}.

The ideal I is radical when I=I.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Radical membership via positive powers

Statement

Let R be a commutative ring, let IR be an ideal, and let xR. Then

xIxnI for some integer n1.

In particular, R=R, and if R is the zero ring then (0)=R.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and an element xR.

[L1]

The radical of I is the set of elements whose positive powers land in I (The radical of an ideal).

Proof

technique · direct
1.1

The displayed equivalence is exactly the defining membership criterion in [L1].

L1
2.1

Taking I=R in step 1.1 gives R=R, because every element already has its first power in R. If R is the zero ring, then (0)=R, so the same observation gives (0)=R.

step 1.1givenalgebra
3.1

Steps 1.1 and 2.1 prove the claim and record the unit-ideal and zero-ring boundaries explicitly.

step 1.1step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The radical of an ideal is an ideal

Statement

Let R be a commutative ring and let IR be an ideal. Then I is an ideal of R containing I. If JR is another ideal with IJ, then IJ. Moreover,

I=I.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and, for the order-preservation clause, an ideal JR with IJ.

[L1]

An element lies in I exactly when some positive power lies in I (The radical of an ideal).

[L2]

In a commutative ring, (x+y)n=k=0n(nk)xkynk for every natural number n (The binomial theorem over an arbitrary commutative ring).

Proof

technique · direct
1.1

If aI, then a1I, so aI by [L1]. Thus II. If rR and xI, choose n1 with xnI. Then (rx)n=rnxnI, so rxI.

L1givenalgebra
1.2

Let x,yI. Choose m,n1 with xmI and ynI, and set N=m+n. By [L2], every term of (x+y)N has the form (Nk)xkyNk. For each k, either km or Nkn; otherwise km1 and Nkn1, which would force Nm+n2. Hence each term lies in I, so (x+y)NI and x+yI.

L1L2choosealgebra
2.1

Steps 1.1 and 1.2 show that I is an ideal containing I. If IJ and xI, any power of x lying in I also lies in J, so xJ. Thus radical is order-preserving.

step 1.1step 1.2L1
3.1

If xI, choose m1 with xmI, and then choose n1 with xmnI. By [L1], this means xI. Together with step 2.1 applied to II, this proves I=I.

L1step 2.1choosealgebra
4.1

The radical construction therefore sends ideals to radical ideals, contains the original ideal, and is order-preserving and idempotent.

step 2.1step 3.1
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

The radical of a finite intersection

Statement

Let R be a commutative ring, and let I1,,InR with n1. Then

I1In=I1In.

Facts & Assumptions

Given: A commutative ring R, ideals I1,,InR, and an integer n1.

[L1]

Radical is order-preserving on ideals (The radical of an ideal is an ideal).

Proof

technique · direct
1.1

Since I1InIj for every j, [L1] gives I1InIj for every j, hence I1InI1In.

L1given
1.2

Conversely, let xI1In. For each j, choose mj1 with xmjIj, and set N=m1++mn. Then xN=xNmjxmjIj for every j, so xNI1In. Hence xI1In.

choosegivenalgebra
2.1

The two inclusions prove the stated equality.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

The radical of a product of ideals

Statement

Let R be a commutative ring and let I,JR be ideals. Then

IJ=IJ=IJ.

Facts & Assumptions

Given: A commutative ring R and ideals I,JR.

[L1]

The radical of a finite intersection is the intersection of the radicals (The radical of a finite intersection).

[L2]

The product ideal IJ is generated by finite sums of products ij with iI and jJ (The sum I+J and product IJ of two-sided ideals).

Proof

technique · direct
1.1

Every generator ij of IJ lies in both I and J, so IJIJ. Therefore IJIJ=IJ by [L1].

L1L2given
1.2

If xIJ, choose m,n1 with xmI and xnJ. Then xm+n=xmxnIJ, so xIJ.

L2choosealgebra
2.1

Step 1.1 gives IJIJ, step 1.2 gives the reverse inclusion, and [L1] identifies that common ideal with IJ.

step 1.1step 1.2L1
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The nilradical and reduced rings

Definition

Let R be a commutative ring.

The nilradical of R is the radical of the zero ideal,

Nil(R)=(0).

Thus xNil(R) exactly when xn=0 for some integer n1.

The ring R is reduced when Nil(R)=(0), equivalently when the only nilpotent element of R is 0.

LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

Radicals and quotient correspondence

Statement

Let R be a commutative ring, let IJR be ideals, and write π:RR/I for the quotient map. Then

J/I=J/I

as ideals of R/I. In particular, J/I is radical in R/I if and only if J is radical in R.

Facts & Assumptions

Given: A commutative ring R, ideals IJR, and the quotient map π:RR/I.

[L1]

Ideals of R/I correspond to ideals of R containing I, so J/I is an ideal of R/I (Correspondence theorem: ideals of R/I correspond to ideals of R containing I).

[L2]

An element belongs to the radical of an ideal exactly when one of its positive powers lies in that ideal (The radical of an ideal).

Proof

technique · direct
1.1

Let x+IR/I. By [L2], x+IJ/I exactly when (x+I)n=xn+IJ/I for some n1, and that happens exactly when xnJ. Applying [L2] again shows that this is equivalent to xJ, so x+IJ/I exactly when x+IJ/I.

L1L2givenalgebra
2.1

Step 1.1 proves J/I=J/I. Consequently, J/I is radical exactly when J/I=J/I, exactly when J/I=J/I, and exactly when J=J.

step 1.1L1algebra
3.1

The quotient radical is therefore exactly the quotient of the radical, and radical ideals correspond across the quotient map.

step 1.1step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

Radicals commute with localization

Statement

Let R be a commutative ring, let SR be a multiplicative subset, and let IR be an ideal. Then

S1 ⁣I=S1I

as ideals of S1R.

Facts & Assumptions

Given: A commutative ring R, a multiplicative subset SR, and an ideal IR.

[L1]

An element lies in the radical of an ideal exactly when some positive power lies in that ideal (The radical of an ideal).

[L2]

In S1R, one has r/s=r/s exactly when u(rsrs)=0 for some uS (Multiplicative subsets and the localisation S1R as equivalence classes of fractions).

[L3]

Proof

technique · direct
1.1

If a/sS1 ⁣I, choose n1 with anI. Then (a/s)n=an/snS1I, so a/sS1I by [L1]. This proves S1 ⁣IS1I.

L1L3givenalgebra
1.2

Conversely, let r/sS1I. Choose n1 with rn/snS1I, and then choose aI and uS with rn/sn=a/u. By [L2], some tS satisfies t(urnasn)=0. Hence (tu)rn=tasnI, so ((tu)r)n=(tu)n1((tu)rn)I. Thus (tu)rI by [L1], and r/s=((tu)r)/((tu)s) lies in S1 ⁣I.

L1L2L3choosealgebra
2.1

Steps 1.1 and 1.2 prove the equality S1 ⁣I=S1I.

step 1.1step 1.2
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

The reduced quotient by the nilradical

Statement

Let R be a commutative ring and let N=Nil(R). Then R/N is reduced. Moreover, if φ:RA is a ring homomorphism to a reduced commutative ring A, then there is a unique ring homomorphism φ:R/NA with φ=φπ, where π:RR/N is the quotient map.

Facts & Assumptions

Given: A commutative ring R, its nilradical N=Nil(R), and the quotient map π:RR/N.

[L1]

The nilradical is the ideal of nilpotent elements, and a ring is reduced exactly when its nilradical is zero (The nilradical and reduced rings).

Proof

technique · direct
1.1

Let x+NR/N be nilpotent. Then (x+N)m=N for some m1, so xmN. By [L1], some power of xm is zero, hence some power of x is zero, so xN. Therefore x+N=0+N, and the only nilpotent element of R/N is zero. Thus R/N is reduced by [L1].

L1givenalgebra
1.2

Let φ:RA with A reduced. If xN, then xm=0 for some m1, so φ(x)m=0. Reducedness of A forces φ(x)=0, so Nkerφ. Therefore φ(x+N):=φ(x) is well-defined, and it is unique because π is surjective.

L1givenalgebra
2.1

The quotient by the nilradical is reduced and is universal among maps from R to reduced rings.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

A prime containing an ideal and avoiding a multiplicative set

Statement

Assume the Axiom of Choice.

Let R be a commutative ring, let SR be a multiplicative subset, and let IR be an ideal with IS=. Then there exists a prime ideal p of R such that Ip and pS=.

Facts & Assumptions

Given: A commutative ring R, a multiplicative subset SR, an ideal IR with IS=, and the Axiom of Choice.

[L1]

A prime ideal is a proper ideal p such that abp implies ap or bp (Prime ideals and maximal ideals in a commutative ring).

[L2]

A multiplicative subset contains 1 and is closed under multiplication (Multiplicative subsets and the localisation S1R as equivalence classes of fractions).

[L3]

Assuming the Axiom of Choice, every nonempty poset in which every chain has an upper bound has a maximal element (Zorn's lemma).

Proof

technique · direct
1.1

Let Σ be the set of ideals JR with IJ and JS=, ordered by inclusion. The ideal I lies in Σ, so Σ.

givenconstruct
2.1

If CΣ is a chain, then J=C is an ideal containing I. Moreover JS=, because if sJS then sC for some CC, contradicting CS=. Thus every chain in Σ has an upper bound.

step 1.1L2algebra
3.1

Zorn's lemma yields a maximal member p of Σ. Because 1S by [L2] and pS=, the ideal p is proper.

L2L3step 2.1
4.1

Suppose abp while ap and bp. By maximality of p in Σ, the larger ideals p+(a) and p+(b) must meet S. Choose ν=m+raS(p+(a)) and ω=n+tbS(p+(b)) with m,np and r,tR. Then νω=mn+mtb+nra+rtabp, because m,n,abp. But νωS by [L2], contradicting pS=. Therefore p is prime by [L1].

L1L2step 3.1choosealgebra
5.1

The ideal p is prime, contains I, and is disjoint from S, exactly as required.

step 3.1step 4.1
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Separating an element from an ideal by a prime

Statement

Assume the Axiom of Choice.

Let R be a commutative ring, let IR be an ideal, and let fR. If fnI for every integer n1, then there exists a prime ideal p of R such that Ip and fp.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, an element fR whose positive powers all avoid I, and the Axiom of Choice.

[L1]

If an ideal is disjoint from a multiplicative set, then some prime ideal contains it and stays disjoint from that multiplicative set (A prime containing an ideal and avoiding a multiplicative set).

Proof

technique · direct
1.1

The set S={1,f,f2,} is multiplicative, and the hypothesis says exactly that IS=.

givenalgebra
2.1

Applying [L1] to the ideal I and the multiplicative set S yields a prime ideal p with Ip and pS=. In particular fp.

L1step 1.1
3.1

This is the required separating prime.

step 2.1
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Primes containing an ideal contain its radical

Statement

Let R be a commutative ring, let IR be an ideal, and let p be a prime ideal with Ip. Then Ip.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and a prime ideal p containing I.

[L1]

An element lies in I exactly when some positive power of it lies in I (The radical of an ideal).

[L2]

A prime ideal is proper and contains a factor whenever it contains a product (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

Let xI. Choose n1 with xnI. Since Ip, one has xnp.

L1givenchoose
2.1

Repeatedly applying primality from [L2] to the factorization xn=xxn1 shows that xp: if xp, then xn1p; repeating the same argument eventually forces xp after all.

L2step 1.1algebra
3.1

Every element of I lies in p, so Ip.

step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A separating prime for an element outside a radical

Statement

Assume the Axiom of Choice.

Let R be a commutative ring, let IR be an ideal, and let fR. If fI, then there exists a prime ideal p of R such that Ip and fp.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, an element fI, and the Axiom of Choice.

[L1]

An element belongs to I exactly when one of its positive powers lies in I (The radical of an ideal).

[L2]

If every positive power of f avoids I, then some prime ideal contains I but avoids f (Separating an element from an ideal by a prime).

Proof

technique · direct
1.1

Since fI, [L1] says that fnI for every integer n1.

L1given
2.1

Applying [L2] to step 1.1 yields a prime ideal p with Ip and fp.

L2step 1.1
3.1

This prime separates f from the radical of I.

step 2.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The radical of an ideal is the intersection of the prime ideals containing it

Statement

Assume the Axiom of Choice.

Let R be a commutative ring and let IR be an ideal. Then

I=pSpecRIpp,

where the intersection is taken to be R if no prime ideal contains I.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and the Axiom of Choice.

[L1]

Every prime ideal containing I also contains I (Primes containing an ideal contain its radical).

[L2]

Every element outside I is omitted by some prime ideal containing I (A separating prime for an element outside a radical).

Proof

technique · direct
1.1

Let xI. By [L1], every prime ideal containing I also contains x. Therefore x belongs to the displayed intersection.

L1given
1.2

Let xI. By [L2], there is a prime ideal p containing I with xp. Hence x does not belong to the displayed intersection.

L2given
2.1

Steps 1.1 and 1.2 prove that an element belongs to I exactly when it belongs to every prime ideal containing I, which is the claimed equality.

step 1.1step 1.2
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The nilradical is the intersection of all prime ideals

Statement

Assume the Axiom of Choice.

For a commutative ring R, Nil(R)=pSpecRp, with the empty-intersection convention in force for the zero ring.

Facts & Assumptions

Given: A commutative ring R and the Axiom of Choice.

[L1]

The nilradical of R is (0) (The nilradical and reduced rings).

[L2]

The radical of any ideal is the intersection of the prime ideals containing it (The radical of an ideal is the intersection of the prime ideals containing it).

Proof

technique · direct
1.1

By [L1], Nil(R)=(0).

L1
2.1

Applying [L2] to the zero ideal gives (0)=pSpecRp. Combining this with step 1.1 yields the claimed formula for the nilradical.

L2step 1.1
3.1

Therefore the nilradical is exactly the intersection of all prime ideals of R.

step 2.1
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A ring is reduced exactly when zero is an intersection of primes

Statement

Assume the Axiom of Choice.

A commutative ring R is reduced if and only if its zero ideal is the intersection of its prime ideals.

Facts & Assumptions

Given: A commutative ring R and the Axiom of Choice.

[L1]

R is reduced exactly when Nil(R)=(0) (The nilradical and reduced rings).

[L2]

The nilradical is the intersection of all prime ideals (The nilradical is the intersection of all prime ideals).

Proof

technique · direct
1.1

If R is reduced, then Nil(R)=(0) by [L1]. Applying [L2] yields (0)=pSpecRp.

L1L2
1.2

Conversely, if (0)=pSpecRp, then [L2] shows that Nil(R)=(0). Now [L1] gives that R is reduced.

L1L2
2.1

Steps 1.1 and 1.2 prove the equivalence.

step 1.1step 1.2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The prime spectrum and vanishing sets

Definition

Let R be a commutative ring.

The prime spectrum of R is the set

Spec(R)={pR:p is prime}.

If TR, define its vanishing set by

V(T)={pSpec(R):Tp}.

For an ideal IR this is simply

V(I)={pSpec(R):Ip}.

Since a prime ideal contains T exactly when it contains the ideal (T) generated by T, one has V(T)=V((T)).

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Krull dimension of a nonzero ring

Definition

Let R be a nonzero commutative ring. A strict chain of prime ideals of length n is a sequence

p0p1pn

of prime ideals of R.

The Krull dimension of R is the supremum of all integers n0 for which such a chain exists. This supremum is allowed to be infinite.

On this page the zero ring is left outside the definition so that later chain statements do not hide that degenerate boundary.

DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The height of a prime ideal

Definition

Let R be a commutative ring and let pSpec(R). The height of p is the Krull dimension of the local ring Rp:

ht(p)=dim(Rp).
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Vanishing sets reverse inclusions

Statement

Let R be a commutative ring and let IJR be ideals. Then V(J)V(I).

Facts & Assumptions

Given: A commutative ring R and ideals IJR.

[L1]

V(K) is the set of prime ideals containing the ideal K (The prime spectrum and vanishing sets).

Proof

technique · direct
1.1

Let pV(J). By [L1], this means Jp. Since IJ, one also has Ip.

L1given
2.1

The containment Ip says exactly that pV(I) by [L1]. Therefore every element of V(J) lies in V(I).

L1step 1.1
3.1

Hence V(J)V(I).

step 2.1
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Vanishing sets of arbitrary sums

Statement

Let R be a commutative ring, and let (Iλ)λΛ be a family of ideals of R. Write λΛIλ for the ideal of finite sums of elements drawn from the family, with the empty sum equal to 0. Then

V ⁣(λΛIλ)=λΛV(Iλ).

Facts & Assumptions

Given: A commutative ring R and a family (Iλ)λΛ of ideals of R.

[L1]

V(K) is the set of prime ideals containing the ideal K (The prime spectrum and vanishing sets).

Proof

technique · direct
1.1

If pV ⁣(λIλ), then λIλp. Since every Iλ is contained in that sum, one has Iλp for every λ, so pV(Iλ) for all λ.

L1given
1.2

Conversely, if pV(Iλ) for every λ, then each Iλ lies in p. Because p is an ideal, it contains every finite sum of elements coming from the family, hence it contains λIλ. Therefore pV ⁣(λIλ).

L1givenalgebra
2.1

Steps 1.1 and 1.2 prove the displayed equality.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Vanishing sets of finite products

Statement

Let R be a commutative ring, and let I1,,InR with n1. Then V(I1In)=V(I1)V(In).

Facts & Assumptions

Given: A commutative ring R, ideals I1,,InR, and an integer n1.

[L1]

V(K) is the set of prime ideals containing K (The prime spectrum and vanishing sets).

[L2]

A prime ideal contains a factor whenever it contains a product (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

If pV(Ij) for some j, then Ijp. Every element of I1In lies in Ij, so I1Inp, and therefore pV(I1In). This proves V(I1)V(In)V(I1In).

L1givenalgebra
1.2

Conversely, let pV(I1In) and suppose that no Ij is contained in p. For each j, choose ajIjp. Then a1anI1Inp, so repeated use of [L2] forces some ajp, a contradiction. Hence Ijp for some j, and pV(Ij).

L1L2choosealgebra
2.1

The two inclusions prove V(I1In)=V(I1)V(In).

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Vanishing-set identities

Statement

Let R be a commutative ring.

  1. V((0))=Spec(R).
  2. V(R)=.
  3. For every family (Iλ)λΛ of ideals, V ⁣(λΛIλ)=λΛV(Iλ).
  4. For every finite family I1,,In of ideals with n1, V(I1In)=V(I1)V(In).

Facts & Assumptions

Given: A commutative ring R.

[L1]

V(K) is the set of prime ideals containing K (The prime spectrum and vanishing sets).

[L2]

Vanishing sets turn arbitrary sums into intersections (Vanishing sets of arbitrary sums).

[L3]

Vanishing sets turn finite products into unions (Vanishing sets of finite products).

Proof

technique · direct
1.1

Every prime ideal contains 0, so V((0))=Spec(R). No prime ideal equals the whole ring, so no prime ideal contains R; hence V(R)=.

L1given
1.2

The arbitrary-sum identity is exactly [L2], and the finite-product identity is exactly [L3].

L2L3
2.1

Steps 1.1 and 1.2 supply the four listed vanishing-set identities.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Vanishing sets detect radicals

Statement

Assume the Axiom of Choice.

Let R be a commutative ring and let I,JR be ideals. Then

V(I)=V(J)I=J.

Facts & Assumptions

Given: A commutative ring R, ideals I,JR, and the Axiom of Choice.

[L1]

The radical of an ideal is the intersection of the prime ideals containing it (The radical of an ideal is the intersection of the prime ideals containing it).

[L2]

Radical is an idempotent ideal-valued operation (The radical of an ideal is an ideal).

Proof

technique · direct
1.1

If V(I)=V(J), then the two ideals are contained in exactly the same prime ideals. Applying [L1] to both ideals shows that I and J are intersections over the same family of prime ideals, hence I=J.

L1given
1.2

Conversely, suppose I=J. If pV(I), then p contains I, so [L1] gives Ip. Therefore Jp, hence JJp by [L2], and pV(J). The same argument with I and J reversed shows V(J)V(I).

L1L2given
2.1

Steps 1.1 and 1.2 prove that vanishing sets agree exactly when radicals agree.

step 1.1step 1.2
DefinitionDefinition: Literature-sourcedProof: Not applicablejudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Principal distinguished subsets of the prime spectrum

Definition

Let R be a commutative ring and let fR. The principal distinguished subset determined by f is

D(f)={pSpec(R):fp}.

It is the complement of V((f)) inside the set Spec(R).

LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Distinguished-subset identities

Statement

Let R be a commutative ring and let f,gR. Then

D(0)=,D(1)=Spec(R),D(fg)=D(f)D(g).

Moreover, for every integer n1 one has

D(fn)=D(f).

Facts & Assumptions

Given: A commutative ring R, elements f,gR, and an integer n1.

[L1]

D(h) is the set of prime ideals that do not contain h (Principal distinguished subsets of the prime spectrum).

Proof

technique · direct
1.1

Every prime ideal contains 0, so no prime lies in D(0). Every prime ideal is proper, so it does not contain 1; hence every prime lies in D(1). Therefore D(0)= and D(1)=Spec(R).

L1given
1.2

Let pSpec(R). Then pD(fg) exactly when fgp. Because p is prime, this is equivalent to saying that neither f nor g lies in p, that is, pD(f)D(g). The same prime-ideal property shows that fnp exactly when fp, so D(fn)=D(f).

L1givenalgebra
2.1

Steps 1.1 and 1.2 prove the stated identities for principal distinguished subsets.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

Distinguished-subset covers detect radicals

Statement

Assume the Axiom of Choice.

Let R be a commutative ring and let f,f1,,fnR with n1. Then

D(f)D(f1)D(fn)

if and only if

f(f1,,fn).

Equivalently, some positive power of f lies in the ideal (f1,,fn).

Facts & Assumptions

Given: A commutative ring R, elements f,f1,,fnR, an integer n1, and the Axiom of Choice.

[L1]

Two ideals have the same vanishing set exactly when their radicals agree (Vanishing sets detect radicals).

[L2]

For any hR, the principal distinguished subset D(h) is the complement of V((h)) in Spec(R) (Principal distinguished subsets of the prime spectrum), where (h) denotes the principal ideal generated by h (The ideal generated by a subset and principal ideals).

Proof

technique · direct
1.1

Let J=(f1,,fn). If fJ and pD(f), then fp. A prime ideal containing J would contain every element of J and therefore would contain f, so p cannot contain J. Hence at least one fi is omitted by p, which means pD(fi) for some i. Thus D(f)D(f1)D(fn).

L2givenalgebra
1.2

Conversely, assume D(f)D(f1)D(fn). If p contains J and omitted f, then p would lie in the left-hand side and hence in some D(fi), contradicting fiJp. Therefore every prime ideal containing J also contains f, so V(J)=V(J+(f)). By [L1], the radicals of J and J+(f) agree; since fJ+(f), this forces fJ.

L1L2given
2.1

Steps 1.1 and 1.2 prove the equivalence. The final sentence is just the definition of membership in a radical ideal.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

The spectrum map respects composition and identities

Statement

Let RφAψB be ring homomorphisms of commutative rings. For a prime ideal qSpec(A) define Spec(φ)(q)=φ1(q). Then this gives a well-defined map Spec(A)Spec(R), and one has Spec(idR)=idSpec(R) and Spec(ψφ)=Spec(φ)Spec(ψ).

Facts & Assumptions

Given: Commutative rings R,A,B and ring homomorphisms φ:RA and ψ:AB.

[L1]

Prime ideals are proper ideals that absorb factors of a product (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

If qSpec(A), then φ1(q) is a proper ideal of R: otherwise 1φ1(q), so 1=φ(1)q, contradicting the properness in [L1]. If abφ1(q), then φ(a)φ(b)=φ(ab)q, so [L1] gives aφ1(q) or bφ1(q). Therefore φ1(q) is prime.

L1givenalgebra
2.1

For pSpec(R), one has idR1(p)=p. For rSpec(B), one has (ψφ)1(r)=φ1(ψ1(r)), so contraction along the composite is the composite of the contractions.

step 1.1givenalgebra
3.1

The inverse-image construction is therefore well-defined on prime spectra and respects identities and composition.

step 1.1step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

The spectrum map pulls back vanishing sets

Statement

Let φ:RA be a ring homomorphism of commutative rings, and let IR be an ideal. Write IA for the ideal of A generated by φ(I). Then Spec(φ)1(V(I))=V(IA) as subsets of Spec(A).

Facts & Assumptions

Given: A ring homomorphism φ:RA of commutative rings and an ideal IR.

[L1]

V(K) is the set of prime ideals containing K (The prime spectrum and vanishing sets).

[L2]

(φ(I))=IA is the ideal generated by the image of I (The ideal generated by a subset and principal ideals).

Proof

technique · direct
1.1

Let qSpec(A). Then qSpec(φ)1(V(I)) exactly when φ1(q)V(I), and by [L1] this is equivalent to Iφ1(q). That in turn is equivalent to φ(I)q.

L1given
2.1

A prime ideal contains the subset φ(I) exactly when it contains the ideal generated by that subset, namely IA by [L2]. Hence the condition from step 1.1 is equivalent to IAq, that is, to qV(IA).

L1L2algebra
3.1

Therefore Spec(φ)1(V(I))=V(IA).

step 1.1step 2.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

A ring map induces a contraction map on prime spectra

Statement

Let φ:RA be a ring homomorphism of commutative rings. Then contraction along φ defines a map

Spec(φ):Spec(A)Spec(R),qφ1(q).

For every ideal IR, if IA denotes the ideal generated by φ(I), then

Spec(φ)1(V(I))=V(IA).

Facts & Assumptions

Given: A ring homomorphism φ:RA of commutative rings.

[L1]

Contraction of prime ideals is well-defined and respects identities and composition (The spectrum map respects composition and identities).

[L2]

Contraction pulls back vanishing sets by the rule Spec(φ)1(V(I))=V(IA) (The spectrum map pulls back vanishing sets).

Proof

technique · direct
1.1

The first displayed assignment is well-defined on prime ideals by [L1].

L1
1.2

The stated pullback formula for vanishing sets is exactly [L2].

L2
2.1

Together, steps 1.1 and 1.2 give the spectrum map induced by φ and its basic effect on vanishing sets.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Primes of a quotient lie over the kernel

Statement

Let R be a commutative ring, let IR be an ideal, and let π:RR/I be the quotient map. If qSpec(R/I), then π1(q) is a prime ideal of R containing I. If pSpec(R) contains I, then p/I is a prime ideal of R/I. Both assignments preserve strict inclusion.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and the quotient map π:RR/I.

[L1]

Ideals of R/I correspond to ideals of R containing I (Correspondence theorem: ideals of R/I correspond to ideals of R containing I).

[L2]

A prime ideal is a proper ideal that absorbs factors of a product (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

Let qSpec(R/I). Because 0+Iq, the contraction π1(q) contains I. If abπ1(q), then (a+I)(b+I)=ab+Iq, so [L2] gives aπ1(q) or bπ1(q). Also 1π1(q) because q is proper. Hence π1(q) is prime.

L2givenalgebra
1.2

Let pSpec(R) with Ip. By [L1], p/I is an ideal of R/I. If (a+I)(b+I)=ab+Ip/I, then abp, so [L2] gives a+Ip/I or b+Ip/I. Properness is inherited from 1p. Inclusion preservation is immediate from [L1].

L1L2givenalgebra
2.1

Therefore primes of the quotient and primes of R above I correspond by extension and contraction, with strict inclusions preserved.

step 1.1step 1.2
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Prime ideals of a quotient ring are exactly the prime ideals containing the ideal

Statement

Let R be a commutative ring, let IR be an ideal, and let π:RR/I be the quotient map. Then contraction along π induces an inclusion-preserving bijection Spec(R/I)V(I), sending q to π1(q). Its inverse sends a prime ideal pI to p/I.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and the quotient map π:RR/I.

[L1]

Primes of R/I correspond to primes of R containing I, and strict inclusions are preserved (Primes of a quotient lie over the kernel).

[L2]

Every quotient map induces a spectrum map by contraction (A ring map induces a contraction map on prime spectra).

Proof

technique · direct
1.1

By [L2], contraction along π gives a map Spec(R/I)Spec(R). The quotient-prime correspondence [L1] shows that its values are precisely prime ideals containing I, so the map lands in V(I).

L1L2
1.2

The same correspondence [L1] provides the inverse assignment pp/I on V(I), and it also shows that extension and contraction undo one another and preserve inclusion.

L1
2.1

Therefore contraction along π identifies Spec(R/I) with V(I).

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Primes of a localization avoid the denominator set

Statement

Let R be a commutative ring, let SR be a multiplicative subset, and let λ:RS1R be the localization map. Contraction sends each prime ideal of S1R to a prime ideal of R disjoint from S, and extension sends each prime ideal of R disjoint from S back to a prime ideal of S1R. These two operations are inverse and preserve strict inclusion.

Facts & Assumptions

Given: A commutative ring R, a multiplicative subset SR, and the localization map λ:RS1R.

[L1]

Ideals of S1R correspond to S-saturated ideals of R, and primes correspond exactly to the prime ideals disjoint from S (Ideals of S1R correspond to S-saturated ideals of R, and prime ideals correspond to primes disjoint from S).

Proof

technique · direct
1.1

The prime-ideal part of [L1] says exactly that if qSpec(S1R), then λ1(q) is a prime ideal of R disjoint from S, and if pSpec(R) with pS=, then S1p is a prime ideal of S1R.

L1
1.2

The same statement [L1] asserts that these assignments are inverse inclusion-preserving bijections. In particular they preserve strict inclusion.

L1
2.1

Therefore primes of the localization are exactly the primes of R that avoid the denominator set.

step 1.1step 1.2
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Primes of a localization at a prime

Statement

Let R be a commutative ring and let pSpec(R). Contraction along RRp induces an inclusion-preserving bijection from Spec(Rp) to the set of prime ideals qp of R.

Facts & Assumptions

Given: A commutative ring R and a prime ideal pR.

[L1]

Rp is the localization at the multiplicative set Rp (Localisation at a prime ideal: Rp=(Rp)1R).

[L2]

Primes of a localization correspond to primes of the original ring disjoint from the denominator set (Primes of a localization avoid the denominator set).

Proof

technique · direct
1.1

By [L1], the denominator set is S=Rp. For a prime ideal q of R, the condition qS= is equivalent to qp.

L1given
2.1

Applying [L2] to the localization at S yields the claimed bijection between Spec(Rp) and the primes qp.

L2step 1.1
3.1

Hence prime ideals of the local ring Rp are exactly the primes of R lying below p.

step 2.1
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Primes of a principal localization

Statement

Let R be a commutative ring and let fR. Contraction along RRf induces an inclusion-preserving bijection from Spec(Rf) to the set of prime ideals of R that do not contain f.

Facts & Assumptions

Given: A commutative ring R and an element fR.

[L1]

Rf is the localization of R at the multiplicative set {1,f,f2,} (Principal localisation Rf={1,f,f2,}1R).

[L2]

Primes of a localization correspond to primes of the original ring disjoint from the denominator set (Primes of a localization avoid the denominator set).

Proof

technique · direct
1.1

By [L1], the denominator set is S={1,f,f2,}. A prime ideal p is disjoint from S exactly when fp: if fp, then every positive power of f lies in p; conversely, if some power of f lies in p, primality forces fp.

L1givenalgebra
2.1

Applying [L2] to the localization at S gives the stated bijection.

L2step 1.1
3.1

Therefore primes of Rf are exactly the primes of R that avoid f.

step 2.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Prime ideals of a localization are exactly the primes disjoint from the denominator set

Statement

Let R be a commutative ring, let SR be a multiplicative subset, and let λ:RS1R be the localization map. Then contraction along λ induces an inclusion-preserving bijection Spec(S1R){pSpec(R):pS=}. Its inverse sends p to S1p.

Facts & Assumptions

Given: A commutative ring R, a multiplicative subset SR, and the localization map λ:RS1R.

[L1]

Every localization map induces a spectrum map by contraction (A ring map induces a contraction map on prime spectra).

[L2]

Primes of the localization correspond exactly to primes of R disjoint from S (Primes of a localization avoid the denominator set).

Proof

technique · direct
1.1

By [L1], contraction along λ gives a map from Spec(S1R) to Spec(R).

L1
1.2

The localization-prime correspondence [L2] says that this map lands exactly in the primes disjoint from S, and that extension and contraction are inverse inclusion-preserving bijections on that subset.

L2
2.1

Therefore Spec(S1R) is identified with the primes of R that avoid the denominator set.

step 1.1step 1.2
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Passing to the reduced quotient does not change the prime spectrum

Statement

Let R be a commutative ring, let N=Nil(R), and let π:RR/N be the quotient map. Then contraction along π induces an inclusion-preserving bijection Spec(R/N)Spec(R). If JR/N and I=π1(J), this bijection identifies V(J) with V(I).

Facts & Assumptions

Given: A commutative ring R, its nilradical N=Nil(R), and the quotient map π:RR/N.

[L1]

Prime ideals of a quotient correspond exactly to prime ideals of the original ring containing the kernel (Prime ideals of a quotient ring are exactly the prime ideals containing the ideal).

[L2]

Every element of N is nilpotent (The nilradical and reduced rings).

Proof

technique · direct
1.1

Let pSpec(R). If xN, then xm=0 for some m1, so xmp. Because p is prime, this forces xp. Thus every prime ideal of R contains N.

L2givenalgebra
2.1

Applying [L1] to the quotient map π and using step 1.1, one gets an inclusion-preserving bijection from Spec(R/N) onto all of Spec(R). Moreover, for an ideal JR/N with pullback I, a prime q of R/N contains J exactly when its contraction π1(q) contains I. So the same bijection carries V(J) onto V(I).

L1step 1.1
3.1

Therefore passing from R to its reduced quotient does not change the prime spectrum or the vanishing sets attached to quotient ideals.

step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

Minimal primes over a proper ideal exist

Statement

Assume the Axiom of Choice.

Let R be a commutative ring and let IR be a proper ideal. Then there exists a prime ideal p of R containing I that is minimal with respect to inclusion among the prime ideals containing I.

Facts & Assumptions

Given: A commutative ring R, a proper ideal IR, and the Axiom of Choice.

[L1]

If an ideal is disjoint from a multiplicative set, then some prime ideal contains it and stays disjoint from that set (A prime containing an ideal and avoiding a multiplicative set).

[L2]

Assuming the Axiom of Choice, every nonempty poset in which every chain has an upper bound has a maximal element (Zorn's lemma).

[L3]

Prime ideals are ordered by inclusion as ideals (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

The singleton set {1} is multiplicative and is disjoint from I because I is proper. Applying [L1] gives at least one prime ideal containing I. Let Σ be the set of all prime ideals containing I, ordered by reverse inclusion. Then Σ.

L1givenconstruct
1.2

Let CΣ be a chain. Put

q=pCp.

Then Iq. To see that q is prime, let abq and assume a,bq. Choose pa,pbC with apa and bpb. Since C is totally ordered by inclusion, either papb or pbpa. In the first case bpa because papb; in the second case apb. Either way one of the primes in the chain contains ab but neither factor, a contradiction. Thus qΣ, and it is an upper bound of C in the reverse-inclusion order.

L3choosealgebra
2.1

By [L2], the poset Σ has a maximal element for reverse inclusion. Such an element is exactly a prime ideal minimal by ordinary inclusion among the primes containing I.

L2step 1.1step 1.2
3.1

Therefore every proper ideal lies under a minimal prime ideal.

step 2.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

The Noetherian minimal-prime induction split

Statement

Let R be a commutative ring and let IR be a proper radical ideal that is not prime. Then there exist elements x,yRI with xyI. For any such choice of x and y, every prime ideal minimal over I is minimal over I+(x) or minimal over I+(y).

Facts & Assumptions

Given: A commutative ring R and a proper radical ideal IR that is not prime.

[L1]

A prime ideal is proper and contains one factor whenever it contains a product (Prime ideals and maximal ideals in a commutative ring).

Proof

technique · direct
1.1

Because I is not prime, [L1] gives elements x,yR with xyI but xI and yI.

L1givenchoose
2.1

Let p be a prime ideal minimal over I. Since xyIp and p is prime, [L1] gives xp or yp. If xp and q is a prime ideal with I+(x)qp, then Iqp, so minimality of p over I forces q=p. Thus p is minimal over I+(x). The same argument with y in place of x shows that if yp, then p is minimal over I+(y).

L1step 1.1given
3.1

Therefore every prime ideal minimal over I appears on one side of the split I+(x) or I+(y).

step 2.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

The nilradical of a Noetherian ring is nilpotent

Statement

Let R be a Noetherian commutative ring. Then its nilradical Nil(R) is a nilpotent ideal: there exists an integer N1 such that Nil(R)N=(0).

Facts & Assumptions

Given: A Noetherian commutative ring R.

[L1]

The nilradical is the ideal of nilpotent elements (The nilradical and reduced rings).

Proof

technique · direct
1.1

By [L1] and [L2], the ideal Nil(R) is finitely generated. Choose generators a1,,ar, and for each i choose an integer ni1 with aini=0. Set N=n1++nr.

L1L2choose
2.1

Every element of Nil(R)N is a finite sum of monomials of total degree N in the generators a1,,ar. In each such monomial, some generator ai occurs at least ni times, so that monomial contains the factor aini=0 and therefore vanishes. Hence every monomial, and therefore every finite sum of them, is zero.

step 1.1algebra
3.1

Thus Nil(R)N=(0) for the integer N chosen in step 1.1.

step 2.1
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-27Open item page →

A radical ideal in a Noetherian ring is a finite intersection of minimal primes

Statement

Let R be a Noetherian commutative ring and let IR be a radical ideal. Then there exist prime ideals p1,,pm minimal over I such that I=p1pm; when I=R, this means m=0 and the empty intersection is R. In particular, I has only finitely many minimal prime ideals.

The proof uses Noetherian induction and inherits the dependent-choice cost already recorded there; it introduces no further choice principle.

Facts & Assumptions

Given: A Noetherian commutative ring R and a radical ideal IR.

[L2]

If a proper radical ideal is not prime, then every prime minimal over it is minimal over one of two strictly larger ideals I+(x) or I+(y) obtained from a factorization xyI with x,yI (The Noetherian minimal-prime induction split).

[L3]

Radicals of products satisfy JK=JK (The radical of a product of ideals).

Proof

technique · direct
1.1

Let P be the collection of radical ideals JR for which there exist finitely many prime ideals minimal over J whose intersection equals J. By [L1], it is enough to fix a radical ideal I and assume that every radical ideal strictly containing I lies in P.

L1given
1.2

If I=R, then no prime ideal contains I, and the empty intersection is R. So IP in this boundary case.

givenalgebra
1.3

If I is prime, then I itself is the unique prime minimal over I, so IP.

given
1.4

Assume now that I is neither R nor prime. Then I is a proper radical ideal, so [L2] applies: choose x,yI with xyI, and set J=I+(x) and K=I+(y). Because I is radical and x,yI, both J and K strictly contain I. Hence the induction hypothesis places both J and K in P, and [L2] also says that every prime minimal over I is minimal over I+(x) or over I+(y).

L2choosealgebra
2.1

Choose finite families of prime ideals minimal over J and K with J=p1pr and K=q1qs. The product (I+(x))(I+(y)) is contained in I: expanding (a+rx)(b+sy) gives terms in I because a,bI and xyI. Therefore JK=(I+(x))(I+(y))I by [L3]. The reverse inclusion IJK is immediate, so I=p1prq1qs.

L3step 1.4choosealgebra
3.1

By step 1.4, every prime minimal over I belongs to the finite family F={p1,,pr,q1,,qs}. Let MF be the subfamily of inclusion-minimal members. Every element of M is a prime ideal minimal over I, and every prime in F contains some member of M because F is finite. Removing a prime ideal that contains another one does not change an intersection, so the intersection over M is still I. Thus IP.

step 1.4step 2.1algebra
4.1

Steps 1.2, 1.3, and 3.1 establish the induction step promised in step 1.1. Therefore every radical ideal of R is an intersection of finitely many prime ideals minimal over it, and in particular has only finitely many minimal prime ideals.

step 1.1step 1.2step 1.3step 3.1
TheoremStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

A Noetherian ring has finitely many minimal prime ideals

Statement

Let R be a Noetherian commutative ring. Then R has only finitely many minimal prime ideals.

This theorem inherits only the dependent-choice cost already recorded in the cited Noetherian-induction corollary.

Facts & Assumptions

Given: A Noetherian commutative ring R.

[L1]

The nilradical is Nil(R)=(0), and every ideal of the form I is radical (The nilradical and reduced rings, The radical of an ideal is an ideal).

[L2]

Every radical ideal of a Noetherian ring is a finite intersection of its minimal primes, and hence has only finitely many minimal primes (A radical ideal in a Noetherian ring is a finite intersection of minimal primes).

Proof

technique · direct
1.1

Let N=Nil(R). By [L1], N is a radical ideal, so [L2] gives only finitely many prime ideals minimal over N.

L1L2
1.2

A prime ideal contains (0) if and only if it contains every nilpotent element, hence if and only if it contains N. Therefore the prime ideals minimal over (0) are exactly the prime ideals minimal over N.

L1givenalgebra
2.1

Combining steps 1.1 and 1.2 shows that R has only finitely many minimal prime ideals.

step 1.1step 1.2
LemmaStatement: Literature-sourcedProof: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Height equals local dimension

Statement

Let R be a commutative ring and let pSpec(R). Then ht(p)=sup{n0:p0pn=p is a strict chain of prime ideals in R}. The supremum is allowed to be infinite.

Facts & Assumptions

Given: A commutative ring R and a prime ideal pR.

[L1]

By definition, ht(p)=dim(Rp) (The height of a prime ideal).

[L2]

Prime ideals of Rp correspond exactly to prime ideals of R contained in p, with strict inclusions preserved (Primes of a localization at a prime).

[L3]

Krull dimension is the supremum of lengths of strict chains of prime ideals (Krull dimension of a nonzero ring).

Proof

technique · direct
1.1

By [L2], strict chains of prime ideals in Rp are in bijection with strict chains of prime ideals in R that end at p. Corresponding chains have the same length because strict inclusions are preserved in both directions.

L2given
2.1

By [L1], the left-hand side is dim(Rp). By [L3], that dimension is the supremum of the lengths of the strict prime chains in Rp, so step 1.1 identifies it with the displayed supremum over chains in R ending at p.

L1L3step 1.1
3.1

Therefore height agrees with the chain-length description.

step 2.1
CorollaryStatement: Literature-sourcedProof: Literature-sourcedprecheck passjudge pass (gpt-5.6-terra)audited 2026-08-27Open item page →

Dimension of a quotient via chains above an ideal

Statement

Let R be a commutative ring and let IR be an ideal. Assume R/I is nonzero. Then dim(R/I)=sup{n0:p0pn is a strict chain of prime ideals of R all containing I}. The supremum is allowed to be infinite.

Facts & Assumptions

Given: A commutative ring R, an ideal IR, and a nonzero quotient ring R/I.

[L1]

Krull dimension is the supremum of lengths of strict chains of prime ideals (Krull dimension of a nonzero ring).

[L2]

Prime ideals of R/I correspond exactly to prime ideals of R containing I, with strict inclusions preserved (Prime ideals of a quotient ring are exactly the prime ideals containing the ideal).

Proof

technique · direct
1.1

By [L2], strict chains of prime ideals in R/I are in bijection with strict chains of prime ideals of R whose every term contains I. Corresponding chains have the same length.

L2given
2.1

Since R/I is nonzero, [L1] applies to it. Thus dim(R/I) is the supremum of the lengths of the strict prime chains in R/I, and step 1.1 identifies that supremum with the one displayed in the statement.

L1step 1.1
3.1

Therefore dimension of the quotient is computed by prime chains of R lying above I.

step 2.1

5 · Examples, counterexamples and false statements

None yet.

Sources