Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableverified 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), with the convention gcd⁡(0,0):=0

Definition

Let a,b∈Z. An integer d is a common divisor of a and b when d∣a and d∣b (Divisibility in Z: d∣a when a=dq for some integer q). Write

D(a,b)  :=  { d∈Z  :  d∣a  and  d∣b }

for the set of common divisors.

Case (a,b)≠(0,0): the greatest element exists. D(a,b) is nonempty, since 1∣a and 1∣b for every a and b (Divisibility in Z: d∣a when a=dq for some integer q). It is bounded above: at least one of a and b is nonzero, say a≠0 (if instead b≠0, argue with b throughout), and every d∈D(a,b) divides a, so d≤∣a∣ by If d∣a and a≠0 then d≠0 and ∣d∣≤∣a∣; hence the set of divisors of a nonzero integer is bounded above by ∣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).

Since 1∈D(a,b) and gcd⁡(a,b) is greatest, gcd⁡(a,b)≥1; in particular gcd⁡(a,b)>0.

Case (a,b)=(0,0): a convention, fixed here. Every integer divides 0 (Divisibility in Z: d∣a when a=dq for some integer q), so D(0,0)=Z, which has no greatest element at all: the clause above defines nothing, and leaving gcd⁡(0,0) undefined would put a hole in every identity below. We therefore set

gcd⁡(0,0)  :=  0.

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

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

Remarks

Depends on

Used by

…and 17 more results.

Dependency tree · two levels

25 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