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.

12 results · all verified · 3 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 9 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Prime Spectra and Radicals Examples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-27Open item page →

The prime ideals of a field and of the integers

Example

Let F be a field.

  1. Spec(F)={(0)}.
  2. The prime ideals of Z are exactly (0) and (p) for prime integers p.

Thus the inclusion order on Spec(Z) has (0)(p) for each prime number p, and no other strict containments.

Facts & Assumptions

Given: A field F and the ring Z.

[L1]

Every nonempty subset of the natural numbers has a least element (The well-ordering principle).

[L2]

For a commutative ring, the quotient by an ideal is an integral domain exactly when that ideal is prime (R/P is an integral domain if and only if P is a prime ideal).

[L3]

For a prime integer p, the quotient ring Z/pZ is a field (For every prime p, the two operations on Z/p make it a field).

[L4]

For integers m and positive integers n, there are integers q,r with m=qn+r and 0r<n (Division with remainder in Z: for aZ and b>0 there are unique q,rZ with a=qb+r and 0r<b).

Verification

technique · direct
1.1

A proper ideal of a field cannot contain a nonzero element, because any such element is a unit and would force 1 into the ideal. Hence the only proper ideal of F is (0), and (0) is prime because F has no zero divisors.

givenalgebra
1.2

Let IZ. If I(0), choose the least positive integer nI using [L1]. For any mI, [L4] gives m=qn+r with 0r<n; since r=mqnI and n was the least positive element of I, one must have r=0, so every element of I is a multiple of n and therefore I=(n).

L1L4algebra
1.3

If n=ab with 1<a,b<n, then (a+(n))(b+(n))=0+(n) in Z/(n) while neither factor is zero, so [L2] shows (n) is not prime. If n=p is prime, then [L3] makes Z/(p) a field and hence a domain, so [L2] shows (p) is prime. Finally (0) is prime because Z is an integral domain.

L2L3algebra
2.1

Steps 1.1, 1.2, and 1.3 prove the listed prime ideals of F and Z, and the inclusion order is immediate because every nonzero prime ideal of Z is maximal.

step 1.1step 1.2step 1.3
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-08-27Open item page →

Every prime ideal of a product ring comes from one factor

Example

Let R and S be commutative rings. Then the prime ideals of R×S are exactly the ideals of the form p×S with pSpec(R) and the ideals of the form R×q with qSpec(S).

Facts & Assumptions

Given: Commutative rings R and S.

[L1]

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

Verification

technique · direct
1.1

Let PSpec(R×S). The idempotents e1=(1,0) and e2=(0,1) satisfy e1e2=0P, so [L1] gives e1P or e2P. They cannot both lie in P because then 1=e1+e2P. If e1P, then every (r,0)=e1(r,s) lies in P, so P=R×q where q={sS:(0,s)P}. The same argument with e2 gives the alternative form p×S. In either case the factor ideal is prime because products in the factor ring are products in R×S.

L1givenalgebra
1.2

Conversely, if pSpec(R), then p×S is a prime ideal of R×S: if (r1,s1)(r2,s2)p×S, then r1r2p, so [L1] gives r1p or r2p, which means (r1,s1) or (r2,s2) lies in p×S. The same proof works for R×q.

L1givenalgebra
2.1

Therefore every prime ideal of the product ring comes from exactly one factor.

step 1.1step 1.2
ExampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Dual numbers and their reduced quotient have the same prime set

Example

Let k be a field and let A=k[ε]/(ε2). Then Spec(A) consists of the single prime ideal (ε), and the reduced quotient A/(ε)k has the same prime spectrum.

Facts & Assumptions

Given: A field k and the dual-number ring A=k[ε]/(ε2).

[L1]

Prime ideals of a quotient ring correspond 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]

Passing to the reduced quotient does not change the prime spectrum (Passing to the reduced quotient does not change the prime spectrum).

Verification

technique · direct
1.1

By [L1], prime ideals of A correspond to prime ideals of k[ε] containing (ε2). Any such prime contains ε because ε2 lies in it. The ideal (ε) itself is prime since k[ε]/(ε)k is a field. Therefore Spec(A)={(ε)}.

L1givenalgebra
2.1

The element εA is nilpotent, so the reduced quotient of A is exactly A/(ε)k. By [L2], this quotient has the same prime spectrum as A, which is the singleton from step 1.1.

L2step 1.1
3.1

Hence the dual numbers and their reduced quotient have the same prime set.

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

Minimal and maximal primes of the node ring

Example

Let A=k[x,y]/(xy) for a field k. Then the minimal prime ideals of A are (x) and (y), and every maximal ideal of A contains at least one of them. The maximal ideal (x,y) contains both.

Facts & Assumptions

Given: A field k and the quotient ring A=k[x,y]/(xy).

[L1]

Prime ideals of a quotient correspond 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]

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

Verification

technique · direct
1.1

By [L1], prime ideals of A correspond to prime ideals of k[x,y] containing (xy). If p contains (xy), then xyp, so [L2] gives xp or yp. Therefore every prime of A contains (x) or (y). Since A/(x)k[y] and A/(y)k[x] are integral domains, both (x) and (y) are prime, and no smaller prime can contain them. Thus they are the minimal primes of A.

L1L2givenalgebra
2.1

If m is maximal in A, then it is prime, so step 1.1 shows that it contains (x) or (y). The maximal ideal (x,y) indeed contains both, so "at least one" is the correct boundary statement here.

step 1.1givenalgebra
3.1

This gives the minimal-prime picture of the node ring and the maximal-ideal boundary at the singular point.

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

The distinguished subset D(x) matches the primes of the localization at x

Example

In the polynomial ring k[x,y], the distinguished subset D(x) is exactly the set of prime ideals that correspond to prime ideals of the principal localization k[x,y]x.

Facts & Assumptions

Given: A field k and the polynomial ring k[x,y].

[L1]

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

[L2]

Prime ideals of k[x,y]x correspond exactly to prime ideals of k[x,y] that do not contain x (Primes of a principal localization).

Verification

technique · direct
1.1

By [L1], a prime ideal of k[x,y] lies in D(x) exactly when it avoids x.

L1
2.1

By [L2], the same condition characterizes the prime ideals that survive in the localization k[x,y]x. Therefore the contraction map from Spec(k[x,y]x) identifies its image with D(x).

L2step 1.1
3.1

So D(x) is the prime-set avatar of localizing at x.

step 2.1
ExampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

Computing sqrt((x^2,xy)) from its containing primes

Example

Assume the Axiom of Choice.

In the polynomial ring k[x,y], let I=(x2,xy). Then I=(x), and the prime ideals containing I are exactly the prime ideals containing x.

Facts & Assumptions

Given: A field k, the ideal I=(x2,xy)k[x,y], and the Axiom of Choice.

[L1]

Assuming the Axiom of Choice, 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]

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

Verification

technique · direct
1.1

If p is a prime ideal containing I, then x2p, so [L2] gives xp. Conversely, any prime ideal containing x also contains x2 and xy, hence contains I. Thus the primes over I are exactly the primes containing x.

L2givenalgebra
2.1

The ideal (x) is itself prime because k[x,y]/(x)k[y] is an integral domain. Therefore [L1] and step 1.1 give I=pSpec(k[x,y])Ipp=pSpec(k[x,y])xpp=(x).

L1step 1.1algebra
3.1

Hence (x2,xy)=(x), as claimed.

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

A radical of a product and intersection computation

Example

In the polynomial ring k[x,y], one has (x2,xy)(y3)=(xy).

Facts & Assumptions

Given: A field k.

[L1]

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

[L2]

The radical of (x2,xy) is (x) (Computing sqrt((x^2,xy)) from its containing primes).

[L3]

An element lies in the radical of an ideal exactly when some positive power lies in that ideal (Radical membership via positive powers).

Verification

technique · direct
1.1

By [L1] and [L2], (x2,xy)(y3)=(x2,xy)(y3)=(x)(y3). Since y3(y3), [L3] gives y(y3), so (y)(y3). Conversely, if g(y3), choose m1 with gm(y3) and write g=a(x)+yh(x,y) with a(x)k[x]; if a(x)0, then gm=a(x)m+yb(x,y) for some b(x,y)k[x,y], so gm has a nonzero y0 term and cannot lie in (y3), a contradiction. Hence a(x)=0, so g(y). Thus (y3)=(y).

L1L2L3givenchoosealgebra
2.1

Step 1.1 reduces the problem to (x)(y). A polynomial lies in both ideals exactly when it is divisible by both x and y, hence by xy. Therefore (x)(y)=(xy).

step 1.1algebra
3.1

Therefore (x2,xy)(y3)=(xy).

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

A separating prime for an element outside a radical

Example

Assume the Axiom of Choice.

In the polynomial ring k[x,y], take the ideal I=(x2) and the element f=y. Then no positive power of y lies in I, so the corollary produces a prime ideal containing I but avoiding y; one such prime is (x).

Facts & Assumptions

Given: A field k, the ideal I=(x2)k[x,y], the element f=y, and the Axiom of Choice.

[L1]

Assuming the Axiom of Choice, if no positive power of an element lies in an ideal, then some prime ideal contains the ideal while avoiding the element (Separating an element from an ideal by a prime).

Verification

