Alphabeta Math
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.

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

Henselian Rings and Equicharacteristic Cohen Structure — Examples

1 · Prerequisites

2 · Summary

The companion page keeps the abstract lifting and structure statements computational. It shows explicit Hensel correction stages, compares the simple-root and factor-lifting constructions on one polynomial, isolates the failure of the derivative hypothesis, and turns idempotent lifting into a visible product decomposition.

The later examples anchor the Cohen side: complete DVRs and Artinian locals as positive Henselian models, the non-Henselian localization Z(7) as a sharp obstruction, a cusp hypersurface as a concrete formal power-series quotient, and a translated transcendence parameter as a witness that coefficient fields need not be canonical.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A coprime factorisation lifted modulo three successive powers

Example

Over A=kt, consider f(T)=T2Tt. Modulo t one has f=T(T1), and the two residue factors are coprime.

Facts & Assumptions

Given: The polynomial f(T)=T2Tt over kt with residue factorization f=T(T1).

[L1]

Coprime residue factors admit a lifted Bezout identity (Lift a Bezout identity for coprime residue factors).

[L2]

One Hensel correction step raises the factorization by one power of the ideal (One correction step raises factor lifting by one ideal power).

Verification

technique · compute the correction terms explicitly
1.1

Start with g1=T and h1=T1. Then fg1h1=t. A residue Bezout identity is 1=1T+(1)(T1)(modt), so [L1] applies.

L1givenalgebra
2.1

Choose constant corrections u1=t and v1=t. Then u1h1+v1g1=t(T1)tT=t=fg1h1, so g2=T+t,h2=T1t satisfies g2h2=T2Ttt2f(modt2). This is the first explicit correction step from [L2].

L2step 1.1algebra
3.1

Now fg2h2=t2. Choose u2=t2 and v2=t2. Then u2h2+v2g2t2(T1)+t2T=t2(modt3), so g3=T+tt2,h3=T1t+t2 satisfies g3h3f(modt3).

L2step 2.1algebra
4.1

Thus the factorization is lifted explicitly modulo t, modulo t2, and modulo t3. The computation makes the abstract correction lemma concrete.

step 2.1step 3.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Simple-root lifting and factor lifting produce the same root

Example

For the polynomial f(T)=T2Ttkt[T], the residue class a=1k is a simple root of f. Lifting that root directly or by first lifting the factor T1 produces the same root.

Facts & Assumptions

Given: The complete local ring kt and the polynomial f(T)=T2Tt.

[L1]

Complete local rings are Henselian (Complete local rings are Henselian).

[L2]

In a Henselian local ring, every simple residue root lifts uniquely (Factor lifting implies simple-root lifting).

[L3]

A Henselian local ring has the unique coprime factor-lifting property (Henselian pairs and Henselian local rings).

Verification

technique · compare the two constructions at the same residue root
1.1

By [L1], the complete local ring kt is Henselian. Modulo t, one has f=T(T1), so a=1 is a simple root. By [L2], there is a unique root akt with a1(modt) and f(a)=0. The first two correction stages give a1+t(modt2),a1+tt2(modt3).

L1L2givenalgebra
2.1

The residue factorization f=T(T1) is monic and coprime, so [L3] gives a factorization f=(Tb)h(T) with b1(modt). Evaluating at T=b gives f(b)=0, so b is another lift of the same simple residue root.

L3step 1.1givenalgebra
3.1

By uniqueness in [L2], one has a=b. Equivalently, the root obtained from the lifted linear factor is exactly the same root obtained from the simple-root lifting procedure.

L2step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A multiple residue root need not lift uniquely

Example

Over the 2-adic integers Z2, the polynomial f(T)=T21 has the multiple residue root 1F2, but that root does not lift uniquely.

Facts & Assumptions

Given: The polynomial f(T)=T21 over Z2.

[L1]

Simple roots lift uniquely in Henselian local rings; the derivative hypothesis is therefore the load-bearing condition (Factor lifting implies simple-root lifting).

