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.

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

Divisibility and Greatest Common Divisors: Examples and Counterexamples

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 passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

gcd(1071,462)=21\gcd(1071, 462) = 21 by the Euclidean algorithm, with the back-substitution giving 21=74623107121 = 7 \cdot 462 - 3 \cdot 1071

Example

The remainder descent of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) from (1071,462)(1071, 462) is

1071=2462+147,462=3147+21,147=721+0,1071 = 2 \cdot 462 + 147, \qquad 462 = 3 \cdot 147 + 21, \qquad 147 = 7 \cdot 21 + 0,

so the second coordinates are 462,  147,  21,  0462,\; 147,\; 21,\; 0: the descent stops after three divisions, the last nonzero remainder is 2121, and

gcd(1071,462)  =  21.\gcd(1071, 462) \;=\; 21 .

Reading the divisions backwards gives Bézout coefficients:

21  =  4623147  =  4623(10712462)  =  746231071,21 \;=\; 462 - 3 \cdot 147 \;=\; 462 - 3(1071 - 2 \cdot 462) \;=\; 7 \cdot 462 - 3 \cdot 1071 ,

that is, 1071(3)+4627=211071 \cdot (-3) + 462 \cdot 7 = 21.

Numerals. For kNk \in \mathbb{N} the symbol kk written inside Z\mathbb{Z} means ι(k)\iota(k), where ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is the embedding of The naturals embed in the integers. Since ι\iota is injective and preserves addition, multiplication and order, each numerical identity and inequality below is the image of the corresponding one in N\mathbb{N}, checked there by the ordinary decimal arithmetic of N\mathbb{N}.

Facts & Assumptions

Given: The integers 10711071, 462462, 147147, 2121 and 00, with numerals read as above through ι\iota (The naturals embed in the integers, The integers as equivalence classes of pairs of naturals).

[L1]

Z\mathbb{Z} is a commutative ring, and its order is total, antisymmetric, transitive and compatible with addition (The integers form a commutative ring, Arithmetic on the integers, The integers form a totally ordered ring, Order on the integers).

[L2]

For aZa \in \mathbb{Z} and b>0b > 0 there is exactly one pair (q,r)(q,r) with a=qb+ra = qb + r and 0r<b0 \le r < b (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L5]

The descent of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) from (a,b)(a,b) with b>0b > 0 sends (u,v)(u,v) with v>0v > 0 to (v,uqv)(v, u - qv), where qq is the quotient of uu by vv; it terminates at the least index NN with vanishing second coordinate, and the last nonzero remainder equals gcd(a,b)\gcd(a,b).

[L7]

Verification

technique · direct
1.1

The three divisions are correct and are the ones [L2] produces. First, 2462=9242 \cdot 462 = 924 and 924+147=1071924 + 147 = 1071, with 0147<4620 \le 147 < 462. Second, 3147=4413 \cdot 147 = 441 and 441+21=462441 + 21 = 462, with 021<1470 \le 21 < 147. Third, 721=1477 \cdot 21 = 147 and 147+0=147147 + 0 = 147, with 00<210 \le 0 < 21. In each line the remainder satisfies the constraint of [L2], so by the uniqueness there it is the remainder.

L1L2algebra
2.1

Applying [L3] to the three identities in turn gives gcd(1071,462)=gcd(462,147)=gcd(147,21)=gcd(21,0)\gcd(1071,462) = \gcd(462,147) = \gcd(147,21) = \gcd(21,0).

step 1.1L3
2.2

Back-substitution. From the second division, 21=462314721 = 462 - 3 \cdot 147; from the first, 147=10712462147 = 1071 - 2 \cdot 462. Substituting, 21=4623(10712462)=462+646231071=74623107121 = 462 - 3(1071 - 2 \cdot 462) = 462 + 6 \cdot 462 - 3 \cdot 1071 = 7 \cdot 462 - 3 \cdot 1071.

step 1.1L1algebra
3.1

gcd(21,0)=21=21\gcd(21,0) = |21| = 21, since 21021 \ge 0. Hence gcd(1071,462)=21\gcd(1071,462) = 21.

step 2.1L1L4
3.2

The result checks numerically: 7462=32347 \cdot 462 = 3234, 31071=32133 \cdot 1071 = 3213, and 32343213=213234 - 3213 = 21.

step 2.2algebra
4.1

In the language of [L5], the descent from (1071,462)(1071,462) is (1071,462)(462,147)(147,21)(21,0)(1071,462) \mapsto (462,147) \mapsto (147,21) \mapsto (21,0), so the second coordinates are 462,147,21,0462, 147, 21, 0; the least index with vanishing second coordinate is N=3N = 3, the last nonzero remainder is 2121, and it equals gcd(1071,462)\gcd(1071,462) as [L5] asserts.

step 1.1step 3.1L5
4.2

So 1071(3)+4627=21=gcd(1071,462)1071 \cdot (-3) + 462 \cdot 7 = 21 = \gcd(1071,462), an explicit instance of [L6] with (x,y)=(3,7)(x,y) = (-3, 7).

step 3.1step 2.2step 3.2L6
5.1

Finally 21107121 \mid 1071 and 2146221 \mid 462 directly: 2151=107121 \cdot 51 = 1071 and 2122=46221 \cdot 22 = 462, so the value found is indeed a common divisor, as it must be.

step 3.1L7algebra

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

Bézout coefficients are not unique: 1071(3)+4627=211071 \cdot (-3) + 462 \cdot 7 = 21 and 107119+462(44)=211071 \cdot 19 + 462 \cdot (-44) = 21, and for nonzero a,ba, b every solution has the form (x0+tb/d,  y0ta/d)(x_0 + t b/d,\; y_0 - t a/d)

Example

Bézout's identity: for integers a,ba, b not both zero, gcd(a,b)\gcd(a,b) is the least positive element of {ax+by:x,yZ}\{\, ax + by : x, y \in \mathbb{Z} \,\}; in particular ax+by=gcd(a,b)ax + by = \gcd(a,b) has an integer solution asserts that ax+by=gcd(a,b)ax + by = \gcd(a,b) has a solution; it does not assert that the solution is unique, and it is not. For a=1071a = 1071 and b=462b = 462, where gcd(a,b)=21\gcd(a,b) = 21 (gcd(1071,462)=21\gcd(1071, 462) = 21 by the Euclidean algorithm, with the back-substitution giving 21=74623107121 = 7 \cdot 462 - 3 \cdot 1071),

