Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedSession-authored (Fable 5 assisted)precheck passverified 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.

aZ+bZ=gcd(a,b)Za\mathbb{Z} + b\mathbb{Z} = \gcd(a,b)\,\mathbb{Z} and aZbZ=lcm(a,b)Za\mathbb{Z} \cap b\mathbb{Z} = \operatorname{lcm}(a,b)\,\mathbb{Z}; equivalently, in (Z,+)(\mathbb{Z},+) the subgroup generated by {a,b}\{a,b\} is gcd(a,b)\langle \gcd(a,b) \rangle and ab=lcm(a,b)\langle a \rangle \cap \langle b \rangle = \langle \operatorname{lcm}(a,b) \rangle

Statement

Let a,bZa, b \in \mathbb{Z}, and put

gZ:={gk:kZ},aZ+bZ:={ax+by  :  x,yZ}.g\mathbb{Z} := \{\, gk : k \in \mathbb{Z} \,\}, \qquad a\mathbb{Z} + b\mathbb{Z} := \{\, ax + by \;:\; x, y \in \mathbb{Z} \,\} .

Then aZ+bZa\mathbb{Z} + b\mathbb{Z} and aZbZa\mathbb{Z} \cap b\mathbb{Z} are subgroups of (Z,+)(\mathbb{Z},+) (Subgroup), and

aZ+bZ  =  gcd(a,b)Z,aZbZ  =  lcm(a,b)Za\mathbb{Z} + b\mathbb{Z} \;=\; \gcd(a,b)\,\mathbb{Z}, \qquad a\mathbb{Z} \cap b\mathbb{Z} \;=\; \operatorname{lcm}(a,b)\,\mathbb{Z}

(Common divisor, and the greatest common divisor gcd(a,b)\gcd(a,b), with the convention gcd(0,0):=0\gcd(0,0) := 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). Equivalently, in the group (Z,+)(\mathbb{Z},+),

{a,b}  =  gcd(a,b),ab  =  lcm(a,b)\langle \{a,b\} \rangle \;=\; \langle \gcd(a,b) \rangle, \qquad \langle a \rangle \cap \langle b \rangle \;=\; \langle \operatorname{lcm}(a,b) \rangle

