Alphabeta Math
TheoremStatement: Literature-sourcedProof: Literature-sourcedSession-authored (Fable 5 assisted)precheck passjudge 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.

Euclid's lemma: if pp is prime and pabp \mid ab then pap \mid a or pbp \mid b

Statement

Let pp be a prime (Prime and composite integers: pp is prime when p>1p > 1 and its only positive divisors are 11 and pp) and let a,bZa, b \in \mathbb{Z}. If pabp \mid ab (Divisibility in Z\mathbb{Z}: dad \mid a when a=dqa = dq for some integer qq) then

paorpb.p \mid a \qquad \text{or} \qquad p \mid b .

Facts & Assumptions

Given: A prime pp and integers a,ba, b with pabp \mid ab.

[L3]

uu and vv are coprime exactly when gcd(u,v)=1\gcd(u,v) = 1 (Coprime integers: gcd(a,b)=1\gcd(a,b) = 1).

[L5]

Z\mathbb{Z} is a commutative ring; in particular multiplication is commutative and associative (The integers form a commutative ring, Arithmetic on the integers, The integers as equivalence classes of pairs of naturals).

Proof

technique · cases
1.1

Suppose pap \mid a. Then the disjunction pap \mid a or pbp \mid b holds on its first alternative, and there is nothing further to prove.

assume-case div
1.2

Suppose instead pap \nmid a. Then gcd(p,a)=1\gcd(p,a) = 1, so pp and aa are coprime.

assume-case nodivL1L3L6
2.1

Apply [L2] with u:=pu := p, v:=av := a and w:=bw := b. Its two hypotheses are exactly gcd(p,a)=1\gcd(p,a) = 1, which is step 1.2, and pabp \mid ab, which is given; its conclusion is pbp \mid b.

assume-case nodivstep 1.2L2L4L5
3.1

Either pap \mid a or pap \nmid a, so the two cases are exhaustive; in the first pap \mid a and in the second pbp \mid b, which is the assertion.

step 1.1step 2.1cases-exhaustive

Remarks

Depends on

Used by

Dependency tree · next 3 levels

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