1071(3)+4627  =  21and107119+462(44)  =  21.1071 \cdot (-3) + 462 \cdot 7 \;=\; 21 \qquad \text{and} \qquad 1071 \cdot 19 + 462 \cdot (-44) \;=\; 21 .

The general statement, for aa and bb both nonzero, is this. Put d=gcd(a,b)d = \gcd(a,b), a=a/da' = a/d and b=b/db' = b/d (If d=gcd(a,b)d = \gcd(a,b) is nonzero then a/da/d and b/db/d are coprime), and let (x0,y0)(x_0, y_0) be any solution of ax+by=dax + by = d. Then the solutions of that equation are exactly the pairs

(x,y)  =  (x0+tb,  y0ta)  =  (x0+tb/d,  y0ta/d),tZ.(x,\,y) \;=\; (x_0 + t\,b',\; y_0 - t\,a') \;=\; \bigl(x_0 + t\,b/d,\; y_0 - t\,a/d\bigr), \qquad t \in \mathbb{Z} .

For the pair above, d=21d = 21, a=51a' = 51 and b=22b' = 22, and t=1t = 1 carries (3,7)(-3, 7) to (19,44)(19, -44).

Numerals. For kNk \in \mathbb{N} the symbol kk written inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers; every numerical identity below is the image of the corresponding identity in N\mathbb{N}.

Facts & Assumptions

Given: Nonzero integers aa and bb, d:=gcd(a,b)d := \gcd(a,b), and a solution (x0,y0)(x_0,y_0) of ax+by=dax + by = d; and, for the numerical part, a=1071a = 1071, b=462b = 462, d=21d = 21.

[L1]

Z\mathbb{Z} is a commutative ring: addition and multiplication are associative and commutative, x1=xx \cdot 1 = x, x0=0x \cdot 0 = 0, multiplication distributes over addition, and every xx has an additive inverse; we write uvu - v for u+(v)u + (-v) (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L3]

If d=gcd(a,b)0d = \gcd(a,b) \ne 0 then a=daa = d a' and b=dbb = d b' for unique integers a=a/da' = a/d and b=b/db' = b/d, and gcd(a,b)=1\gcd(a',b') = 1 (If d=gcd(a,b)d = \gcd(a,b) is nonzero then a/da/d and b/db/d are coprime, Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0, Coprime integers: gcd(a,b)=1\gcd(a,b) = 1).

[L6]
[L7]

If xz=yzxz = yz and z0z \ne 0 then x=yx = y; and a product of nonzero integers is nonzero (The integers have no zero divisors; multiplicative cancellation).

Verification

technique · direct
1.1

Since a0a \ne 0 and b0b \ne 0 we have (a,b)(0,0)(a,b) \ne (0,0), so d1d \ge 1 and in particular d0d \ne 0; fix a,ba', b' with a=daa = d a', b=dbb = d b' and gcd(a,b)=1\gcd(a',b') = 1. Both aa' and bb' are nonzero, since da=a0d a' = a \ne 0 and db=b0d b' = b \ne 0.

givenL1L3
2.1

Every pair of the stated form is a solution: for tZt \in \mathbb{Z}, a(x0+tb)+b(y0ta)=(ax0+by0)+t(abba)=d+t((da)b(db)a)=d+t0=da(x_0 + t b') + b(y_0 - t a') = (a x_0 + b y_0) + t(a b' - b a') = d + t\bigl((d a')b' - (d b')a'\bigr) = d + t \cdot 0 = d.

step 1.1givenL1
2.2

Conversely, let (x,y)(x,y) satisfy ax+by=dax + by = d. Subtracting ax0+by0=da x_0 + b y_0 = d gives a(xx0)=b(yy0)a(x - x_0) = -\,b(y - y_0), that is da(xx0)=db(yy0)d a'(x - x_0) = -\,d b'(y - y_0); cancelling d0d \ne 0 gives a(xx0)=b(yy0)a'(x - x_0) = -\,b'(y - y_0).

step 1.1givenL1L7
2.3

The numerical instance. Here d=21d = 21 by [L8], and 2151=107121 \cdot 51 = 1071, 2122=46221 \cdot 22 = 462, so a=51a' = 51 and b=22b' = 22. The pair (3,7)(-3,7) is a solution, since 1071(3)+4627=3213+3234=211071 \cdot (-3) + 462 \cdot 7 = -3213 + 3234 = 21.

step 1.1L1L8algebra
3.1

Hence ba(xx0)b' \mid a'(x - x_0), and gcd(b,a)=gcd(a,b)=1\gcd(b',a') = \gcd(a',b') = 1, so bxx0b' \mid x - x_0 by [L5]: write xx0=tbx - x_0 = t b' for some tZt \in \mathbb{Z}.

step 2.2L4L5L6
4.1

Substituting into step 2.2, atb=b(yy0)a' t b' = -\,b'(y - y_0); cancelling b0b' \ne 0 gives at=(yy0)a' t = -(y - y_0), that is y=y0tay = y_0 - t a'. So (x,y)=(x0+tb,y0ta)(x,y) = (x_0 + t b',\, y_0 - t a').

step 1.1step 2.2step 3.1L1L7
5.1

With step 2.1 this shows the solutions are exactly the pairs (x0+tb,y0ta)(x_0 + t b', y_0 - t a'), tZt \in \mathbb{Z}.

step 2.1step 4.1
6.1

Taking t=1t = 1 in step 5.1 gives (3+22,  751)=(19,44)(-3 + 22,\; 7 - 51) = (19, -44), and directly 107119+462(44)=2034920328=211071 \cdot 19 + 462 \cdot (-44) = 20349 - 20328 = 21. So the same equation has at least the two solutions (3,7)(-3,7) and (19,44)(19,-44), and they are distinct because 319-3 \ne 19.

step 5.1step 2.3L1algebra

Remarks

  • The family is infinite. Distinct values of tt give distinct pairs, since b0b' \ne 0 and x0+tb=x0+tbx_0 + t b' = x_0 + t' b' forces t=tt = t' by cancellation. So a Bézout equation with a,ba, b both nonzero never has a unique solution.

  • Why the statement is restricted to a,ba, b both nonzero. With b=0b = 0 and a0a \ne 0 the quotient b/db/d is 00 and the family collapses to (x0,y0ta/d)(x_0,\, y_0 - t a/d), which is still the complete solution set but for a different reason: xx is then forced and yy is free. The uniform statement above is the one used elsewhere, and the degenerate case is recorded here so that its absence from the claim is deliberate rather than an oversight.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

gcd\gcd at the boundary: gcd(a,0)=a\gcd(a,0) = |a|, gcd(0,0)=0\gcd(0,0) = 0, and the convention gcd(0,0)=0\gcd(0,0) = 0 is exactly what makes gcd(ca,cb)=cgcd(a,b)\gcd(ca,cb) = |c|\gcd(a,b) true at c=0c = 0

Example

The two boundary values of gcd\gcd are

gcd(a,0)=afor every a,gcd(0,0)=0,\gcd(a,0) = |a| \quad \text{for every } a, \qquad \gcd(0,0) = 0 ,

the first by gcd\gcd is symmetric and unchanged by signs: gcd(a,b)=gcd(b,a)=gcd(a,b)\gcd(a,b) = \gcd(b,a) = \gcd(|a|,|b|); moreover gcd(a,0)=a\gcd(a,0) = |a|, gcd(a,1)=1\gcd(a,1) = 1, gcd(a,a)=a\gcd(a,a) = |a|, and gcd(a,b)1\gcd(a,b) \ge 1 unless a=b=0a = b = 0 and the second by the convention fixed in Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0. The point of this example is that the second is not free: instantiating the scaling identity gcd(ca,cb)=cgcd(a,b)\gcd(ca,cb) = |c|\gcd(a,b) of gcd(ca,cb)=cgcd(a,b)\gcd(ca, cb) = |c|\,\gcd(a,b) for all integers a,b,ca, b, c, the identity holding at c=0c = 0 and at (a,b)=(0,0)(a,b) = (0,0) as well at c=0c = 0 gives

gcd(0,0)  =  gcd(0a,  0b)  =  0gcd(a,b)  =  0,\gcd(0,0) \;=\; \gcd(0 \cdot a,\; 0 \cdot b) \;=\; |0|\,\gcd(a,b) \;=\; 0 ,

so 00 is the only value the identity permits. The same conclusion follows from the identity taken at (a,b)=(0,0)(a,b) = (0,0) with c=1+1c = 1+1: it reads gcd(0,0)=(1+1)gcd(0,0)\gcd(0,0) = (1+1)\gcd(0,0), and an integer gg with g=g+gg = g + g is 00.

Facts & Assumptions

Given: Integers a,b,ca, b, c.

[L1]

Z\mathbb{Z} is a commutative ring: x0=0x \cdot 0 = 0, x+0=xx + 0 = x, x1=xx \cdot 1 = x, multiplication distributes over addition, and every xx has an additive inverse (The integers form a commutative ring, Arithmetic on the integers).

[L4]

gcd(0,0)=0\gcd(0,0) = 0 by the convention of Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0, and gcd(u,v)0\gcd(u,v) \ge 0 always.

[L8]

The embedding ι:NZ\iota : \mathbb{N} \to \mathbb{Z} has image exactly the nonnegative integers, and ι(1)=1\iota(1) = 1, ι(1+1)=1+1\iota(1+1) = 1+1 since ι\iota preserves addition (The naturals embed in the integers, The integers as equivalence classes of pairs of naturals).

Verification

technique · direct
1.1

gcd(a,0)=a\gcd(a,0) = |a| for every aa, by [L3]; at a=0a = 0 this reads gcd(0,0)=0=0\gcd(0,0) = |0| = 0, agreeing with the convention.

L3L4L6
1.2

Instantiate [L5] at c=0c = 0: gcd(0a,0b)=0gcd(a,b)\gcd(0 \cdot a,\, 0 \cdot b) = |0|\gcd(a,b). The left side is gcd(0,0)\gcd(0,0) and the right side is 0gcd(a,b)=00 \cdot \gcd(a,b) = 0, so gcd(0,0)=0\gcd(0,0) = 0.

L1L5L6
1.3

Instantiate [L5] at (a,b)=(0,0)(a,b) = (0,0) and c=1+1c = 1+1: writing g:=gcd(0,0)g := \gcd(0,0), it reads g=1+1gg = |1+1|\,g.

L5
2.1

An integer gg satisfying g=(1+1)g=g+gg = (1+1)g = g + g is 00: adding g-g to both sides gives 0=g0 = g. Combined with step 1.3, and with 1+1=1+1|1+1| = 1+1 because 1+1=ι(1+1)1+1 = \iota(1+1) is nonnegative, this is a second derivation of gcd(0,0)=0\gcd(0,0) = 0.

step 1.3L1L4L6L8
3.1

So the value 00 is not chosen but determined, once the scaling identity is required to hold at every triple: steps 1.2 and 2.1 each force it, and step 1.1 shows it agrees with gcd(a,0)=a\gcd(a,0) = |a| read at a=0a = 0.

step 1.1step 1.2step 2.1
4.1

The divisibility reading agrees as well: every integer divides 00, so every common divisor of (0,0)(0,0) divides 00, and 00 is a common divisor of (0,0)(0,0) that is nonnegative — which is exactly the characterisation of gcd\gcd in [L7], returning the value 00.

L4L7

Remarks

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

ax+by=cax + by = c has an integer solution exactly when gcd(a,b)c\gcd(a,b) \mid c: 6x+15y=96x + 15y = 9 is solvable and 6x+15y=76x + 15y = 7 is not

Example

For integers a,b,ca, b, c, the equation

ax+by=cax + by = c

has a solution (x,y)Z×Z(x,y) \in \mathbb{Z} \times \mathbb{Z} if and only if gcd(a,b)c\gcd(a,b) \mid c (Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0, Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

With a=6a = 6 and b=15b = 15, where gcd(6,15)=3\gcd(6,15) = 3:

  • 6x+15y=96x + 15y = 9 is solvable, since 393 \mid 9; explicitly 6(1)+151=96 \cdot (-1) + 15 \cdot 1 = 9;
  • 6x+15y=76x + 15y = 7 has no solution, since 373 \nmid 7: dividing, 7=23+17 = 2 \cdot 3 + 1 with remainder 101 \ne 0.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers; the numerical identities below are the images of the corresponding identities in N\mathbb{N}.

Facts & Assumptions

Given: Integers a,b,ca, b, c, and g:=gcd(a,b)g := \gcd(a,b).

[L1]

Z\mathbb{Z} is a commutative ring: addition and multiplication are associative and commutative, x1=xx \cdot 1 = x, x0=0x \cdot 0 = 0, x(1)=xx \cdot (-1) = -x, multiplication distributes over addition, and every xx has an additive inverse (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers).

[L3]

gg is a common divisor of aa and bb, g0g \ge 0, and gcd(0,0)=0\gcd(0,0) = 0 (Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0).

[L7]

dud \mid u means u=dqu = dq for some qq; 0u0 \mid u only for u=0u = 0 (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

[L8]

For uZu \in \mathbb{Z} and v>0v > 0 there is exactly one pair (q,r)(q,r) with u=qv+ru = qv + r and 0r<v0 \le r < v, and vuv \mid u holds exactly when r=0r = 0 (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

Verification

technique · direct
1.1

If ax+by=cax + by = c has a solution, then gag \mid a and gbg \mid b give gax+by=cg \mid ax + by = c by [L6].

L3L6
1.2

Conversely suppose gcg \mid c, say c=gkc = gk. If (a,b)(0,0)(a,b) \ne (0,0), take x0,y0x_0, y_0 with ax0+by0=ga x_0 + b y_0 = g and multiply by kk: a(x0k)+b(y0k)=gk=ca(x_0 k) + b(y_0 k) = gk = c, a solution.

L1L4L7
1.3

If instead (a,b)=(0,0)(a,b) = (0,0) then g=0g = 0, so 0c0 \mid c forces c=0c = 0, and a0+b0=0=ca \cdot 0 + b \cdot 0 = 0 = c is a solution. The two cases are exhaustive.

L1L3L7
1.4

gcd(6,15)=3\gcd(6,15) = 3. Indeed 303 \ge 0; 6=326 = 3 \cdot 2 and 15=3515 = 3 \cdot 5, so 363 \mid 6 and 3153 \mid 15; and 6(2)+151=12+15=36 \cdot (-2) + 15 \cdot 1 = -12 + 15 = 3, so every common divisor of 66 and 1515 divides 33 by [L6]. By [L5] this is exactly the characterisation of gcd(6,15)\gcd(6,15).

L1L5L6L7algebra
2.1

So solvability of ax+by=cax + by = c is equivalent to gcg \mid c.

step 1.1step 1.2step 1.3
3.1

393 \mid 9, since 9=339 = 3 \cdot 3; so 6x+15y=96x + 15y = 9 is solvable by step 2.1, and 6(1)+151=6+15=96 \cdot (-1) + 15 \cdot 1 = -6 + 15 = 9 exhibits a solution.

step 2.1step 1.4L1L7algebra
4.1

373 \nmid 7: since 3>03 > 0, [L8] applies, and 7=23+17 = 2 \cdot 3 + 1 with 01<30 \le 1 < 3 is the unique such representation, so the remainder is 101 \ne 0 and 33 does not divide 77. Hence 6x+15y=76x + 15y = 7 has no integer solution by step 2.1.

step 2.1step 1.4L1L2L8algebra

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

12Z+18Z=6Z12\mathbb{Z} + 18\mathbb{Z} = 6\mathbb{Z} and 12Z18Z=36Z12\mathbb{Z} \cap 18\mathbb{Z} = 36\mathbb{Z}, the arithmetic of gcd\gcd and lcm\operatorname{lcm} read off the subgroups of (Z,+)(\mathbb{Z},+)

Example

Take a=12a = 12 and b=18b = 18. Then gcd(12,18)=6\gcd(12,18) = 6 and lcm(12,18)=36\operatorname{lcm}(12,18) = 36, and aZ+bZ=gcd(a,b)Za\mathbb{Z} + b\mathbb{Z} = \gcd(a,b)\,\mathbb{Z} and aZbZ=lcm(a,b)Za\mathbb{Z} \cap b\mathbb{Z} = \operatorname{lcm}(a,b)\,\mathbb{Z}; equivalently, in (Z,+)(\mathbb{Z},+) the subgroup generated by {a,b}\{a,b\} is gcd(a,b)\langle \gcd(a,b) \rangle and ab=lcm(a,b)\langle a \rangle \cap \langle b \rangle = \langle \operatorname{lcm}(a,b) \rangle turns these two numbers into two statements about subgroups of (Z,+)(\mathbb{Z},+):

12Z+18Z  =  6Z,12Z18Z  =  36Z.12\mathbb{Z} + 18\mathbb{Z} \;=\; 6\mathbb{Z}, \qquad 12\mathbb{Z} \cap 18\mathbb{Z} \;=\; 36\mathbb{Z} .

The first says that the integers expressible as 12x+18y12x + 18y are exactly the multiples of 66; the smallest positive one is 6=12(1)+1816 = 12 \cdot (-1) + 18 \cdot 1. The second says that the integers divisible by both 1212 and 1818 are exactly the multiples of 3636. The product check is gcdlcm=636=216=1218\gcd \cdot \operatorname{lcm} = 6 \cdot 36 = 216 = |12 \cdot 18|.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 1212, 1818, 66, 3636 and 216216, and gZ={gk:kZ}g\mathbb{Z} = \{\, gk : k \in \mathbb{Z} \,\}.

[L1]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, x(1)=xx \cdot (-1) = -x, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L6]

If xz=yzxz = yz and z0z \ne 0 then x=yx = y (The integers have no zero divisors; multiplicative cancellation).

Verification

technique · direct
1.1

gcd(12,18)=6\gcd(12,18) = 6. Indeed 606 \ge 0; 12=6212 = 6 \cdot 2 and 18=6318 = 6 \cdot 3, so 6126 \mid 12 and 6186 \mid 18; and 12(1)+181=12+18=612 \cdot (-1) + 18 \cdot 1 = -12 + 18 = 6, so every common divisor of 1212 and 1818 divides 66 by [L3]. By [L2] this characterises gcd(12,18)\gcd(12,18).

L1L2L3algebra
2.1

lcm(12,18)=36\operatorname{lcm}(12,18) = 36. By [L4], gcd(12,18)lcm(12,18)=1218=216=216\gcd(12,18)\operatorname{lcm}(12,18) = |12 \cdot 18| = |216| = 216; with step 1.1 this reads 6lcm(12,18)=2166 \cdot \operatorname{lcm}(12,18) = 216. Since 636=2166 \cdot 36 = 216 and 606 \ne 0, cancellation gives lcm(12,18)=36\operatorname{lcm}(12,18) = 36.

step 1.1L1L4L5L6algebra
3.1

Applying [L7] with a=12a = 12 and b=18b = 18: 12Z+18Z=gcd(12,18)Z=6Z12\mathbb{Z} + 18\mathbb{Z} = \gcd(12,18)\mathbb{Z} = 6\mathbb{Z} and 12Z18Z=lcm(12,18)Z=36Z12\mathbb{Z} \cap 18\mathbb{Z} = \operatorname{lcm}(12,18)\mathbb{Z} = 36\mathbb{Z}.

step 1.1step 2.1L7
4.1

Both right-hand sides are written with their canonical generator: 606 \ge 0 and 36036 \ge 0, and by [L8] no other nonnegative integer generates the same subgroup, so the two identities pin the subgroups down rather than merely exhibiting one description of each.

step 3.1L8
5.1

The two statements read concretely: an integer is of the form 12x+18y12x + 18y exactly when it is a multiple of 66 — with 6=12(1)+1816 = 12 \cdot (-1) + 18 \cdot 1 the smallest positive such value — and an integer is divisible by both 1212 and 1818 exactly when it is a multiple of 3636, which is the divisibility clause of [L4] instantiated here.

step 1.1step 3.1L3L4

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

Consecutive Fibonacci numbers are coprime, and for every mNm \in \mathbb{N} the Euclidean algorithm on (Fm+3,Fm+2)(F_{m+3}, F_{m+2}) takes exactly m+1m+1 divisions, with quotient 11 in the first mm of them and quotient 22 in the last

Example

The sequence. Write k+1k+1 for σ(k)\sigma(k) and k+2k+2 for σ(σ(k))\sigma(\sigma(k)) (Addition of natural numbers). By the recursion theorem (The recursion theorem) applied to the set Z×Z\mathbb{Z} \times \mathbb{Z}, the element (0,1)(0,1) and the function (u,v)(v,u+v)(u,v) \mapsto (v,\, u+v), there is exactly one G:NZ×ZG : \mathbb{N} \to \mathbb{Z} \times \mathbb{Z} with G(0)=(0,1)G(0) = (0,1) and G(k+1)=(v,u+v)G(k+1) = (v,\, u+v) whenever G(k)=(u,v)G(k) = (u,v). Define FkF_k to be the first coordinate of G(k)G(k). Then G(k)=(Fk,Fk+1)G(k) = (F_k, F_{k+1}) for every kk, so

F0=0,F1=1,Fk+2=Fk+1+Fk,F_0 = 0, \qquad F_1 = 1, \qquad F_{k+2} = F_{k+1} + F_k ,

and the sequence begins 0,1,1,2,3,5,8,130, 1, 1, 2, 3, 5, 8, 13. The indexing starts at F0=0F_0 = 0, and the statements below depend on that choice.

Coprimality. For every kNk \in \mathbb{N},

gcd(Fk+1,Fk)  =  1,\gcd(F_{k+1},\, F_k) \;=\; 1 ,

so consecutive Fibonacci numbers are coprime (Coprime integers: gcd(a,b)=1\gcd(a,b) = 1).

The division count. For mNm \in \mathbb{N} let RR be the remainder descent of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) from (Fm+3,Fm+2)(F_{m+3},\, F_{m+2}), which is legitimate because Fm+2>0F_{m+2} > 0, and for kk below the terminating index NN let qkq_k be the quotient used at step kk, so that ak=qkbk+bk+1a_k = q_k b_k + b_{k+1} with 0bk+1<bk0 \le b_{k+1} < b_k. Then

N=m+1,qk=1  for k<m,qm=2.N = m+1, \qquad q_k = 1 \ \text{ for } k < m, \qquad q_m = 2 .

Equivalently, on (Fn+2,Fn+1)(F_{n+2}, F_{n+1}) with n=m+11n = m+1 \ge 1 the algorithm performs exactly nn divisions. At m=0m = 0 the pair is (F3,F2)=(2,1)(F_3,F_2) = (2,1), there is a single division 2=21+02 = 2 \cdot 1 + 0, and the list of quotients equal to 11 is empty.

What is not claimed. Nothing here says these pairs are the worst case for their size; that is Lamé's theorem, and no bound on the number of divisions in terms of the size of the inputs is available at this point in the reading order.

Facts & Assumptions

Given: The sequence F:NZF : \mathbb{N} \to \mathbb{Z} described above, with F0=0F_0 = 0, F1=1F_1 = 1 and Fk+2=Fk+1+FkF_{k+2} = F_{k+1} + F_k.

[L1]

Z\mathbb{Z} is a commutative ring; its order is total, antisymmetric and transitive and is compatible with addition; positives are closed under multiplication; x<yx < y means xyx \le y together with xyx \ne y (The integers form a commutative ring, Arithmetic on the integers, The integers form a totally ordered ring, Order on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

Induction on N\mathbb{N} (The principle of mathematical induction); σ(k)=k+1\sigma(k) = k+1 (Addition of natural numbers, The natural numbers N\mathbb{N} (von Neumann)); m<nm < n iff σ(m)n\sigma(m) \le n on N\mathbb{N} (Discreteness: σ(n)\sigma(n) is the immediate successor, Order on the natural numbers).

[L3]

For a set XX, an αX\alpha \in X and f:XXf : X \to X there is exactly one g:NXg : \mathbb{N} \to X with g(0)=αg(0) = \alpha and g(σ(k))=f(g(k))g(\sigma(k)) = f(g(k)) (The recursion theorem).

[L4]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective, preserves order, and has image the nonnegative integers (The naturals embed in the integers); hence 0<x0 < x in Z\mathbb{Z} implies 1x1 \le x, since x=ι(k)x = \iota(k) with k0k \ne 0, so σ(0)k\sigma(0) \le k by the discreteness of [L2] and order preservation gives 1=ι(1)ι(k)=x1 = \iota(1) \le \iota(k) = x (Discreteness: σ(n)\sigma(n) is the immediate successor).

[L5]

For uZu \in \mathbb{Z} and v>0v > 0 there is exactly one pair (q,r)(q,r) with u=qv+ru = qv + r and 0r<v0 \le r < v (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L8]

The descent of The Euclidean algorithm: for aZa \in \mathbb{Z} and b>0b > 0 the remainder descent from (a,b)(a,b) terminates, and the last nonzero remainder is gcd(a,b)\gcd(a,b) from (a,b)(a,b) with b>0b > 0 satisfies R(0)=(a,b)R(0) = (a,b) and R(k+1)=(bk,akqkbk)R(k+1) = (b_k,\, a_k - q_k b_k) whenever bk>0b_k > 0, with qkq_k the quotient of aka_k by bkb_k; it is the unique such sequence, and NN is the least index with bN=0b_N = 0.

[L9]

uu and vv are coprime exactly when gcd(u,v)=1\gcd(u,v) = 1 (Coprime integers: gcd(a,b)=1\gcd(a,b) = 1).

Verification

technique · induction
1.1

G(k)=(Fk,Fk+1)G(k) = (F_k, F_{k+1}) for every kk, by induction: it holds at k=0k = 0 since G(0)=(0,1)=(F0,F1)G(0) = (0,1) = (F_0, F_1), and if G(k)=(Fk,Fk+1)G(k) = (F_k,F_{k+1}) then G(k+1)=(Fk+1,Fk+Fk+1)G(k+1) = (F_{k+1},\, F_k + F_{k+1}), whose first coordinate is Fk+1F_{k+1}, so the second is Fk+2F_{k+2} by definition of FF as the first coordinate one step later. Hence Fk+2=Fk+1+FkF_{k+2} = F_{k+1} + F_k.

L1L2L3
1.2

Induction hypothesis: fix mm and assume that the descent from (Fm+3,Fm+2)(F_{m+3},F_{m+2}) terminates at index m+1m+1 with quotients qk=1q_k = 1 for k<mk < m and qm=2q_m = 2.

ih
2.1

For every kk: Fk0F_k \ge 0 and Fk+11F_{k+1} \ge 1. By induction, at k=0k = 0 this is F0=00F_0 = 0 \ge 0 and F1=11F_1 = 1 \ge 1; and if it holds at kk then Fk+110F_{k+1} \ge 1 \ge 0 and Fk+2=Fk+1+Fk1+0=1F_{k+2} = F_{k+1} + F_k \ge 1 + 0 = 1, using compatibility of the order with addition.

step 1.1L1L2L4
2.2

Coprimality. By induction on kk: at k=0k = 0, gcd(F1,F0)=gcd(1,0)=1=1\gcd(F_1,F_0) = \gcd(1,0) = |1| = 1 by [L7]. If gcd(Fk+1,Fk)=1\gcd(F_{k+1},F_k) = 1, then Fk+2=1Fk+1+FkF_{k+2} = 1 \cdot F_{k+1} + F_k and [L6] give gcd(Fk+2,Fk+1)=gcd(Fk+1,Fk)=1\gcd(F_{k+2},F_{k+1}) = \gcd(F_{k+1},F_k) = 1. So gcd(Fk+1,Fk)=1\gcd(F_{k+1},F_k) = 1 for every kk, and consecutive Fibonacci numbers are coprime.

step 1.1L1L2L6L7L9
2.3

Base case of the division count, m=0m = 0. Here F2=F1+F0=1F_2 = F_1 + F_0 = 1 and F3=F2+F1=1+1=2F_3 = F_2 + F_1 = 1 + 1 = 2, so the descent starts at (2,1)(2,1) with b0=1>0b_0 = 1 > 0. Dividing, 2=q1+r2 = q \cdot 1 + r with 0r<10 \le r < 1 forces r=0r = 0, since 0<r0 < r would give 1r1 \le r by [L4]; hence q=2q = 2 and R(1)=(1,0)R(1) = (1,0). So N=1=m+1N = 1 = m+1, the single quotient is q0=2q_0 = 2, and there is no index k<m=0k < m = 0.

basestep 1.1L1L4L5L8
3.1

For every mm: 0Fm+10 \le F_{m+1}, 0<Fm+20 < F_{m+2} and Fm+2<Fm+3F_{m+2} < F_{m+3}. The first two are step 2.1; and Fm+3=Fm+2+Fm+1F_{m+3} = F_{m+2} + F_{m+1} with Fm+11>0F_{m+1} \ge 1 > 0 gives Fm+2<Fm+3F_{m+2} < F_{m+3}.

step 1.1step 2.1L1
4.1

Inductive step. Consider the descent RR' from (Fm+4,Fm+3)(F_{m+4}, F_{m+3}); it is legitimate since Fm+3>0F_{m+3} > 0 by step 3.1. Its first division is Fm+4=1Fm+3+Fm+2F_{m+4} = 1 \cdot F_{m+3} + F_{m+2}, and 0Fm+2<Fm+30 \le F_{m+2} < F_{m+3} by step 3.1, so by the uniqueness in [L5] the quotient is q0=1q'_0 = 1 and R(1)=(Fm+3,Fm+2)R'(1) = (F_{m+3}, F_{m+2}).

step 1.1step 3.1L5L8
5.1

The shifted sequence kR(k+1)k \mapsto R'(k+1) starts at (Fm+3,Fm+2)(F_{m+3},F_{m+2}) and obeys the same recursion as RR', hence, by the uniqueness in [L3], equals the descent from (Fm+3,Fm+2)(F_{m+3},F_{m+2}). Therefore its terminating index is m+1m+1 by step 1.2, so RR' terminates at index 1+(m+1)=(m+1)+11 + (m+1) = (m+1)+1; and its quotients are q0=1q'_0 = 1 followed by the quotients of step 1.2, that is 11 repeated m+1m+1 times and then 22. This is the claim at m+1m+1.

step 1.2step 4.1L3L8
6.1

By induction the division count holds for every mNm \in \mathbb{N}: the descent from (Fm+3,Fm+2)(F_{m+3},F_{m+2}) takes exactly m+1m+1 divisions, with quotient 11 in the first mm and quotient 22 in the last; together with step 2.2 this is the whole example.

step 2.2step 2.3step 5.1L2discharge-induction

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

6496 \mid 4 \cdot 9 while 646 \nmid 4 and 696 \nmid 9: dividing a product does not force dividing a factor, and the coprimality hypothesis is what fails

Statement refuted

Refuted claim: for all integers d,a,bd, a, b, if dabd \mid ab then dad \mid a or dbd \mid b (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

Witness: d=6d = 6, a=4a = 4, b=9b = 9. Here 49=36=664 \cdot 9 = 36 = 6 \cdot 6, so 6496 \mid 4 \cdot 9; but 4=06+44 = 0 \cdot 6 + 4 and 9=16+39 = 1 \cdot 6 + 3 have nonzero remainders, so 646 \nmid 4 and 696 \nmid 9.

The true statement in this direction carries a coprimality hypothesis (If gcd(a,b)=1\gcd(a,b) = 1 and abca \mid bc then aca \mid c; and if aca \mid c, bcb \mid c and gcd(a,b)=1\gcd(a,b) = 1 then abcab \mid c): if gcd(d,a)=1\gcd(d,a) = 1 and dabd \mid ab then dbd \mid b. That hypothesis is exactly what fails here, in both readings: gcd(6,4)=2\gcd(6,4) = 2 and gcd(6,9)=3\gcd(6,9) = 3, and neither is 11.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 44, 66, 99 and 3636.

[L1]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, x(1)=xx \cdot (-1) = -x, x0=0x \cdot 0 = 0, and multiplication distributes over addition (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive (The integers form a totally ordered ring, Order on the integers).

[L3]

dud \mid u means u=dqu = dq for some qZq \in \mathbb{Z} (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

[L4]

For uZu \in \mathbb{Z} and v>0v > 0 there is exactly one pair (q,r)(q,r) with u=qv+ru = qv + r and 0r<v0 \le r < v, and vuv \mid u holds exactly when r=0r = 0 (Division with remainder in Z\mathbb{Z}: for aZa \in \mathbb{Z} and b>0b > 0 there are unique q,rZq, r \in \mathbb{Z} with a=qb+ra = qb + r and 0r<b0 \le r < b).

[L7]
[L8]

ι\iota is injective and preserves order, and 212 \ne 1, 313 \ne 1 in N\mathbb{N} (The naturals embed in the integers).

Counterexample

technique · direct
1.1

49=364 \cdot 9 = 36 and 36=6636 = 6 \cdot 6, so 6496 \mid 4 \cdot 9.

L1L3algebra
1.2

646 \nmid 4: since 6>06 > 0, [L4] applies, and 4=06+44 = 0 \cdot 6 + 4 with 04<60 \le 4 < 6 is the unique representation of that form, so the remainder is 404 \ne 0.

L1L2L4algebra
1.3

696 \nmid 9: likewise 9=16+39 = 1 \cdot 6 + 3 with 03<60 \le 3 < 6, so the remainder is 303 \ne 0.

L1L2L4algebra
1.4

gcd(6,4)=2\gcd(6,4) = 2: indeed 202 \ge 0, 6=236 = 2 \cdot 3 and 4=224 = 2 \cdot 2, so 22 is a common divisor; and 61+4(1)=64=26 \cdot 1 + 4 \cdot (-1) = 6 - 4 = 2, so every common divisor of 66 and 44 divides 22 by [L6]. By [L5], gcd(6,4)=2\gcd(6,4) = 2, and 212 \ne 1 by [L8].

L1L5L6L8algebra
1.5

gcd(6,9)=3\gcd(6,9) = 3: indeed 303 \ge 0, 6=326 = 3 \cdot 2 and 9=339 = 3 \cdot 3; and 6(1)+91=36 \cdot (-1) + 9 \cdot 1 = 3, so every common divisor divides 33 by [L6]. By [L5], gcd(6,9)=3\gcd(6,9) = 3, and 313 \ne 1 by [L8].

L1L5L6L8algebra
2.1

Steps 1.1, 1.2 and 1.3 exhibit d=6d = 6, a=4a = 4, b=9b = 9 with dabd \mid ab, dad \nmid a and dbd \nmid b: the claim is refuted.

step 1.1step 1.2step 1.3
3.1

So [L7] is not contradicted: applied with u=6u = 6 it would need gcd(6,4)=1\gcd(6,4) = 1 or gcd(6,9)=1\gcd(6,9) = 1, and by steps 1.4 and 1.5 neither holds. The failure of the refuted claim is exactly the failure of coprimality, not a failure of the lemma.

step 2.1step 1.4step 1.5L7

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28Open item page →

The common divisors of (0,0)(0,0) are all of Z\mathbb{Z} and have no greatest element in the order of Z\mathbb{Z}, so gcd(0,0)\gcd(0,0) cannot be defined as a maximum and is fixed by convention

Statement refuted

Refuted claim: for every pair of integers (a,b)(a,b) the set

D(a,b)  =  {dZ  :  da  and  db}D(a,b) \;=\; \{\, d \in \mathbb{Z} \;:\; d \mid a \ \text{ and } \ d \mid b \,\}

of common divisors has a greatest element, so that gcd(a,b)\gcd(a,b) can be defined as that maximum at every pair (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq, Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0).

Witness: (a,b)=(0,0)(a,b) = (0,0). Every integer divides 00, so D(0,0)=ZD(0,0) = \mathbb{Z}; and Z\mathbb{Z} has no greatest element, since m<m+1m < m+1 for every mm. So there is no maximum to take, and gcd(0,0)\gcd(0,0) is fixed by the convention gcd(0,0):=0\gcd(0,0) := 0 of Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0 rather than computed.

This does not contradict A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element: that lemma requires the set to be bounded above, and Z\mathbb{Z} is not.

Facts & Assumptions

Given: The set D(0,0)D(0,0) of common divisors of 00 and 00.

[L1]

Z\mathbb{Z} is a commutative ring: x0=0x \cdot 0 = 0, x+0=xx + 0 = x, x1=xx \cdot 1 = x, x(1)=xx \cdot (-1) = -x, and every xx has an additive inverse (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive and is compatible with addition; positives are closed under multiplication; x<yx < y means xyx \le y together with xyx \ne y (The integers form a totally ordered ring, Order on the integers).

[L3]

dud \mid u means u=dqu = dq for some qq; in particular d0d \mid 0 for every dd, since 0=d00 = d \cdot 0 (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

[L5]

ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is injective with image the nonnegative integers, and ι(1)=1\iota(1) = 1, ι(0)=0\iota(0) = 0 (The naturals embed in the integers).

Counterexample

technique · direct
1.1

D(0,0)=ZD(0,0) = \mathbb{Z}: every integer dd satisfies d0d \mid 0, so every integer is a common divisor of 00 and 00.

L3
1.2

0<10 < 1: 1=ι(1)1 = \iota(1) lies in the image of ι\iota, hence 010 \le 1; and 101 \ne 0 because ι\iota is injective and 101 \ne 0 in N\mathbb{N}.

L5
2.1

For every mZm \in \mathbb{Z}, m<m+1m < m+1: adding mm to 0<10 < 1 gives mm+1m \le m+1, and m=m+1m = m+1 would give 0=10 = 1 after adding m-m, contrary to step 1.2.

step 1.2L1L2
3.1

Z\mathbb{Z} has no greatest element: if mm were one, then m+1Zm + 1 \in \mathbb{Z} would give m+1mm+1 \le m, while m<m+1m < m+1 by step 2.1, contradicting antisymmetry.

step 2.1L2
3.2

[L4] is not contradicted, since its hypothesis fails: Z\mathbb{Z} is not bounded above, because for any candidate bound bb the integer b+1b+1 exceeds it by step 2.1.

step 2.1L4
4.1

By steps 1.1 and 3.1 the set D(0,0)D(0,0) has no greatest element, so the refuted claim fails at (0,0)(0,0) and no maximum defines gcd(0,0)\gcd(0,0).

step 1.1step 3.1
5.1

What survives at (0,0)(0,0) is the divisibility characterisation [L6]: 000 \ge 0, 000 \mid 0, and every common divisor of (0,0)(0,0) divides 00 by [L3], so 00 is the value that characterisation returns — which is exactly the convention adopted in Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0.

step 4.1L3L6

Remarks

False statementConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-02 (claude-opus-5)Open item page →

FALSE: For all integers aa and bb, gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) = ab

Statement

False claim: for all integers aa and bb,

gcd(a,b)lcm(a,b)  =  ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) \;=\; ab

(Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0, Common multiple, and the least common multiple lcm(a,b)\operatorname{lcm}(a,b), taken to be 00 when a=0a = 0 or b=0b = 0).

The true statement is Every common multiple of aa and bb is a multiple of lcm(a,b)\operatorname{lcm}(a,b), and gcd(a,b)lcm(a,b)=ab\gcd(a,b) \cdot \operatorname{lcm}(a,b) = |ab|, with an absolute value on the right: gcd(a,b)lcm(a,b)=ab\gcd(a,b)\operatorname{lcm}(a,b) = |ab|. The two differ as soon as abab is negative, and (a,b)=(2,3)(a,b) = (-2,3) is a witness: there gcd(2,3)=1\gcd(-2,3) = 1 and lcm(2,3)=6\operatorname{lcm}(-2,3) = 6, so the left side is 66, while ab=6ab = -6.

Numerals. For kNk \in \mathbb{N} the symbol kk inside Z\mathbb{Z} means ι(k)\iota(k), the embedding of The naturals embed in the integers.

Facts & Assumptions

Given: The integers 2-2, 33 and 66.

[L1]

Z\mathbb{Z} is a commutative ring: multiplication is associative and commutative, x1=xx \cdot 1 = x, x(1)=xx \cdot (-1) = -x, multiplication distributes over addition, and every xx has an additive inverse (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive and is compatible with addition (The integers form a totally ordered ring, Order on the integers).

[L7]

If xz=yzxz = yz and z0z \ne 0 then x=yx = y (The integers have no zero divisors; multiplicative cancellation).

[L8]

ι\iota is injective with image the nonnegative integers, and preserves addition and multiplication (The naturals embed in the integers).

[L9]

The refuted claim: gcd(a,b)lcm(a,b)=ab\gcd(a,b)\operatorname{lcm}(a,b) = ab for all integers a,ba, b.

Refutation

technique · direct
1.1

gcd(2,3)=1\gcd(-2,3) = 1. Indeed 101 \ge 0, and 121 \mid -2 and 131 \mid 3 by [L5]; and (2)1+31=1(-2) \cdot 1 + 3 \cdot 1 = 1, so every common divisor of 2-2 and 33 divides 11 by [L5]. By [L4] this characterises gcd(2,3)\gcd(-2,3).

L1L4L5L8algebra
1.2

(2)3=6(-2) \cdot 3 = -6, and 6=6|-6| = 6 since 60-6 \le 0 and (6)=6-(-6) = 6.

L1L2L6L8algebra
1.3

666 \ne -6: otherwise 6+6=06 + 6 = 0, that is ι(12)=0=ι(0)\iota(12) = 0 = \iota(0), whence 12=012 = 0 in N\mathbb{N}, contradicting injectivity of ι\iota.

L1L8algebra
2.1

By [L3], gcd(2,3)lcm(2,3)=(2)3=6\gcd(-2,3)\operatorname{lcm}(-2,3) = |(-2) \cdot 3| = 6; with step 1.1 this reads 1lcm(2,3)=61 \cdot \operatorname{lcm}(-2,3) = 6, so lcm(2,3)=6\operatorname{lcm}(-2,3) = 6 by cancellation of the nonzero factor 11.

step 1.1step 1.2L1L3L7
3.1

Therefore gcd(2,3)lcm(2,3)=16=6\gcd(-2,3)\operatorname{lcm}(-2,3) = 1 \cdot 6 = 6, while (2)3=6(-2) \cdot 3 = -6, and these differ: [L9] is false at (a,b)=(2,3)(a,b) = (-2,3).

step 1.1step 1.2step 2.1step 1.3L1L9

Remarks

Sources