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.

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

The Field of Fractions and Localisation: 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-13Open item page →

Frac(Z) is canonically isomorphic to Q

Example

The field of fractions of Z is canonically isomorphic to Q by abab,a,bZ, b0.

Facts & Assumptions

Given: The standard inclusion ZQ.

[F1]

The rationals are the equivalence classes written a/b for integers a,b with b0 (The rationals as equivalence classes of pairs of integers).

[F2]

The rationals form a field (The rationals form a field).

[F3]

An injective ring map from a domain into a field extends uniquely to its field of fractions (Every injective ring map from a domain into a field factors uniquely through its field of fractions).

[F4]

The integers form a commutative ring (The integers form a commutative ring).

[F5]

A product of two nonzero integers is nonzero (The integers have no zero divisors; multiplicative cancellation).

[F6]

The natural numbers embed injectively in the integers, while 0 and 1 are distinct natural numbers (The naturals embed in the integers, The natural numbers N (von Neumann)).

[F7]

An integral domain is a commutative ring with 10 and no zero divisors (Zero divisor, and integral domain: a commutative ring with 10 and no zero divisors).

Verification

technique · direct
1.1

Facts [F4] and [F5] give the commutative-ring and no-zero-divisor clauses for Z, while [F6] gives 10; hence [F7] makes Z an integral domain. The map aa/1 from Z to Q is injective by the defining equivalence relation in [F1]. Since Q is a field by [F2], [F3] extends it uniquely to an injective homomorphism Frac(Z)Q with the displayed formula.

F1F2F3F4F5F6F7
2.1

Every rational is a/b with b0 by [F1], so the homomorphism is surjective and hence an isomorphism. It fixes each integer, which makes it canonical over Z.

F1step 1.1
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Z[1/6] consists exactly of rationals a/6n and inverts precisely the primes 2 and 3

Example

Inside Q, Z[1/6]=Z6={a6n:aZ, nN}. Among positive prime integers, exactly 2 and 3 become units in this ring.

Facts & Assumptions

Given: The principal localisation of Z at 6 and its canonical map into Q.

[F1]

The principal localisation at 6 consists of fractions a/6n (Principal localisation Rf={1,f,f2,}1R).

[F2]

The field Frac(Z) is canonically Q (Frac(Z) is canonically isomorphic to Q).

[F4]

A map that sends the chosen denominators to units extends uniquely through the localisation (Universal property of localisation: maps that invert S factor uniquely through S1R).

[F5]

A fraction a/s is zero exactly when some denominator annihilates a (Equality, vanishing, and the kernel of the localisation map).

Verification

technique · direct
1.1

The inclusion ZQ sends 6 to a unit, so [F4] gives a map Z6Q with a/6na/6n. If its image is zero, multiplication by the nonzero element 6n in the field Q gives a=0, and then [F5] makes a/6n=0; hence the map is injective. Its image is exactly the set displayed in [F1].

F1F2F4F5algebra
2.1

The elements 2 and 3 are units because 2(3/6)=1 and 3(2/6)=1.

step 1.1algebra
3.1

If a positive prime q is a unit, then q(a/6n)=1 for some a,n, so qa=6n. The case n=0 is impossible because q>1. For n>0, [F3] applied repeatedly to 6n=2n3n gives q2 or q3, and primality with positivity forces q=2 or q=3.

F3step 1.1algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Z(p) consists of rationals with denominator not divisible by p, has maximal ideal pZ(p), and residue field Fp

Example

For a positive prime integer p, Z(p)={abQ:a,bZ, pb}. It is local with maximal ideal pZ(p), and its residue field is canonically Fp=Z/pZ.

Facts & Assumptions

Given: A positive prime integer p.

[F2]

Localising at a prime gives a local ring with maximal ideal the extended prime (Rp is local with unique maximal ideal pRp).

[F3]
[F4]

The field of fractions of Z is Q (Frac(Z) is canonically isomorphic to Q).

[F5]

A homomorphism that sends all denominators to units factors uniquely through the localisation (Universal property of localisation: maps that invert S factor uniquely through S1R).

[F6]

A localisation fraction a/b is zero exactly when some denominator annihilates a (Equality, vanishing, and the kernel of the localisation map).

[F7]

Localisation at a prime ideal P uses the multiplicative set RP (Localisation at a prime ideal: Rp=(Rp)1R).

Verification

technique · direct
1.1

Fact [F1] makes (p) a prime ideal, and [F7] says that the denominators in Z(p) are exactly the integers outside (p), namely those not divisible by p. Such integers are nonzero and hence units in Q, so [F5] gives a map Z(p)Q sending a/b to the same fraction. If its image is zero, multiplication by the nonzero b in Q gives a=0, and [F6] makes a/b=0 in the localisation; thus the map is injective. Its image is exactly the displayed set.

F1F4F5F6F7algebra
2.1

By [F2], the ring is local with maximal ideal (p)Z(p)=pZ(p). By [F3], its residue field is Frac(Z/pZ). Since the latter base ring is already a field by [F1], every fraction satisfies a/b=(ab1)/1, so its fraction field is canonically itself.

F1F2F3algebra
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

F[x](x) is the ring of rational functions defined at 0, with maximal ideal generated by x and residue field F

Example

For a field F, F[x](x)={f(x)g(x)F(x):g(0)0}. This is the ring of rational functions defined at 0. Its maximal ideal is generated by x, and its residue field is canonically F.

Facts & Assumptions

Given: A field F and the polynomial ring F[x].

[F1]

Evaluation at 0 is the unique homomorphism F[x]F fixing F and sending x to 0 (Universal property of R[x]: a coefficient homomorphism and the image of x determine a unique ring homomorphism).

