Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)verified 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.

Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 0

Definition

Let a,bZa, b \in \mathbb{Z}. An integer dd is a common divisor of aa and bb when dad \mid a and dbd \mid b (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq). Write

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

for the set of common divisors.

Case (a,b)(0,0)(a,b) \ne (0,0): the greatest element exists. D(a,b)D(a,b) is nonempty, since 1a1 \mid a and 1b1 \mid b for every aa and bb (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq). It is bounded above: at least one of aa and bb is nonzero, say a0a \ne 0 (if instead b0b \ne 0, argue with bb throughout), and every dD(a,b)d \in D(a,b) divides aa, so dad \le |a| by If dad \mid a and a0a \ne 0 then d0d \ne 0 and da|d| \le |a|; hence the set of divisors of a nonzero integer is bounded above by a|a|. A nonempty set of integers bounded above has a unique greatest element (A nonempty set of integers bounded above has a greatest element, and a nonempty set of integers bounded below has a least element), and we define

gcd(a,b)  :=  the greatest element of D(a,b).\gcd(a,b) \;:=\; \text{the greatest element of } D(a,b).

Since 1D(a,b)1 \in D(a,b) and gcd(a,b)\gcd(a,b) is greatest, gcd(a,b)1\gcd(a,b) \ge 1; in particular gcd(a,b)>0\gcd(a,b) > 0.

Case (a,b)=(0,0)(a,b) = (0,0): a convention, fixed here. Every integer divides 00 (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq), so D(0,0)=ZD(0,0) = \mathbb{Z}, which has no greatest element at all: the clause above defines nothing, and leaving gcd(0,0)\gcd(0,0) undefined would put a hole in every identity below. We therefore set

gcd(0,0)  :=  0.\gcd(0,0) \;:=\; 0 .

With both cases together, gcd(a,b)\gcd(a,b) is defined for every pair of integers, and gcd(a,b)0\gcd(a,b) \ge 0 always.

Why 00, and not some other value. The convention is not arbitrary, and the reasons are recorded here rather than deferred:

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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