Verification

technique · exhibit two distinct lifts of the same multiple residue root
1.1

Modulo 2, the polynomial becomes f(T)=T21=(T1)2, so the residue root 1 has multiplicity 2. Equivalently, f(1)=21=0.

givenalgebra
2.1

In Z2, both 1 and 1 satisfy f(T)=0, and both reduce to 1 modulo 2. Hence the residue root 1 has at least two lifts.

step 1.1given
3.1

Therefore the derivative-unit hypothesis in [L1] cannot be dropped: a multiple residue root need not lift uniquely even in a complete local ring.

L1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Lifting an idempotent recovers a product decomposition

Example

Let A=kt×kt,I=(t)kt×(t)kt. Then A/Ik×k has the nontrivial idempotent (1,0), and lifting that idempotent recovers the product decomposition of A itself.

Facts & Assumptions

Given: The complete pair (A,I) above.

[L1]

Every complete separated adic pair is Henselian (Complete separated adic pairs are Henselian).

[L2]

Idempotents lift uniquely in a Henselian pair (Idempotents lift uniquely in a Henselian pair).

Verification

technique · lift the visible residue idempotent and read off its two summands
1.1

For every n1 one has In=(tn)kt×(tn)kt, so A/Inkt/(tn)×kt/(tn). Thus A is the inverse limit of the quotients A/In coordinatewise, and n1In=0×0, again coordinatewise. Hence A is I-adically complete and separated, so [L1] shows that (A,I) is Henselian.

L1givenalgebra
2.1

The residue ring is A/Ik×k, and (1,0) is an idempotent there. The obvious lift in A is e=(1,0), which indeed satisfies e2=e. By [L2], that lift is the unique idempotent of A reducing to (1,0). Its complement is 1e=(0,1).

L2step 1.1givenalgebra
3.1

Multiplication by e and 1e gives A=eA×(1e)A=(kt×0)×(0×kt). Thus the lifted idempotent exactly recovers the original product decomposition.

step 2.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-09-04Open item page →

A complete discrete valuation ring is Henselian

Example

For every field k, the formal power-series ring kt is a complete discrete valuation ring and hence Henselian.

Facts & Assumptions

Given: A field k and the ring kt.

[L1]

The ring kt is a local domain with unique maximal ideal tkt (For a field K, Kx is a domain and its nonunits form the unique maximal ideal xKx).

[L2]

A local domain of this form is a discrete valuation ring (Equivalent characterizations of a DVR).

[L3]

Every complete local ring is Henselian (Complete local rings are Henselian).

Verification

technique · identify the standard complete local model
1.1

By [L1], kt is local with maximal ideal (t). Its t-adic topology is complete by construction of the formal power-series ring.

L1given
2.1

By [L2], this local domain is a discrete valuation ring. Applying [L3] to the complete local ring kt shows that it is Henselian.

L2L3step 1.1
3.1

Therefore every complete discrete valuation ring modeled by kt is Henselian.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A truncated polynomial local ring is Henselian

Example

Let k be a field and let A=k[x]/(xn)(n1). Then A is a local Artinian ring, hence Henselian.

Facts & Assumptions

Given: A field k, an integer n1, and the quotient ring A=k[x]/(xn).

[L2]

Artinian local rings are Henselian (Artinian local rings are Henselian).

Verification

technique · identify the maximal ideal and its nilpotence
1.1

In A, every class with nonzero constant term is a unit, so the nonunits are exactly the classes divisible by x. Thus A is local with maximal ideal (x), and (x)n=0.

L1givenalgebra
2.1

The descending chain of ideals in A is finite because every ideal is one of (1),(x),,(xn1),(0), so A is Artinian. Therefore [L2] applies and shows that A is Henselian.

L2step 1.1algebra
3.1

Hence the truncated polynomial local ring k[x]/(xn) is a concrete Artinian Henselian ring.

step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

A localization of the integers at p need not be Henselian

Example

The local ring Z(7) is not Henselian.

Facts & Assumptions

Given: The localization A=Z(7) and the polynomial f(T)=T22A[T].

[L1]

The localization at the prime (7) is a local ring (Rp is local with unique maximal ideal pRp).

[L3]

In a Henselian local ring, every simple residue root lifts (A local ring is Henselian exactly when simple residue roots lift uniquely).

Verification

technique · find a simple residue root that has no lift
1.1

By [L1] and [L2], the ring A=Z(7) is local with residue field F7. In that field, f(3)=322=70(mod7),f(3)=23=6≢0(mod7), so 3 is a simple residue root.

L1L2givenalgebra
2.1

Suppose a/bZ(7) with 7b satisfies (a/b)2=2. Then a2=2b2 in Z. The 2-adic valuation of the left side is even, while the valuation of the right side is odd, impossible. Hence 2 has no square root in Q, and therefore no root in Z(7).

step 1.1givenassume-contraalgebradischarge-contradiction
3.1

The simple residue root from step 1.1 does not lift, so [L3] shows that A cannot be Henselian.

L3step 1.1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passaudited 2026-09-04Open item page →

A complete singular local ring as a power-series quotient

Example

Let k be a field and let A=kx,y/(y2x3). Then A is a complete equicharacteristic local ring presented as a quotient of a formal power-series ring; it is the standard cusp hypersurface.

Facts & Assumptions

Given: A field k and the quotient ring A=kx,y/(y2x3).

[L1]

Complete equicharacteristic Noetherian local rings are quotients of formal power-series rings over their residue fields (A complete equicharacteristic Noetherian local ring is a power-series quotient).

Verification

technique · identify the explicit quotient map and its kernel
1.1

The canonical quotient map kX,YA,Xx, Yy, has kernel containing the principal ideal (Y2X3) by construction.

givenalgebra
2.1

Conversely, by definition A is exactly the quotient by that relation, so the kernel is (Y2X3). Therefore AkX,Y/(Y2X3). The maximal ideal is generated by the classes of x and y, and the relation has no linear term, so the ring is singular at that point.

step 1.1givenalgebra
3.1

This is an explicit instance of [L1]: the cusp local ring is a concrete complete local power-series quotient.

L1step 2.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (gpt-5.6-terra)audited 2026-09-04Open item page →

Coefficient fields need not be unique

Example

Let k be a field and let u be transcendental over k. In the complete local ring A=k(u)t, the obvious coefficient field k(u) is not the only one: the translated field k(u+t) is a different coefficient field with the same residue image.

Facts & Assumptions

Given: The complete local ring A=k(u)t.

[L1]

A formal power-series ring over a field is a local domain with maximal ideal generated by the indeterminate (For a field K, Kx is a domain and its nonunits form the unique maximal ideal xKx).

[L2]

Complete equicharacteristic local rings have coefficient fields (Complete equicharacteristic local rings have coefficient fields).

Verification

technique · compare the obvious coefficient field with a translated one
1.1

By [L1], A is local with maximal ideal (t) and residue field A/(t)k(u). The standard inclusion of k(u) into A is therefore a coefficient field, in line with [L2].

L1L2given
2.1

Consider the subfield K=k(u+t)A. For every nonzero polynomial q(Z)k[Z], the residue of q(u+t) modulo t is q(u), which is nonzero in k(u). Hence q(u+t) is a unit of A, so every rational function in u+t lies in A and K is indeed a subfield. Its residue image is again k(u) because u+tu.

L1step 1.1algebra
3.1

The two coefficient fields are distinct: if u+t lay in the constant field k(u), then subtracting u would place t in k(u), but every nonzero element of k(u) is a unit in A whereas t lies in the maximal ideal. Thus k(u+t)k(u).

L1step 2.1algebra
4.1

Therefore coefficient fields in a complete equicharacteristic local ring need not be canonical.

step 1.1step 3.1

Sources