Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicablejudge 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), taken to be 0 when a=0 or b=0

Definition

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

Case a≠0 and b≠0: a least positive common multiple exists. The integer ∣ab∣ is a positive common multiple. It is a common multiple because a∣a gives a∣ab and hence a∣∣ab∣, the last step because ∣ab∣ is ab or −ab (Divisibility is reflexive and transitive on Z, and is linear: if d∣a and d∣b then d∣ax+by for all integers x,y; also d∣a implies d∣ac, −d∣a and d∣−a, The absolute value ∣a∣ of an integer), and symmetrically for b; and it is positive because ab≠0 (The integers have no zero divisors; multiplicative cancellation), so ∣ab∣≥0 and ∣ab∣≠0 (Absolute value in Z: ∣a∣≥0; ∣a∣=0 exactly when a=0; ∣−a∣=∣a∣; ∣ab∣=∣a∣ ∣b∣; −∣a∣≤a≤∣a∣; and ∣a∣≤c exactly when −c≤a≤c). Every positive common multiple is nonnegative, hence of the form ι(k) for a unique k∈N, where ι:N→Z is the embedding of The naturals embed in the integers; so the set

T  :=  { k∈N  :  ι(k) is a positive common multiple of a and b }

is a nonempty subset of N and has a least element k0 (The well-ordering principle). Since ι preserves the order, ι(k0) is then the least positive common multiple of a and b, and we define

lcm⁡(a,b)  :=  ι(k0),

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=0 or b=0: the only common multiple is 0. Say a=0. Then a∣m reads 0∣m, which holds exactly for m=0 (Divisibility in Z: d∣a when a=dq for some integer q); and 0 is indeed a common multiple, since every integer divides 0. So there is no positive common multiple at all, and we set

lcm⁡(a,b)  :=  0.

This is not a free choice dressed as one: 0 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) is defined for every pair, and lcm⁡(a,b)≥0 always.

Remarks

Depends on

Used by

Dependency tree · two levels

39 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