Alphabeta Math
LemmaStatement: AI-adaptedProof: AI-generatedprecheck 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)=∣c∣ gcd⁡(a,b) for all integers a,b,c, the identity holding at c=0 and at (a,b)=(0,0) as well

Statement

For all a,b,c∈Z,

gcd⁡(ca, cb)  =  ∣c∣ gcd⁡(a,b)

(Common divisor, and the greatest common divisor gcd⁡(a,b), with the convention gcd⁡(0,0):=0, The absolute value ∣a∣ of an integer). The identity is asserted for every triple, including c=0 and (a,b)=(0,0), where both sides are 0.

Facts & Assumptions

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

[L1]

Z is a commutative ring: addition and multiplication are associative and commutative, x⋅0=0, x⋅1=x, x⋅(−1)=−x, multiplication distributes over addition, and every x has an additive inverse, with −(−x)=x (The integers form a commutative ring, Arithmetic on the integers).

[L2]

The order on Z is total, antisymmetric and transitive, and positives are closed under multiplication; x<y means x≤y together with x≠y (The integers form a totally ordered ring, Order on the integers).

[L3]

gcd⁡(u,v)≥0 always, with gcd⁡(u,v)≥1 when (u,v)≠(0,0) and gcd⁡(0,0)=0 by convention; gcd⁡(u,v) is a common divisor of u and v (Common divisor, and the greatest common divisor gcd⁡(a,b), with the convention 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 0≤u and 0≤v then 0≤uv: for u=0 or v=0 the product is 0, and otherwise 0<u and 0<v, so 0<uv.

L1L2
1.2

Case c=0: then ca=cb=0, so the left side is gcd⁡(0,0)=0; and ∣c∣=∣0∣=0, so the right side is 0⋅g=0.

assume-case zeroL1L3L8
1.3

Case (a,b)=(0,0): then ca=cb=0, so the left side is gcd⁡(0,0)=0; and g=gcd⁡(0,0)=0, so the right side is ∣c∣⋅0=0.

assume-case originL1L3
1.4

Case c≠0 and (a,b)≠(0,0). Then g≥1, and one of a,b is nonzero, say a≠0; so ca≠0 by [L9] and hence (ca,cb)≠(0,0) and h≥1. Also ∣c∣≠0, and ∣c∣ g≠0 by [L9].

assume-case genericL3L8L9
2.1

In the case of step 1.4, ∣c∣ g is a common divisor of ca and cb. Indeed g∣a, say a=ga1; then ca=c g a1, and c is ∣c∣ or −∣c∣ by [L8], so ca=∣c∣ g a1 or ca=∣c∣ g (−a1), and in either case ∣c∣ g∣ca. The same argument with b gives ∣c∣ g∣cb.

step 1.4L1L3L7L8
2.2

Conversely, by [L5] fix x0,y0 with ax0+by0=g; multiplying by c gives (ca)x0+(cb)y0=cg. Since h∣ca and h∣cb, [L6] gives h∣cg; and ∣c∣ g is cg or −cg, because ∣c∣ is c or −c, so h∣∣c∣ g as well.

step 1.4L1L3L5L6L8
3.1

Hence ∣c∣ g∣h by [L4].

step 2.1L4
4.1

Both h and ∣c∣ g are nonzero by step 1.4, and both are nonnegative, h by [L3] and ∣c∣ g by step 1.1 and [L8]. From h∣∣c∣ g and ∣c∣ g≠0, [L7] gives ∣h∣≤∣∣c∣ g∣=∣c∣ g, that is h≤∣c∣ g; from ∣c∣ g∣h and h≠0, [L7] gives ∣c∣ g≤∣h∣=h.

step 1.1step 1.4step 3.1step 2.2L3L7L8
5.1

By antisymmetry h=∣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=0, or (a,b)=(0,0), or neither; so gcd⁡(ca,cb)=∣c∣gcd⁡(a,b) for all a,b,c.

step 1.2step 1.3step 5.1cases-exhaustive∎

Remarks

Depends on

Used by

Dependency tree · two levels

36 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources