Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 2026-08-02 (claude-opus-5)
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.

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

Statement

For all a,b,cZa, b, c \in \mathbb{Z},

gcd(ca,cb)  =  cgcd(a,b)\gcd(ca,\, cb) \;=\; |c| \, \gcd(a,b)

(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 absolute value a|a| of an integer). The identity is asserted for every triple, including c=0c = 0 and (a,b)=(0,0)(a,b) = (0,0), where both sides are 00.

Facts & Assumptions

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

[L1]

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

[L2]

The order on Z\mathbb{Z} is total, antisymmetric and transitive, and 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]

gcd(u,v)0\gcd(u,v) \ge 0 always, with gcd(u,v)1\gcd(u,v) \ge 1 when (u,v)(0,0)(u,v) \ne (0,0) and gcd(0,0)=0\gcd(0,0) = 0 by convention; gcd(u,v)\gcd(u,v) is a common divisor of uu and vv (Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0).

[L9]

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

Proof

technique · cases
1.1

If 0u0 \le u and 0v0 \le v then 0uv0 \le uv: for u=0u = 0 or v=0v = 0 the product is 00, and otherwise 0<u0 < u and 0<v0 < v, so 0<uv0 < uv.

L1L2
1.2

Case c=0c = 0: then ca=cb=0ca = cb = 0, so the left side is gcd(0,0)=0\gcd(0,0) = 0; and c=0=0|c| = |0| = 0, so the right side is 0g=00 \cdot g = 0.

assume-case zeroL1L3L8
1.3

Case (a,b)=(0,0)(a,b) = (0,0): then ca=cb=0ca = cb = 0, so the left side is gcd(0,0)=0\gcd(0,0) = 0; and g=gcd(0,0)=0g = \gcd(0,0) = 0, so the right side is c0=0|c| \cdot 0 = 0.

assume-case originL1L3
1.4

Case c0c \ne 0 and (a,b)(0,0)(a,b) \ne (0,0). Then g1g \ge 1, and one of a,ba, b is nonzero, say a0a \ne 0; so ca0ca \ne 0 by [L9] and hence (ca,cb)(0,0)(ca,cb) \ne (0,0) and h1h \ge 1. Also c0|c| \ne 0, and cg0|c|\,g \ne 0 by [L9].

assume-case genericL3L8L9
2.1

In the case of step 1.4, cg|c|\,g is a common divisor of caca and cbcb. Indeed gag \mid a, say a=ga1a = g a_1; then ca=cga1ca = c\,g\,a_1, and cc is c|c| or c-|c| by [L8], so ca=cga1ca = |c|\,g\,a_1 or ca=cg(a1)ca = |c|\,g\,(-a_1), and in either case cgca|c|\,g \mid ca. The same argument with bb gives cgcb|c|\,g \mid cb.

step 1.4L1L3L7L8
2.2

Conversely, by [L5] fix x0,y0x_0, y_0 with ax0+by0=ga x_0 + b y_0 = g; multiplying by cc gives (ca)x0+(cb)y0=cg(ca)x_0 + (cb)y_0 = cg. Since hcah \mid ca and hcbh \mid cb, [L6] gives hcgh \mid cg; and cg|c|\,g is cgcg or cg-cg, because c|c| is cc or c-c, so hcgh \mid |c|\,g as well.

step 1.4L1L3L5L6L8
3.1

Hence cgh|c|\,g \mid h by [L4].

step 2.1L4
4.1

Both hh and cg|c|\,g are nonzero by step 1.4, and both are nonnegative, hh by [L3] and cg|c|\,g by step 1.1 and [L8]. From hcgh \mid |c|\,g and cg0|c|\,g \ne 0, [L7] gives hcg=cg|h| \le \bigl||c|\,g\bigr| = |c|\,g, that is hcgh \le |c|\,g; from cgh|c|\,g \mid h and h0h \ne 0, [L7] gives cgh=h|c|\,g \le |h| = h.

step 1.1step 1.4step 3.1step 2.2L3L7L8
5.1

By antisymmetry h=cgh = |c|\,g in the case of step 1.4.

step 4.1L2
6.1

The three cases of steps 1.2, 1.3 and 1.4 exhaust the possibilities, since either c=0c = 0, or (a,b)=(0,0)(a,b) = (0,0), or neither; so gcd(ca,cb)=cgcd(a,b)\gcd(ca,cb) = |c|\gcd(a,b) for all a,b,ca, b, c.

step 1.2step 1.3step 5.1cases-exhaustive

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 55 results over 20 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources