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.

2 results · all verified · 0 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.

Divisibility, Euclidean Domains, Principal Ideal Domains and Unique Factorisation

1 · Prerequisites

2 · Summary

Commutative rings, integral domains, ideals, and units supply the setting for divisibility beyond the integers. The development keeps the roles of zero, units, and associates explicit so that irreducible and prime elements are not silently conflated.

This page defines divisibility and associates, irreducible and prime elements, Euclidean domains, principal ideal domains, and unique factorisation domains. It proves that every Euclidean domain is a principal ideal domain and that a prime element in an integral domain is irreducible.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Divisibility and associates in an integral domain

Definition

Let RR be an integral domain. For a,bRa,b\in R, say that aa divides bb, written aba\mid b, if b=acb=ac for some cRc\in R.

Elements a,bRa,b\in R are associates if a=uba=ub for a unit uR×u\in R^\times. Thus associates differ only by multiplication by an invertible factor. This relation is used to state uniqueness of factorisations without artificially choosing representatives of unit classes.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Irreducible and prime elements of an integral domain

Definition

Let RR be an integral domain and let pRp\in R be nonzero and not a unit. The element pp is irreducible if every factorisation p=abp=ab has aa or bb a unit. It is prime if

pabpa or pbp\mid ab\quad\Longrightarrow\quad p\mid a\text{ or }p\mid b

for all a,bRa,b\in R.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Euclidean domain and Euclidean function

Definition

An integral domain RR is a Euclidean domain if it has a function

δ:R{0}N\delta:R\setminus\{0\}\longrightarrow\mathbb N

such that for every aRa\in R and nonzero bRb\in R, there are q,rRq,r\in R with

a=bq+r,r=0 or δ(r)<δ(b).a=bq+r,\qquad r=0\ \text{or}\ \delta(r)<\delta(b).

Such a function δ\delta is a Euclidean function. No multiplicative monotonicity condition on δ\delta is included in this convention.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Principal ideal domain

Definition

An integral domain RR is a principal ideal domain (PID) if every ideal IRI\mathrel{\trianglelefteq}R is principal: there is an aRa\in R with I=(a)I=(a).

The domain hypothesis is part of the term. A ring in which all ideals are principal but which has zero divisors is not called a PID here.

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-08-03Open item page →

Unique factorisation domain

Definition

An integral domain RR is a unique factorisation domain (UFD) when every nonzero nonunit is a finite product of irreducible elements, and whenever

a=p1pm=q1qna=p_1\cdots p_m=q_1\cdots q_n

are products of irreducibles, then m=nm=n and, after a permutation, each pip_i is associate to the corresponding qiq_i. Thus uniqueness is only up to order and multiplication of factors by units.

TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Every Euclidean domain is a principal ideal domain

Statement

Every Euclidean domain is a principal ideal domain.

Facts & Assumptions

Given: A Euclidean domain RR with Euclidean function δ\delta, and an ideal IRI\mathrel{\trianglelefteq}R.

[L1]

Euclidean division gives a=bq+ra=bq+r with r=0r=0 or δ(r)<δ(b)\delta(r)<\delta(b) whenever b0b\ne0 (Euclidean domain and Euclidean function).

[L2]

An ideal is an additive subgroup closed under multiplication by arbitrary ring elements (Left, right and two-sided ideals).

[L3]

The principal ideal (d)(d) is the ideal generated by dd (The ideal generated by a subset and principal ideals).

[L4]

Every nonempty subset of N\mathbb N has a least element (The well-ordering principle).

[L5]

A PID is an integral domain whose every ideal is principal (Principal ideal domain).

Proof

technique · direct
1.1

If I={0}I=\{0\}, then I=(0)I=(0) and is principal.

L3
1.2

Suppose I{0}I\ne\{0\}. The set {δ(x):xI{0}}\{\delta(x):x\in I\setminus\{0\}\} is nonempty, so choose dI{0}d\in I\setminus\{0\} whose δ\delta-value is least.

L4givenchoose
2.1

For aIa\in I, divide by dd: a=dq+ra=dq+r with r=0r=0 or δ(r)<δ(d)\delta(r)<\delta(d). Since r=adqIr=a-dq\in I, minimality in step 1.2 excludes a nonzero rr; hence r=0r=0.

step 1.2L1L2given
3.1

Step 2.1 gives a=dq(d)a=dq\in(d) for every aIa\in I, so I(d)I\subseteq(d). Conversely dId\in I and ideal closure give dqIdq\in I for every qRq\in R, so (d)I(d)\subseteq I. Thus I=(d)I=(d).

step 2.1L2L3given
4.1

Every ideal is principal by step 1.1 or step 3.1; therefore RR is a PID.

step 1.1step 3.1L5
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-03Open item page →

Every prime element of an integral domain is irreducible

Statement

Every prime element of an integral domain is irreducible.

Facts & Assumptions

Given: An integral domain RR and a prime element pRp\in R.

[L1]

A prime element is nonzero and not a unit, and divides one factor of every product it divides; an irreducible element is nonzero and not a unit and has a unit factor in each of its factorizations (Irreducible and prime elements of an integral domain).

[L3]

An element is a unit when it has a two-sided multiplicative inverse (Left inverse, right inverse, and invertible element of a monoid).

Proof

technique · direct
1.1

Let p=abp=ab. Since pp=abp\mid p=ab, primality gives pap\mid a or pbp\mid b.

L1given
2.1

If pap\mid a, write a=pca=pc. Then p=ab=pcbp=ab=pcb, and cancellation by nonzero pp gives 1=cb=bc1=cb=bc; thus bb is a unit.

step 1.1L2L3given
2.2

If pbp\mid b, the symmetric argument gives that aa is a unit.

step 1.1L2L3given
3.1

Thus every factorization p=abp=ab has a unit factor, so pp is irreducible.

step 2.1step 2.2L1

5 · Examples, counterexamples and false statements

None yet.

Sources

Standard references

Recommended treatments; not extraction sources.