Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (z-ai/glm-5.2)audited 2026-07-28
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.

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|

Statement

Let a,bZa, b \in \mathbb{Z}, and write d=gcd(a,b)d = \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) and =lcm(a,b)\ell = \operatorname{lcm}(a,b) (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). Then:

  1. every common multiple of aa and bb is a multiple of \ell, that is, m\ell \mid m whenever ama \mid m and bmb \mid m;
  2. d=abd \cdot \ell = |ab|.

Both hold for every pair, including the pairs with a=0a = 0 or b=0b = 0, where the two sides of clause 2 are 00.

Facts & Assumptions

Given: Integers aa and bb, d:=gcd(a,b)d := \gcd(a,b) and :=lcm(a,b)\ell := \operatorname{lcm}(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, 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; x<yx < y means xyx \le y together with xyx \ne y (The integers form a totally ordered ring, Order on the integers).

[L3]

For a,ba, b both nonzero, \ell is the least positive common multiple of aa and bb; if a=0a = 0 or b=0b = 0 then the only common multiple is 00 and =0\ell = 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).

[L4]

d1d \ge 1 when (a,b)(0,0)(a,b) \ne (0,0), gcd(0,0)=0\gcd(0,0) = 0, and dd is a common divisor of aa and bb (Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0).

[L5]

If d0d \ne 0 then a=daa = d a' and b=dbb = d b' for unique integers a=a/da' = a/d, 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).

[L11]

A product of two nonzero integers is nonzero, and xz=yzxz = yz with z0z \ne 0 gives x=yx = y (The integers have no zero divisors; multiplicative cancellation).

Proof

technique · cases
1.1

Case a=0a = 0 or b=0b = 0. Then =0\ell = 0 and the only common multiple of aa and bb is 00, so clause 1 reads 000 \mid 0, which holds. And ab=0ab = 0, so ab=0=d0=d|ab| = 0 = d \cdot 0 = d\ell: clause 2 holds.

assume-case degenerateL1L3L8L10
1.2

Case a0a \ne 0 and b0b \ne 0. Then (a,b)(0,0)(a,b) \ne (0,0), so d1d \ge 1; in particular d0d \ne 0 and d0d \ge 0, so d=d|d| = d. Fix a,ba' , b' with a=daa = d a', b=dbb = d b' and gcd(a,b)=1\gcd(a',b') = 1.

assume-case genericL2L4L5L10
2.1

In the case of step 1.2 put M:=dabM := d\,|a'b'|. Both aa' and bb' are nonzero, since a=da0a = da' \ne 0 and b=db0b = db' \ne 0; hence ab0a'b' \ne 0, so ab0|a'b'| \ge 0 and ab0|a'b'| \ne 0, and M0M \ne 0.

step 1.2L1L10L11
3.1

MM is a common multiple of aa and bb. Indeed dab=(da)b=abd a' b' = (d a')b' = ab' and dab=(db)a=bad a' b' = (d b')a' = ba', so adaba \mid d a' b' and bdabb \mid d a' b'; and M=dabM = d|a'b'| equals dabd a'b' or (dab)-(d a'b'), since ab|a'b'| is aba'b' or (ab)-(a'b'). So aMa \mid M and bMb \mid M.

step 1.2step 2.1L1L8L10
3.2

M>0M > 0: d1>0d \ge 1 > 0 and ab0|a'b'| \ge 0 with ab0|a'b'| \ne 0, so ab>0|a'b'| > 0 and the product of two positives is positive.

step 1.2step 2.1L2L10
3.3

Every common multiple mm of aa and bb is a multiple of MM. Write m=as=dasm = as = d a' s. From bmb \mid m, that is dbdasd b' \mid d a' s, we get das=dbtd a' s = d b' t for some tt, and cancelling d0d \ne 0 gives as=bta' s = b' t, so basb' \mid a' s. Since gcd(b,a)=gcd(a,b)=1\gcd(b',a') = \gcd(a',b') = 1, [L7] gives bsb' \mid s, say s=bus = b'u; then m=dabum = d a' b' u, so dabmd a' b' \mid m and hence MmM \mid m, because MM is dabd a'b' or (dab)-(d a'b').

step 1.2step 2.1L1L6L7L8L10L11
4.1

M=M = \ell. By steps 3.1 and 3.2, MM is a positive common multiple. If pp is any positive common multiple, then MpM \mid p by step 3.3 and p0p \ne 0, so Mp|M| \le |p| by [L9], that is MpM \le p since both are positive. So MM is the least positive common multiple, which is \ell.

step 3.1step 3.2step 3.3L3L9L10
5.1

Clause 1 in this case now follows from step 3.3, since =M\ell = M.

step 3.3step 4.1
5.2

Clause 2 in this case: d=ddab=ddab=dadb=(da)(db)=abd\ell = d \cdot d\,|a'b'| = |d|\,|d|\,|a'|\,|b'| = |d a'|\,|d b'| = |(da')(db')| = |ab|, using d=d|d| = d and multiplicativity of the absolute value throughout.

step 1.2step 4.1L1L10
6.1

The two cases of steps 1.1 and 1.2 are exhaustive, so clauses 1 and 2 hold for every pair a,ba, b.

step 1.1step 5.1step 5.2cases-exhaustive

Remarks

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 64 results over 22 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