[F2]

For gF[x], one has g(0)=0 exactly when x divides g (Factor theorem over a commutative ring).

[F3]

A quotient by an ideal is a field exactly when the ideal is maximal (R/M is a field if and only if M is a maximal ideal).

[F4]

Localising at a prime yields a local ring with the extended prime as maximal ideal, and its residue field is the fraction field of the quotient domain (Rp is local with unique maximal ideal pRp, Rp/pRpFrac(R/p) is the residue field at p).

[F6]

Every maximal ideal of a commutative ring is prime (Every maximal ideal of a commutative ring is prime).

[F7]

A homomorphism that sends every denominator to a unit factors uniquely through the localisation (Universal property of localisation: maps that invert S factor uniquely through S1R).

[F8]

A localisation fraction f/g is zero exactly when some denominator annihilates f (Equality, vanishing, and the kernel of the localisation map).

[F9]

Localisation at a prime ideal P uses the multiplicative set RP (Localisation at a prime ideal: Rp=(Rp)1R).

Verification

technique · direct
1.1

By [F1] and [F2], evaluation at 0 has kernel (x) and is onto. Explicitly, f+(x)f(0) is well defined and has inverse cc+(x), so F[x]/(x)F. Thus [F3] makes (x) maximal, and [F6] makes it prime.

F1F2F3F6algebra
1.2

By [F9], the denominators are the elements outside (x), which are exactly the polynomials g with g(0)0 by [F2]. They are nonzero and hence units in F(x) by [F5], so [F7] gives a map from the localisation to F(x) sending f/g to the same fraction. If its image is zero, then f=0 because [F5] embeds the domain F[x] in its fraction field, and [F8] makes f/g=0 in the localisation. The map is therefore injective, and its image is precisely the displayed fractions, which are exactly those admitting a representative with denominator nonzero at 0.

F2F5F7F8F9
2.1

By [F4], the maximal ideal is (x)F[x](x)=xF[x](x), and the residue field is Frac(F[x]/(x))Frac(F). Every nonzero denominator in the field F is already invertible, so a/b=(ab1)/1 and the last fraction field is canonically F.

F4step 1.1algebra
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

If 0S, localisation collapses: S1R is the zero ring

Statement refuted

Localising a nonzero ring always produces a nonzero ring.

Facts & Assumptions

Given: A nonzero commutative ring R and a multiplicative subset S containing 0.

[F1]

A fraction r/s is zero exactly when ur=0 for some uS (Equality, vanishing, and the kernel of the localisation map).

Counterexample

technique · direct
1.1

Let R be any nonzero commutative ring and let S be multiplicative with 0S, for example S=R. For every r/sS1R, choose u=0. Then ur=0, so [F1] gives r/s=0.

F1
2.1

Thus S1R has one element and is the zero ring, refuting the statement even though R itself is nonzero.

step 1.1
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Outside a domain, the nonzero elements need not be multiplicative: 23=0 in Z/6

Statement refuted

For every nonzero commutative ring R, the subset R{0} is multiplicative and can be used to define a field of fractions.

Facts & Assumptions

Given: The quotient ring R=Z/6Z.

[F3]

The field-of-fractions construction at all nonzero elements is defined for integral domains (The field of fractions Frac(D)=(D{0})1D of an integral domain).

Counterexample

technique · direct
1.1

In R=Z/6Z, the classes of 2 and 3 are nonzero, but their product is the class of 6, hence zero.

F2algebra
2.1

Therefore R{0} is not closed under multiplication and is not multiplicative by [F1]. This shows why the domain hypothesis in [F3] cannot be removed.

F1F3step 1.1
CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

Localising at a zero divisor need not be injective: inverting 3 in Z/6 kills 2

Statement refuted

Every localisation map RS1R is injective.

Facts & Assumptions

Given: The quotient ring R=Z/6Z and the subset S={1,3}.

[F1]

The kernel of a localisation map consists of the elements annihilated by some denominator (Equality, vanishing, and the kernel of the localisation map).

[F2]

The ring Z/6 is Z/6Z with congruence-class arithmetic (For every nN, the congruence-class ring Z/n is the quotient ring Z/nZ).

Counterexample

technique · direct
1.1

In R=Z/6Z, let S={1,3}, the multiplicative set generated by the class of 3 because 32=3. The class of 2 is nonzero, while 32=0.

F2algebra
2.1

Since the denominator 3 annihilates 2, [F1] gives 2/1=0 in S1R. Thus the localisation map kills a nonzero element and is not injective.

F1step 1.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-13Open item page →

The total quotient ring of a nondomain need not be a field: Q(Z/6)Z/6

Statement refuted

The total quotient ring of every nonzero commutative ring is a field.

Facts & Assumptions

Given: The quotient ring R=Z/6Z. By definition, a regular element s has trivial annihilator, and the total quotient ring Q(R) is the localisation at all regular elements.

[F3]

In a field, every nonzero element is a unit (Field).

Counterexample

technique · direct
1.1

In R=Z/6Z, the class 0 is not regular because it annihilates 1; the classes 2,3,4 are nonzero zero divisors; and 1,5 are units and hence regular. Thus the regular elements are exactly S={1,5}=R×.

givenF1F2algebra
2.1

Since the identity map of R already sends every element of S to a unit, [F1] gives an inverse to the localisation map, so Q(R)=S1RR.

F1step 1.1
3.1

The nonzero class of 2 is not a unit because every product 2a is even modulo 6 and cannot equal 1. Hence R, and therefore Q(R), is not a field by [F3].

F2F3step 2.1

Sources