(The subgroup S\langle S \rangle generated by a subset, the cyclic subgroup g\langle g \rangle, and cyclic groups). Since gcd(a,b)0\gcd(a,b) \ge 0 and lcm(a,b)0\operatorname{lcm}(a,b) \ge 0, and every subgroup of (Z,+)(\mathbb{Z},+) has exactly one nonnegative generator (Every subgroup of (Z,+)(\mathbb{Z}, +) is n=nZ\langle n \rangle = n\mathbb{Z} for exactly one natural number nn), these are identifications of subgroups by their canonical generator, not merely equalities of two sets that happen to coincide.

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, x+0=xx + 0 = x, x1=xx \cdot 1 = x, x0=0x \cdot 0 = 0, multiplication distributes over addition, and every xx has an additive inverse; we write uvu - v for u+(v)u + (-v) (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

[L2]

(Z,+,0)(\mathbb{Z},+,0) is an abelian group; gZ=gg\mathbb{Z} = \langle g \rangle is a subgroup for every gg; and every subgroup equals ι(n)Z\iota(n)\mathbb{Z} for exactly one nNn \in \mathbb{N} (Every subgroup of (Z,+)(\mathbb{Z}, +) is n=nZ\langle n \rangle = n\mathbb{Z} for exactly one natural number nn, Group and abelian group).

[L3]

A subgroup contains the identity and is closed under the operation and under inverses; a nonempty SZS \subseteq \mathbb{Z} with xySx - y \in S for all x,ySx, y \in S is a subgroup of (Z,+)(\mathbb{Z},+) (Subgroup, One-step subgroup test: a nonempty HGH \subseteq G is a subgroup iff gh1Hgh^{-1} \in H for all g,hHg, h \in H; the identity and the inverses of HH are then those of GG).

[L4]

S\langle S \rangle is the smallest subgroup containing SS: it contains SS and is contained in every subgroup containing SS (The subgroup S\langle S \rangle generated by a subset, the cyclic subgroup g\langle g \rangle, and cyclic groups).

[L6]

uvu \mid v means v=ukv = uk for some kZk \in \mathbb{Z}; equivalently vuZv \in u\mathbb{Z} (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq).

[L7]

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

[L9]

lcm(a,b)0\operatorname{lcm}(a,b) \ge 0 and is a common multiple of aa and bb (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).

[L11]

The image of ι:NZ\iota : \mathbb{N} \to \mathbb{Z} is exactly the set of nonnegative integers, so every x0x \ge 0 is ι(n)\iota(n) for a unique nNn \in \mathbb{N} (The naturals embed in the integers).

Proof

technique · direct
1.1

I:=aZ+bZI := a\mathbb{Z} + b\mathbb{Z} is a subgroup of (Z,+)(\mathbb{Z},+): it contains 0=a0+b00 = a \cdot 0 + b \cdot 0, so is nonempty, and for ax+byax + by and ax+byax' + by' in II the difference is a(xx)+b(yy)Ia(x - x') + b(y - y') \in I by distributivity, so the one-step test applies.

L1L3
1.2

IdZI \subseteq d\mathbb{Z}. Since dd is a common divisor, write a=da1a = d a_1 and b=db1b = d b_1; then ax+by=d(a1x+b1y)dZax + by = d(a_1 x + b_1 y) \in d\mathbb{Z} for all x,yx, y.

L1L6L7
1.3

dId \in I. If (a,b)(0,0)(a,b) \ne (0,0) this is [L8]. If (a,b)=(0,0)(a,b) = (0,0) then d=0=a0+b0Id = 0 = a \cdot 0 + b \cdot 0 \in I. The two cases are exhaustive.

L1L7L8
1.4

aZbZa\mathbb{Z} \cap b\mathbb{Z} is a subgroup by [L2] and [L5], and by [L6] it is exactly the set of common multiples of aa and bb: maZm \in a\mathbb{Z} says ama \mid m, and mbZm \in b\mathbb{Z} says bmb \mid m.

L2L5L6
2.1

I={a,b}I = \langle \{a,b\} \rangle. It contains a=a1+b0a = a \cdot 1 + b \cdot 0 and b=a0+b1b = a \cdot 0 + b \cdot 1, so {a,b}I\langle \{a,b\} \rangle \subseteq I by [L4]. Conversely any subgroup HH containing aa and bb contains a=aZ\langle a \rangle = a\mathbb{Z} and b=bZ\langle b \rangle = b\mathbb{Z} by [L2] and [L4], hence contains ax+byax + by for all x,yx, y by closure under the operation; taking H={a,b}H = \langle \{a,b\} \rangle gives I{a,b}I \subseteq \langle \{a,b\} \rangle.

step 1.1L1L2L3L4
2.2

Hence dZ=dId\mathbb{Z} = \langle d \rangle \subseteq I, because II is a subgroup containing dd and d\langle d \rangle is the smallest such. With step 1.2, I=dZI = d\mathbb{Z}.

step 1.1step 1.2step 1.3L2L4
2.3

ZaZbZ\ell\mathbb{Z} \subseteq a\mathbb{Z} \cap b\mathbb{Z}: \ell is a common multiple by [L9], so \ell lies in the subgroup aZbZa\mathbb{Z} \cap b\mathbb{Z}, and Z=\ell\mathbb{Z} = \langle \ell \rangle is the smallest subgroup containing \ell.

step 1.4L2L4L9
3.1

aZbZZa\mathbb{Z} \cap b\mathbb{Z} \subseteq \ell\mathbb{Z}: every common multiple mm satisfies m\ell \mid m by [L10], that is mZm \in \ell\mathbb{Z}. With step 2.3, aZbZ=Za\mathbb{Z} \cap b\mathbb{Z} = \ell\mathbb{Z}.

step 1.4step 2.3L6L10
4.1

Both identities are proved, and in group-theoretic form they read {a,b}=I=dZ=d\langle \{a,b\} \rangle = I = d\mathbb{Z} = \langle d \rangle by step 2.1 and step 2.2, and ab=aZbZ=Z=\langle a \rangle \cap \langle b \rangle = a\mathbb{Z} \cap b\mathbb{Z} = \ell\mathbb{Z} = \langle \ell \rangle by step 3.1 and [L2].

step 2.1step 2.2step 3.1L2
5.1

Finally d0d \ge 0 and 0\ell \ge 0, so each is ι(n)\iota(n) for a natural nn by [L11], and by [L2] a subgroup of (Z,+)(\mathbb{Z},+) has exactly one such generator; hence dd and \ell are the canonical generators of the two subgroups, and the identities identify the subgroups and not merely the underlying sets.

step 4.1L2L7L9L11

Remarks

  • This is the seam between the arithmetic and the group theory of this page, and it is the concrete shadow of the statement that Z\mathbb{Z} is a principal ideal domain. Read from left to right, it says that the set of integer combinations of aa and bb is exactly the set of multiples of their greatest common divisor — which is Bézout's identity and the divisibility characterisation of gcd\gcd packed into one equation between subgroups.

  • The classification is used for one thing only. Both inclusions above come from Bézout and divisibility; Every subgroup of (Z,+)(\mathbb{Z}, +) is n=nZ\langle n \rangle = n\mathbb{Z} for exactly one natural number nn is invoked in step 5.1, for the uniqueness of the nonnegative generator, and nowhere else.

  • Boundary pairs. At (a,b)=(0,0)(a,b) = (0,0) the theorem reads {0}+{0}=0Z={0}\{0\} + \{0\} = 0\mathbb{Z} = \{0\} and {0}{0}=0Z\{0\} \cap \{0\} = 0\mathbb{Z}, using gcd(0,0)=0\gcd(0,0) = 0 and lcm(0,0)=0\operatorname{lcm}(0,0) = 0; at a=0a = 0 and b0b \ne 0 it reads {0}+bZ=bZ\{0\} + b\mathbb{Z} = |b|\mathbb{Z} and {0}bZ={0}\{0\} \cap b\mathbb{Z} = \{0\}. Both are true as stated, and neither needed a separate clause.

Depends on

Used by

Dependency tree · next 3 levels

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