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

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

Definition

Let a,bZa, b \in \mathbb{Z}. An integer mm is a common multiple of aa and bb when ama \mid m and bmb \mid m (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

Case a0a \ne 0 and b0b \ne 0: a least positive common multiple exists. The integer ab|ab| is a positive common multiple. It is a common multiple because aaa \mid a gives aaba \mid ab and hence aaba \mid |ab|, the last step because ab|ab| is abab or ab-ab (Divisibility is reflexive and transitive on Z\mathbb{Z}, and is linear: if dad \mid a and dbd \mid b then dax+byd \mid ax + by for all integers x,yx, y; also dad \mid a implies dacd \mid ac, da-d \mid a and dad \mid -a, The absolute value a|a| of an integer), and symmetrically for bb; and it is positive because ab0ab \ne 0 (The integers have no zero divisors; multiplicative cancellation), so ab0|ab| \ge 0 and ab0|ab| \ne 0 (Absolute value in Z\mathbb{Z}: a0|a| \ge 0; a=0|a| = 0 exactly when a=0a = 0; a=a|-a| = |a|; ab=ab|ab| = |a|\,|b|; aaa-|a| \le a \le |a|; and ac|a| \le c exactly when cac-c \le a \le c). Every positive common multiple is nonnegative, hence of the form ι(k)\iota(k) for a unique kNk \in \mathbb{N}, where ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is the embedding of The naturals embed in the integers; so the set

T  :=  {kN  :  ι(k) is a positive common multiple of a and b}T \;:=\; \{\, k \in \mathbb{N} \;:\; \iota(k) \text{ is a positive common multiple of } a \text{ and } b \,\}

is a nonempty subset of N\mathbb{N} and has a least element k0k_0 (The well-ordering principle). Since ι\iota preserves the order, ι(k0)\iota(k_0) is then the least positive common multiple of aa and bb, and we define

lcm(a,b)  :=  ι(k0),\operatorname{lcm}(a,b) \;:=\; \iota(k_0),

the least positive common multiple. It is unique, greatest and least elements being unique by antisymmetry (The integers form a totally ordered ring, Order on the integers).

Case a=0a = 0 or b=0b = 0: the only common multiple is 00. Say a=0a = 0. Then ama \mid m reads 0m0 \mid m, which holds exactly for m=0m = 0 (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq); and 00 is indeed a common multiple, since every integer divides 00. So there is no positive common multiple at all, and we set

lcm(a,b)  :=  0.\operatorname{lcm}(a,b) \;:=\; 0 .

This is not a free choice dressed as one: 00 is the only common multiple of the pair, so any other value would name an integer that is not a common multiple.

With both cases together lcm(a,b)\operatorname{lcm}(a,b) is defined for every pair, and lcm(a,b)0\operatorname{lcm}(a,b) \ge 0 always.

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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