technique · direct
1.1

Every element of I=(x2) is divisible by x2, so no power yn lies in I.

givenalgebra
2.1

Applying [L1] to step 1.1 yields a prime ideal containing I but avoiding y. Concretely, (x) works: it contains x2 and does not contain y.

L1step 1.1algebra
3.1

Thus this example exhibits the separating-prime conclusion directly.

step 2.1
ExampleConstruction: AI-generatedVerification: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

The zero ring has empty prime spectrum

Example

Let R be the zero ring. Then Spec(R)=, and consequently V((0))=V(R)=D(0)=D(1)=.

Facts & Assumptions

Given: The zero ring R.

[L1]

Spec(R) is the set of prime ideals of R (The prime spectrum and vanishing sets).

[L2]

The vanishing-set and distinguished-subset identities identify V((0)), V(R), D(0), and D(1) from the prime spectrum (Vanishing-set identities, Distinguished-subset identities).

Verification

technique · direct
1.1

In the zero ring one has 0=1, so the only ideal is the whole ring. A prime ideal must be proper, so no prime ideals exist. Therefore Spec(R)=.

L1givenalgebra
2.1

Since every subset named in [L2] is defined as a subset of Spec(R), step 1.1 forces all of them to be empty.

L2step 1.1
3.1

Hence the zero ring has empty prime spectrum, and all the displayed V and D boundary sets are empty as well.

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

Primes inside a localization at a prime

Example

Let A=k[x,y] and let m=(x,y). The prime ideals (0), (x), (y), and (x+y) all lie inside m, so they give distinct prime ideals of the localization Am.

Facts & Assumptions

Given: A field k, the polynomial ring A=k[x,y], and the prime ideal m=(x,y).

[L1]

Prime ideals of Am correspond exactly to prime ideals of A contained in m (Primes of a localization at a prime).

Verification

technique · direct
1.1

The ideals (0), (x), (y), and (x+y) are prime in A, and each is contained in m because their generators lie in (x,y).

givenalgebra
2.1

By [L1], each of these four primes determines a distinct prime ideal of Am, and every prime of Am comes from some prime of A contained in m.

L1step 1.1
3.1

This records a concrete finite family of primes inside the prime localization.

step 2.1
ExampleConstruction: AI-generatedVerification: AI-adaptedprecheck passaudited 2026-08-27Open item page →

A common nilpotence exponent in a Noetherian quotient

Example

Let A=k[x,y]/(x3,x2y,y4). Then the nilradical of A is (x,y), and a common nilpotence exponent is 5: (x,y)5=(0).

Facts & Assumptions

Given: A field k and the quotient ring A=k[x,y]/(x3,x2y,y4).

[L1]

In a Noetherian ring the nilradical is a nilpotent ideal (The nilradical of a Noetherian ring is nilpotent).

Verification

technique · direct
1.1

Every element of (x,y) is a k-linear combination of positive-degree residue classes, and every such monomial is nilpotent because powers eventually hit one of the relations x3=0, x2y=0, or y4=0. Thus (x,y) is the nilradical.

givenalgebra
2.1

Any monomial of total degree 5 in x and y either has y-exponent at least 4 or x-exponent at least 2 together with a positive y-exponent, or else x-exponent at least 3; each case is zero in A. Hence (x,y)5=(0). The theorem [L1] guarantees that some common exponent must exist; this computation shows that 5 works in this example.

L1step 1.1algebra
3.1

Therefore the nilradical of this Noetherian quotient has a concrete common nilpotence exponent.

step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: Literature-sourcedprecheck passaudited 2026-08-27Open item page →

A non-Noetherian nilradical need not be nilpotent

Example

Let

A=k[x1,x2,]/(x1,x22,x33,).

Then the nilradical of A is the ideal generated by the residue classes of the variables xi, but that ideal is not nilpotent.

Facts & Assumptions

Given: A field k and the quotient ring A=k[x1,x2,]/(x1,x22,x33,).

[L1]

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

Verification

technique · direct
1.1

Let n=(x1,x2,). Each generator xi is nilpotent, and every element of n involves only finitely many generators, so in this commutative ring it is a finite sum of commuting nilpotents and hence nilpotent. Therefore nNil(A). Conversely, the quotient A/nk is reduced, so every nilpotent element of A lies in n. Thus Nil(A)=n.

L1givenalgebra
1.2

For every integer N1, the element xN+1N lies in nN. It is nonzero in A because only the (N+1)-st power of xN+1 is killed by the defining relations. Hence nN0 for every N, so n is not nilpotent.

givenalgebra
2.1

This shows that the Noetherian hypothesis in the nilradical-nilpotence theorem is essential.

step 1.1step 1.2

Sources